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) booleancontains(double x, double y) booleandelta(double m1, double m2) final doublegetMaxX()final doublegetMaxY()final doublegetMinX()final doublegetMinY()booleanmerge(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
-