org.siebengeisslein.pgui
Class PMatteBorder

java.lang.Object
  extended by org.siebengeisslein.client.Persistent
      extended by org.siebengeisslein.pgui.PMatteBorder
All Implemented Interfaces:
java.lang.Cloneable, CloneAware, Instrumented, PBorder

public class PMatteBorder
extends Persistent
implements PBorder


Constructor Summary
PMatteBorder(int top, int left, int bottom, int right, PColor color)
           
 
Method Summary
 PMatteBorder clone(CloneHelper helper)
           
 javax.swing.border.Border getBorder()
           
 
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

PMatteBorder

public PMatteBorder(int top,
                    int left,
                    int bottom,
                    int right,
                    PColor color)
Method Detail

getBorder

public javax.swing.border.Border getBorder()
Specified by:
getBorder in interface PBorder

clone

public PMatteBorder clone(CloneHelper helper)
                   throws java.lang.CloneNotSupportedException
Specified by:
clone in interface CloneAware
Throws:
java.lang.CloneNotSupportedException