net.sourceforge.plantuml.graphic
Class TextBlockCompressed

java.lang.Object
  extended by net.sourceforge.plantuml.graphic.TextBlockCompressed
All Implemented Interfaces:
TextBlock, UDrawable, UShape

public class TextBlockCompressed
extends java.lang.Object
implements TextBlock


Constructor Summary
TextBlockCompressed(TextBlock textBlock)
           
 
Method Summary
 java.awt.geom.Dimension2D calculateDimension(StringBounder stringBounder)
           
 void drawU(UGraphic ug)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextBlockCompressed

public TextBlockCompressed(TextBlock textBlock)
Method Detail

drawU

public void drawU(UGraphic ug)
Specified by:
drawU in interface UDrawable

calculateDimension

public java.awt.geom.Dimension2D calculateDimension(StringBounder stringBounder)
Specified by:
calculateDimension in interface TextBlock


Copyright © 2014. All Rights Reserved.