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