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