org.pzgui
Class PZManager.LayoutableInfo

java.lang.Object
  extended by 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
           
 
Constructor Summary
PZManager.LayoutableInfo()
           
PZManager.LayoutableInfo(long idNum, int x, int y, boolean lock)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

PZManager.LayoutableInfo

public PZManager.LayoutableInfo()

PZManager.LayoutableInfo

public PZManager.LayoutableInfo(long idNum,
                                int x,
                                int y,
                                boolean lock)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object