Protege 2.1.1

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

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

public class GraphPoint
extends Point

See Also:
Serialized Form

Nested Class Summary
 
Nested classes 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()

getXInt

public int getXInt()

getYInt

public int getYInt()

Protege 2.1.1

Submit a bug report or feature request