A subclass of
RenderableOp
for remote operations. This class represents a node in a remote renderable imaging chain. A
RemoteRenderableOp
stores a protocol name (as a
String
), a server name (as a
String
), an operation name (as a
String
), and a
ParameterBlock
containing sources and miscellaneous parameters.
By virtue of being a subclass of RemoteRenderableOp
, this class participates in Java Bean-style events as specified by RenderableOp
. RemoteRenderableOp
s add the server name and the protocol name to the critical attributes, the editing (chaging) of which may cause a PropertyChangeEventJAI
to be emitted.
@see com.lightcrafts.mediax.jai.RenderableOp
@since JAI 1.1