Package noaa.coastwatch.gui.visual
Class VisualSymbol
java.lang.Object
noaa.coastwatch.gui.visual.AbstractVisualObject
noaa.coastwatch.gui.visual.VisualSymbol
- All Implemented Interfaces:
ComponentProducer
,VisualObject
The
VisualSymbol
class represents a plot symbol
as a combo box with an icon of the symbol.- Since:
- 3.2.3
- Author:
- Peter Hollemans
-
Field Summary
Fields inherited from class noaa.coastwatch.gui.visual.AbstractVisualObject
VALUE_PROPERTY
-
Constructor Summary
ConstructorDescriptionVisualSymbol
(jahuwaldt.plot.PlotSymbol symbol) Creates a new visual symbol object using the specified symbol. -
Method Summary
Methods inherited from class noaa.coastwatch.gui.visual.AbstractVisualObject
addPropertyChangeListener, firePropertyChange, firePropertyChange, hasChooser, refreshComponent, setRestrictions, showChooser
-
Constructor Details
-
VisualSymbol
public VisualSymbol(jahuwaldt.plot.PlotSymbol symbol) Creates a new visual symbol object using the specified symbol.
-
-
Method Details
-
getComponent
Description copied from interface:ComponentProducer
Gets the visual component used to display the object's properties. -
getValue
Description copied from interface:VisualObject
Gets the object value.- Returns:
- the value that this visual object currently holds.
-
main
Tests this class.- Parameters:
argv
- the array of command line parameters.
-