Class MinMax
java.lang.Object
net.sourceforge.plantuml.klimt.geom.MinMax
-
Method Summary
Modifier and TypeMethodDescriptionaddPoint
(double x, double y) boolean
doesHorizontalCross
(XPoint2D pt1, XPoint2D pt2) void
void
static MinMax
fromDim
(XDimension2D dim) static MinMax
fromMax
(double maxX, double maxY) static MinMax
fromMutable
(MinMaxMutable minmax) static MinMax
getEmpty
(boolean initToZero) double
final double
getMaxX()
final double
getMaxY()
final double
getMinX()
final double
getMinY()
double
getWidth()
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
-