Package org.jcsp.awt
Interface GraphicsCommand.Graphic
-
- Enclosing class:
- GraphicsCommand
public static interface GraphicsCommand.GraphicThis is the interface allowing any set ofGraphicsoperations to be wrapped up in an object and sent down aDisplaychannel to an Active graphics component. SeeGraphicsCommand.General
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddoGraphic(java.awt.Graphics g, java.awt.Component c)
-