kaos.kpat.gui.hypertext
Class HypertextEditor.MyPoint

java.lang.Object
  extended by java.awt.geom.Point2D
      extended by java.awt.Point
          extended by kaos.kpat.gui.hypertext.HypertextEditor.MyPoint
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable
Enclosing class:
HypertextEditor

public static class HypertextEditor.MyPoint
extends java.awt.Point

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.awt.geom.Point2D
java.awt.geom.Point2D.Double, java.awt.geom.Point2D.Float
 
Field Summary
 java.awt.Point _rel
           
 
Fields inherited from class java.awt.Point
x, y
 
Constructor Summary
HypertextEditor.MyPoint(java.awt.Point abs, java.awt.Point rel)
           
 
Method Summary
 
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
 

Field Detail

_rel

public java.awt.Point _rel
Constructor Detail

HypertextEditor.MyPoint

public HypertextEditor.MyPoint(java.awt.Point abs,
                               java.awt.Point rel)