Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

ulu.pict
Class PictImpl  view PictImpl download PictImpl.java

java.lang.Object
  extended byulu.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


Field Summary
(package private)  PictPanel pp
           
 
Constructor Summary
PictImpl()
           
 
Method Summary
 PictPanel getPanel()
           
 void setPanel(PictPanel pp)
           
 
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
 

Field Detail

pp

PictPanel pp
Constructor Detail

PictImpl

public PictImpl()
Method Detail

getPanel

public PictPanel getPanel()
Specified by:
getPanel in interface Pict

setPanel

public void setPanel(PictPanel pp)
Specified by:
setPanel in interface Pict