Class TextLimitFinder
- java.lang.Object
-
- net.sourceforge.plantuml.klimt.drawing.UGraphicNo
-
- net.sourceforge.plantuml.klimt.drawing.TextLimitFinder
-
- All Implemented Interfaces:
UGraphic
public class TextLimitFinder extends UGraphicNo
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description UGraphicapply(UChange change)static TextLimitFindercreate(StringBounder stringBounder, boolean initToZero)voiddraw(UShape shape)doublegetMaxX()doublegetMaxY()doublegetMinX()doublegetMinY()-
Methods inherited from class net.sourceforge.plantuml.klimt.drawing.UGraphicNo
closeGroup, closeUrl, flushUg, getColorMapper, getDefaultBackground, getParam, getStringBounder, getTranslate, matchesProperty, startGroup, startUrl, writeToStream
-
-
-
-
Method Detail
-
create
public static TextLimitFinder create(StringBounder stringBounder, boolean initToZero)
-
draw
public void draw(UShape shape)
-
getMaxX
public double getMaxX()
-
getMaxY
public double getMaxY()
-
getMinX
public double getMinX()
-
getMinY
public double getMinY()
-
-