Package se.conciliate.extensions.router
Class IntersectionPoint
java.lang.Object
se.conciliate.extensions.router.IntersectionPoint
- Author:
- sebastian
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionIntersectionPoint
(Point intersection, boolean selfIntersecting, int zorder, int direction) IntersectionPoint
(Point intersection, int zorder, int direction) -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
int
int
hashCode()
boolean
void
setDirection
(int direction) void
setIntersection
(Point intersection) void
setSelfIntersecting
(boolean selfIntersecting) void
setZorder
(int zorder)
-
Field Details
-
HORIZONTAL
public static final int HORIZONTAL- See Also:
-
VERTICAL
public static final int VERTICAL- See Also:
-
-
Constructor Details
-
IntersectionPoint
-
IntersectionPoint
-
-
Method Details
-
getIntersection
-
setIntersection
-
isSelfIntersecting
public boolean isSelfIntersecting() -
setSelfIntersecting
public void setSelfIntersecting(boolean selfIntersecting) -
getDirection
public int getDirection() -
setDirection
public void setDirection(int direction) -
getZorder
public int getZorder() -
setZorder
public void setZorder(int zorder) -
hashCode
public int hashCode() -
equals
-