|
|||||||||
| Home >> All >> ulu >> [ pict overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
ulu.pict
Interface Pict

- All Known Implementing Classes:
- PictImpl
- public interface Pict
An object that operates on a graphics context, without any of that component layout nonsense! A well-behaved Pict ought to pass the Graphics object back untouched, so no clipping or calls to dispose(), please! Dave Crane ulunum October 2000
| Method Summary | |
void |
depict(java.awt.Graphics g)
|
PictPanel |
getPanel()
|
void |
setPanel(PictPanel pp)
|
| Method Detail |
depict
public void depict(java.awt.Graphics g)
getPanel
public PictPanel getPanel()
setPanel
public void setPanel(PictPanel pp)
|
|||||||||
| Home >> All >> ulu >> [ pict overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC