Package net.sourceforge.plantuml.svek
Class ClusterPosition
java.lang.Object
net.sourceforge.plantuml.svek.ClusterPosition
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddMaxX
(double d) addMaxY
(double d) addMinX
(double d) addMinY
(double d) boolean
contains
(double x, double y) boolean
delta
(double m1, double m2) final double
getMaxX()
final double
getMaxY()
final double
getMinX()
final double
getMinY()
boolean
merge
(ClusterPosition other) toString()
withMaxX
(double d) withMaxY
(double d) withMinX
(double d) withMinY
(double d)
-
Constructor Details
-
ClusterPosition
public ClusterPosition(double minX, double minY, double maxX, double maxY)
-
-
Method Details
-
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
-
getProjectionOnFrontier
-
delta
-
getDimension
-
isPointJustUpper
-
getClosestSide
-