Class MinMax
java.lang.Object
net.sourceforge.plantuml.klimt.geom.MinMax
-
Method Summary
Modifier and TypeMethodDescriptionaddPoint(double x, double y) booleandoesHorizontalCross(XPoint2D pt1, XPoint2D pt2) voidvoidstatic MinMaxfromDim(XDimension2D 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
-