com.ds.fw.graph
Class FwPoint

java.lang.Object
  |
  +--java.awt.geom.Point2D
        |
        +--java.awt.Point
              |
              +--com.ds.fw.graph.FwPoint
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class FwPoint
extends java.awt.Point

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.awt.Point
x, y
 
Constructor Summary
FwPoint()
           
FwPoint(int x, int y)
           
 
Methods inherited from class java.awt.Point
equals, getLocation, getX, getY, move, setLocation, setLocation, setLocation, toString, 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

FwPoint

public FwPoint()

FwPoint

public FwPoint(int x,
               int y)