public class VisualSymbol extends AbstractVisualObject
VisualSymbol
class represents a plot symbol
as a combo box with an icon of the symbol.VALUE_PROPERTY
Constructor and Description |
---|
VisualSymbol(jahuwaldt.plot.PlotSymbol symbol)
Creates a new visual symbol object using the specified symbol.
|
Modifier and Type | Method and Description |
---|---|
java.awt.Component |
getComponent()
Gets the visual component used to display the object's
properties.
|
java.lang.Object |
getValue()
Gets the object value.
|
static void |
main(java.lang.String[] argv)
Tests this class.
|
addPropertyChangeListener, firePropertyChange, firePropertyChange, hasChooser, refreshComponent, setRestrictions, showChooser
public VisualSymbol(jahuwaldt.plot.PlotSymbol symbol)
public java.awt.Component getComponent()
ComponentProducer
public java.lang.Object getValue()
VisualObject
public static void main(java.lang.String[] argv)
argv
- the array of command line parameters.