Class TextLimitFinder
- java.lang.Object
-
- net.sourceforge.plantuml.ugraphic.UGraphicNo
-
- net.sourceforge.plantuml.ugraphic.TextLimitFinder
-
- All Implemented Interfaces:
UGraphic
public class TextLimitFinder extends UGraphicNo
-
-
Constructor Summary
Constructors Constructor Description TextLimitFinder(StringBounder stringBounder, boolean initToZero)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UGraphicapply(UChange change)voiddraw(UShape shape)doublegetMaxX()doublegetMaxY()doublegetMinX()doublegetMinY()-
Methods inherited from class net.sourceforge.plantuml.ugraphic.UGraphicNo
closeGroup, closeUrl, flushUg, getColorMapper, getDefaultBackground, getParam, getStringBounder, getTranslate, matchesProperty, startGroup, startUrl, writeToStream
-
-
-
-
Constructor Detail
-
TextLimitFinder
public TextLimitFinder(StringBounder stringBounder, boolean initToZero)
-
-