org.jcsp.awt
Class GraphicsProtocol.SetPaintable
java.lang.Object
org.jcsp.lang.TaggedProtocol
org.jcsp.awt.GraphicsProtocol
org.jcsp.awt.GraphicsProtocol.SetPaintable
- Enclosing class:
- GraphicsProtocol
public static final class GraphicsProtocol.SetPaintable
- extends GraphicsProtocol
This is a configuration class to register a org.jcsp.awt.Paintable object
with the graphics component. A Boolean.TRUE will be returned down
the fromGraphics channel.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GraphicsProtocol.SetPaintable
public GraphicsProtocol.SetPaintable(Paintable paintable)
- Parameters:
paintable
- the Paintable object to which the graphics component
will delegate its paint/update methods.
Copyright © 1996-2012. All Rights Reserved.