public static final class GraphicsProtocol.General extends GraphicsProtocol
Configure
interface, and writes it down the toGraphics channel.
The graphics component invokes the configure method
of the enclosed Configure object and
returns the Object result down the fromGraphics channel.GraphicsProtocol.Configure, GraphicsProtocol.General, GraphicsProtocol.MakeMISImage, GraphicsProtocol.SetBackground, GraphicsProtocol.SetPaintable
Modifier and Type | Field and Description |
---|---|
(package private) GraphicsProtocol.Configure |
c |
GENERAL_TAG, GET_BACKGROUND, GET_BACKGROUND_TAG, GET_COMPONENT, GET_COMPONENT_TAG, GET_DIMENSION, GET_DIMENSION_TAG, MAKE_MIS_IMAGE_TAG, REQUEST_FOCUS, REQUEST_FOCUS_TAG, SET_BACKGROUND_TAG, SET_PAINTABLE_TAG
tag
Constructor and Description |
---|
General(GraphicsProtocol.Configure c) |
final GraphicsProtocol.Configure c
public General(GraphicsProtocol.Configure c)
c
- the object implementing the user's configuration requirements
for the graphics component.