Uses of Class
org.jcsp.awt.GraphicsProtocol
-
Packages that use GraphicsProtocol Package Description org.jcsp.awt This provides CSP extensions for all AWTComponentcomponents: GUI events and widget configurations map to channel communications. -
-
Uses of GraphicsProtocol in org.jcsp.awt
Subclasses of GraphicsProtocol in org.jcsp.awt Modifier and Type Class Description static classGraphicsProtocol.GeneralThis is a general configuration class for the graphics component.private static classGraphicsProtocol.GetBackgroundprivate static classGraphicsProtocol.GetComponentprivate static classGraphicsProtocol.GetDimensionstatic classGraphicsProtocol.MakeMISImageThis is a configuration class to associate a java.awt.image.MemoryImageSource with the graphics component.private static classGraphicsProtocol.RequestFocusstatic classGraphicsProtocol.SetBackgroundThis is a configuration class for setting the background java.awt.Color of the active graphics component.static classGraphicsProtocol.SetPaintableThis is a configuration class to register a org.jcsp.awt.Paintable object with the graphics component.Fields in org.jcsp.awt declared as GraphicsProtocol Modifier and Type Field Description static GraphicsProtocolGraphicsProtocol. GET_BACKGROUNDThis is an enquiry object to find the background colour of the active graphics component.static GraphicsProtocolGraphicsProtocol. GET_COMPONENTThis is an enquiry object to obtain the active graphics component.static GraphicsProtocolGraphicsProtocol. GET_DIMENSIONThis is an enquiry object to find the size of the active graphics component.static GraphicsProtocolGraphicsProtocol. REQUEST_FOCUSThis is a configuration object to request input focus on the graphics component for keyboard and mouse evnts.
-