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