net.sourceforge.plantuml.ugraphic
Class MinMaxMutable
java.lang.Object
net.sourceforge.plantuml.ugraphic.MinMaxMutable
public class MinMaxMutable
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getEmpty
public static MinMaxMutable getEmpty(boolean initToZero)
addPoint
public void addPoint(double x,
double y)
fromMax
public static MinMaxMutable fromMax(double maxX,
double maxY)
getMaxX
public final double getMaxX()
getMaxY
public final double getMaxY()
getMinX
public final double getMinX()
getMinY
public final double getMinY()
getDimension
public Dimension2D getDimension()
Copyright © 2013. All Rights Reserved.