This method gets called when the observed object fires a property change event.
@param event the property change event object describing which propertychanged and howPropertyChangeListener
. When invoked with an event which is an instance of RenderingChangeEvent
or CollectionChangeEvent
emitted by a RenderedOp
or CollectionOp
, respectively, the node will respond by re-rendering itself while retaining any tiles possible. It will respond to an "InvalidRegion" event emitted by a source RenderedImage
in a manner similar to that applied for RenderingChangeEvent
s.
@see TiledImage#propertyChange
@since JAI 1.1
PropertyChangeListener
. When invoked with an event which is an instance of RenderingChangeEvent
or CollectionChangeEvent
emitted by a RenderedOp
or CollectionOp
, respectively, the node will respond by re-rendering itself while retaining any tiles possible. It will respond to an "InvalidRegion" event emitted by a source RenderedImage
in a manner similar to that applied for RenderingChangeEvent
s.
@see TiledImage#propertyChange
@since JAI 1.1
This method gets called when the observed object fires a property change event.
@param event the property change event object describing which propertychanged and how
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|