org.siebengeisslein.pgui
Class PInsets

java.lang.Object
  extended by org.siebengeisslein.client.Persistent
      extended by org.siebengeisslein.pgui.PInsets
All Implemented Interfaces:
Instrumented

public class PInsets
extends Persistent


Constructor Summary
PInsets(int top, int left, int bottom, int right)
           
 
Method Summary
 java.awt.Insets getInsets()
           
 
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
equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PInsets

public PInsets(int top,
               int left,
               int bottom,
               int right)
Method Detail

getInsets

public java.awt.Insets getInsets()