Class LimitFinder
- java.lang.Object
-
- net.sourceforge.plantuml.ugraphic.LimitFinder
-
-
Constructor Summary
Constructors Constructor Description LimitFinder(StringBounder stringBounder, boolean initToZero)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UGraphic
apply(UChange change)
void
closeAction()
double
dpiFactor()
void
draw(UShape shape)
void
flushUg()
ColorMapper
getColorMapper()
double
getMaxX()
double
getMaxY()
MinMax
getMinMax()
double
getMinX()
double
getMinY()
UParam
getParam()
StringBounder
getStringBounder()
boolean
matchesProperty(java.lang.String propertyName)
void
startUrl(Url url)
-
-
-
Constructor Detail
-
LimitFinder
public LimitFinder(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
-
closeAction
public void closeAction()
- Specified by:
closeAction
in interfaceUGraphic
-
getMaxX
public double getMaxX()
-
getMaxY
public double getMaxY()
-
getMinX
public double getMinX()
-
getMinY
public double getMinY()
-
getMinMax
public MinMax getMinMax()
-
-