public class ImageSampleValues extends JPanel(Code)
Display the image sample values as a table. This panel includes a field for band selection
and scroll bars for the table.
since: 2.3 version: $Id: ImageSampleValues.java 20883 2006-08-07 13:48:09Z jgarnett $ author: Martin Desruisseaux See Also:ImageTableModel
Constructor Summary
public
ImageSampleValues() Creates a new table without initial image to display.
public
ImageSampleValues(RenderedImage image) Creates a new table that will display the sample values for the specified image.
Method Summary
public void
setImage(RenderedImage image) Set the rendered image to display.