PlanarImage
which represents an image on a remote server machine. The image may be constructed from a RenderedImage
or from an imaging chain in either the rendered or renderable mode. Network errors (detected via throws of RemoteException
s) are dealt with through retries; when the limit of retries is exceeded, a null
Raster may be returned. The default number of retries is set to 5 and the default timeout is set to 1 second.
Note that the registry of the server will be used. In particular if an OperationRegistry
was present in the RenderingHints
used to construct a RenderedOp
or RenderableOp
it will not be serialized and transmitted to the server.
Image layout attributes, once requested, are cached locally for speed.
@deprecated as of JAI 1.1 in favor ofcom.lightcrafts.mediax.jai.remote.RemoteJAI
.
|
|