Class TextLimitFinder
- java.lang.Object
-
- net.sourceforge.plantuml.ugraphic.UGraphicNo
-
- net.sourceforge.plantuml.ugraphic.TextLimitFinder
-
- All Implemented Interfaces:
UGraphic
public class TextLimitFinder extends UGraphicNo implements UGraphic
-
-
Constructor Summary
Constructors Constructor Description TextLimitFinder(StringBounder stringBounder, boolean initToZero)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UGraphic
apply(UChange change)
double
dpiFactor()
void
draw(UShape shape)
void
flushUg()
ColorMapper
getColorMapper()
double
getMaxX()
double
getMaxY()
double
getMinX()
double
getMinY()
UParam
getParam()
StringBounder
getStringBounder()
boolean
matchesProperty(java.lang.String propertyName)
-
Methods inherited from class net.sourceforge.plantuml.ugraphic.UGraphicNo
closeGroup, closeUrl, startGroup, startUrl
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sourceforge.plantuml.ugraphic.UGraphic
closeGroup, closeUrl, startGroup, startUrl
-
-
-
-
Constructor Detail
-
TextLimitFinder
public TextLimitFinder(StringBounder stringBounder, boolean initToZero)
-
-
Method Detail
-
matchesProperty
public boolean matchesProperty(java.lang.String propertyName)
- Specified by:
matchesProperty
in interfaceUGraphic
-
dpiFactor
public double dpiFactor()
-
getStringBounder
public StringBounder getStringBounder()
- Specified by:
getStringBounder
in interfaceUGraphic
-
getColorMapper
public ColorMapper getColorMapper()
- Specified by:
getColorMapper
in interfaceUGraphic
-
getMaxX
public double getMaxX()
-
getMaxY
public double getMaxY()
-
getMinX
public double getMinX()
-
getMinY
public double getMinY()
-
-