|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.cytoscape.view.layout.LayoutPoint
public final class LayoutPoint
Simple immutable object which represents a point (x, y).
Constructor Summary | |
---|---|
LayoutPoint(double x,
double y)
Constructor. |
Method Summary | |
---|---|
double |
getX()
Returns the X location of the point. |
double |
getY()
Returns the Y location of the point. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LayoutPoint(double x, double y)
x
- The X location of the point.y
- The Y location of the point.Method Detail |
---|
public double getX()
public double getY()
|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |