org.jcsp.awt
Class GraphicsProtocol.MakeMISImage
java.lang.Object
org.jcsp.lang.TaggedProtocol
org.jcsp.awt.GraphicsProtocol
org.jcsp.awt.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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GraphicsProtocol.MakeMISImage
public GraphicsProtocol.MakeMISImage(MemoryImageSource mis)
- Parameters:
mis
- the MemoryImageSource for the graphics component.
Copyright © 1996-2012. All Rights Reserved.