| java.lang.Object com.sun.media.jai.rmi.SerializableStateImpl com.sun.media.jai.rmi.RenderingKeyState
RenderingKeyState | public class RenderingKeyState extends SerializableStateImpl (Code) | | This class is a serializable proxy for the predefined
RenderingHints.Key objects.
For a hint key, the name of the class which contains the declaration
of this key and the field name of this declaration are recorded.
since: 1.1 |
RenderingKeyState | public RenderingKeyState(Class c, Object o, RenderingHints h)(Code) | | Constructs a RenderingKeyState from a
RenderingHints.Key object.
Parameters: c - The Class of the object to be serialized. Parameters: o - The object to be serialized. Parameters: h - The RenderingHints used in serialization. |
getSupportedClasses | public static Class[] getSupportedClasses()(Code) | | Returns the classes supported by this SerializableState.
|
permitsSubclasses | public static boolean permitsSubclasses()(Code) | | Support subclasses as Raster is a factory class.
|
|
|