java.lang.Object
ulu.pict.PictImpl
- All Implemented Interfaces:
- Pict
- Direct Known Subclasses:
- Group
- public abstract class PictImpl
- extends java.lang.Object
- implements Pict
Baseline implementation of Pict handles the panel get/set stuff
Dave Crane ulunum June 2001
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface ulu.pict.Pict |
depict |
pp
PictPanel pp
PictImpl
public PictImpl()
getPanel
public PictPanel getPanel()
- Specified by:
getPanel in interface Pict
setPanel
public void setPanel(PictPanel pp)
- Specified by:
setPanel in interface Pict