Class GraphPoint
java.lang.Object
org.cristalise.kernel.graph.model.GraphPoint
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
x
public int x -
y
public int y
-
-
Constructor Details
-
GraphPoint
public GraphPoint() -
GraphPoint
public GraphPoint(int x, int y)
-