org.pzgui
Class PZManager.LayoutableInfo
java.lang.Object
org.pzgui.PZManager.LayoutableInfo
- Enclosing class:
- PZManager
public static class PZManager.LayoutableInfo
- extends java.lang.Object
Information used to describe a Layoutable when it is serialized.
|
Field Summary |
java.lang.String |
id
|
long |
idNum
|
boolean |
lock
|
int |
x
|
int |
y
|
|
Method Summary |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
idNum
public final long idNum
id
public final java.lang.String id
x
public final int x
y
public final int y
lock
public final boolean lock
PZManager.LayoutableInfo
public PZManager.LayoutableInfo()
PZManager.LayoutableInfo
public PZManager.LayoutableInfo(long idNum,
int x,
int y,
boolean lock)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object