| A panel showing image properties. An image can actually be any instance of
PropertySource ,
RenderedImage or
RenderableImage interfaces.
The method
PropertySource.getProperty will be invoked only when a property
is first required, in order to avoid the computation of deferred properties before
needed. If the source implements also the
PropertyChangeEmitter interface,
then this widget will register a listener for property changes. The changes can be
emitted from any thread, which may or may not be the Swing thread.
If the image is an instance of
RenderedImage , then this panel will also show
informations about the
,
, image size, tile size, etc.
since: 2.3 version: $Id: ImageProperties.java 24084 2007-01-27 19:18:46Z desruisseaux $ author: Martin Desruisseaux See Also: org.geotools.gui.swing.ParameterEditor See Also: OperationTreeBrowser |