Package org.jcsp.awt

Class 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.
    • Constructor Detail

      • SetPaintable

        public SetPaintable​(Paintable paintable)
        Parameters:
        paintable - the Paintable object to which the graphics component will delegate its paint/update methods.