org.siebengeisslein.pgui
Class PPoint
java.lang.Object
org.siebengeisslein.client.Persistent
org.siebengeisslein.pgui.PPoint
- All Implemented Interfaces:
- java.lang.Cloneable, CloneAware, Instrumented
public class PPoint
- extends Persistent
- implements CloneAware
| Methods inherited from class org.siebengeisslein.client.Persistent |
abort, clearUserLocals, clone, commit, disposeTransient, getGroup, getRef, getTransientValue, hashCode, initTransient, isWriteTransaction, joinWriteTransaction, readLock, setGroup, setTransientValue, toPersistent, toRef, writeExternal, writeLock |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
PPoint
public PPoint()
PPoint
public PPoint(int x,
int y)
PPoint
public PPoint(java.awt.Point p)
getX
public int getX()
getY
public int getY()
toAWT
public java.awt.Point toAWT()
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
clone
public PPoint clone(CloneHelper helper)
throws java.lang.CloneNotSupportedException
- Specified by:
clone in interface CloneAware
- Throws:
java.lang.CloneNotSupportedException