Protege 3.4.3

edu.stanford.smi.protegex.widget.graph
Class GraphPoint

java.lang.Object
  extended by java.awt.geom.Point2D
      extended by java.awt.Point
          extended by edu.stanford.smi.protegex.widget.graph.GraphPoint
All Implemented Interfaces:
Serializable, Cloneable

public class GraphPoint
extends Point

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.awt.geom.Point2D
Point2D.Double, Point2D.Float
 
Constructor Summary
GraphPoint(String s)
           
 
Method Summary
 int getXInt()
           
 int getYInt()
           
 String toString()
           
 
Methods inherited from class java.awt.Point
equals, getLocation, getX, getY, move, setLocation, setLocation, setLocation, translate
 
Methods inherited from class java.awt.geom.Point2D
clone, distance, distance, distance, distanceSq, distanceSq, distanceSq, hashCode, setLocation
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GraphPoint

public GraphPoint(String s)
Method Detail

toString

public String toString()
Overrides:
toString in class Point

getXInt

public int getXInt()

getYInt

public int getYInt()

Protege 3.4.3

Submit a bug report or feature request