Class LimitFinder
- java.lang.Object
-
- net.sourceforge.plantuml.ugraphic.UGraphicNo
-
- net.sourceforge.plantuml.ugraphic.LimitFinder
-
- All Implemented Interfaces:
UGraphic
public class LimitFinder extends UGraphicNo
-
-
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
draw(UShape shape)
ColorMapper
getColorMapper()
double
getMaxX()
double
getMaxY()
MinMax
getMinMax()
double
getMinX()
double
getMinY()
-
Methods inherited from class net.sourceforge.plantuml.ugraphic.UGraphicNo
closeGroup, closeUrl, flushUg, getDefaultBackground, getParam, getStringBounder, getTranslate, matchesProperty, startGroup, startUrl, writeToStream
-
-
-
-
Constructor Detail
-
LimitFinder
public LimitFinder(StringBounder stringBounder, boolean initToZero)
-
-
Method Detail
-
draw
public void draw(UShape shape)
-
getColorMapper
public ColorMapper getColorMapper()
- Specified by:
getColorMapper
in interfaceUGraphic
- Overrides:
getColorMapper
in classUGraphicNo
-
getMaxX
public double getMaxX()
-
getMaxY
public double getMaxY()
-
getMinX
public double getMinX()
-
getMinY
public double getMinY()
-
getMinMax
public MinMax getMinMax()
-
-