Class MinMax
java.lang.Object
net.sourceforge.plantuml.ugraphic.MinMax
-
Method Summary
Modifier and TypeMethodDescriptionaddPoint(double x, double y) booleandoesHorizontalCross(Point2D.Double pt1, Point2D.Double pt2) voidvoidstatic MinMaxfromDim(Dimension2D dim) static MinMaxfromMax(double maxX, double maxY) static MinMaxfromMutable(MinMaxMutable minmax) static MinMaxgetEmpty(boolean initToZero) doublefinal doublegetMaxX()final doublegetMaxY()final doublegetMinX()final doublegetMinY()doublegetWidth()toString()translate(UTranslate translate)
-
Method Details
-
doesHorizontalCross
-
getEmpty
-
toString
-
fromMutable
-
addPoint
-
addPoint
-
addMinMax
-
fromMax
-
fromDim
-
getMaxX
public final double getMaxX() -
getMaxY
public final double getMaxY() -
getMinX
public final double getMinX() -
getMinY
public final double getMinY() -
getHeight
public double getHeight() -
getWidth
public double getWidth() -
getDimension
-
drawGray
-
draw
-
translate
-