| |
|
| java.lang.Object com.sun.media.jai.rmi.RenderContextProxy
RenderContextProxy | public class RenderContextProxy implements Serializable(Code) | | This class is a serializable proxy for a RenderContext from which the
RenderContext may be reconstituted.
since: EA3 |
Constructor Summary | |
public | RenderContextProxy(RenderContext source) Constructs a DatabufferProxy from a
Databuffer . |
Method Summary | |
public RenderContext | getRenderContext() Retrieves the associated Databuffer . |
RenderContextProxy | public RenderContextProxy(RenderContext source)(Code) | | Constructs a DatabufferProxy from a
Databuffer .
Parameters: source - The Databuffer to be serialized. |
getRenderContext | public RenderContext getRenderContext()(Code) | | Retrieves the associated Databuffer .
The (perhaps reconstructed) Databuffer . |
|
|
|