Package org.jcsp.awt

Class GraphicsProtocol.MakeMISImage

  • Enclosing class:
    GraphicsProtocol

    public static final class GraphicsProtocol.MakeMISImage
    extends GraphicsProtocol
    This is a configuration class to associate a java.awt.image.MemoryImageSource with the graphics component. The component uses this to create a java.awt.Image, which is returned down the fromGraphics channel.
    • Constructor Detail

      • MakeMISImage

        public MakeMISImage​(MemoryImageSource mis)
        Parameters:
        mis - the MemoryImageSource for the graphics component.