Class RectangleArea
java.lang.Object
net.sourceforge.plantuml.klimt.geom.RectangleArea
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddMaxX(double d) addMaxY(double d) addMinX(double d) addMinY(double d) static RectangleAreabooleancontains(double x, double y) booleandelta(double m1, double m2) doublefinal doublegetMaxX()final doublegetMaxY()final doublegetMinX()final doublegetMinY()doublegetWidth()merge(RectangleArea other) move(double deltaX, double deltaY) toString()withMaxX(double d) withMaxY(double d) withMinX(double d) withMinY(double d)
-
Constructor Details
-
RectangleArea
public RectangleArea(double minX, double minY, double maxX, double maxY)
-
-
Method Details
-
build
-
move
-
getWidth
public double getWidth() -
getHeight
public double getHeight() -
contains
public boolean contains(double x, double y) -
merge
-
merge
-
contains
-
toString
-
getMinX
public final double getMinX() -
getMinY
public final double getMinY() -
getMaxX
public final double getMaxX() -
getMaxY
public final double getMaxY() -
getIntersection
-
getPointCenter
-
withMinX
-
withMaxX
-
addMaxX
-
addMaxY
-
addMinX
-
addMinY
-
withMinY
-
withMaxY
-
delta
-
getDimension
-
getPosition
-
getClosestSide
-