javax.media.jai.remote |
|
Java Source File Name | Type | Comment |
JaiI18N.java | Class | |
JAIRMIDescriptor.java | Class | This class describes the "jairmi" remote imaging protocol. |
Negotiable.java | Interface | An interface that defines objects that can be negotiated upon. |
NegotiableCapability.java | Class | A NegotiableCapability represents the capabilities of an
object. |
NegotiableCapabilitySet.java | Class | This class is an aggregation of NegotiableCapability objects. |
NegotiableCollection.java | Class | A class that wraps an Collection to implement the
Negotiable interface. |
NegotiableNumeric.java | Class | A class that wraps a numeric primitive data type or a subclass of
Number to implement the Negotiable interface. |
NegotiableNumericRange.java | Class | A class that wraps a Range which contains numeric elements,
to implement the Negotiable interface. |
PlanarImageServerProxy.java | Class | A subclass of PlanarImage which represents an image on a
remote server machine. |
RemoteCRIF.java | Interface | The RemoteCRIF interface is equivalent to the
ContextualRenderedImageFactory for operations that are
intended to be performed remotely. |
RemoteDescriptor.java | Interface | This interface provides a description of a specific remote imaging
protocol. |
RemoteDescriptorImpl.java | Class | This abstract class provides a partial implementation of the
RemoteDescriptor interface, and is suitable for
subclassing. |
RemoteImagingException.java | Class | RemoteImagingException is an Exception thrown
to indicate that an error condition was
encountered during remote image processing. |
RemoteJAI.java | Class | A convenience class for instantiating operations on remote machines.
This class also provides information related to the server and allows
for setting of parameters for the remote communication with the server.
Conceptually this class is very similar to the JAI
class, except that the RemoteJAI class deals with
remote operations. |
RemoteRenderableOp.java | Class | A subclass of RenderableOp for remote operations. |
RemoteRenderedImage.java | Interface | RemoteRenderedImage is an interface commonly used to
represent objects which contain or can produce image data in the form of
Raster s from locations that are remote. |
RemoteRenderedOp.java | Class | A node in a remote rendered imaging chain. |
RemoteRIF.java | Interface | The RemoteRIF interface is intended to be implemented by
classes that wish to act as factories to produce different renderings
remotely, for example by executing a series of remote operations on
a set of sources, depending on a specific set of parameters, properties,
and rendering hints. |
SerializableRenderedImage.java | Class | A serializable wrapper class for classes which implement the
RenderedImage interface.
A SerializableRenderedImage provides a means to serialize
a RenderedImage . |
SerializableState.java | Interface | An interface to be implemented by classes instances of which act as
serializable proxies for instances of non-serializable classes. |
Serializer.java | Interface | An interface to be implemented by classes which are capable of
converting an instance of a supported class into a state representation
of the object which is serializable. |
SerializerFactory.java | Class | A utility class which provides factory methods for obtaining
Serializer instances.
The Serializer s are maintained in a centralized repository
which is organized based on the classes supported by the
Serializer s and the order in which the Serializer s
were registered. |