Class VisualSymbol

java.lang.Object
noaa.coastwatch.gui.visual.AbstractVisualObject
noaa.coastwatch.gui.visual.VisualSymbol
All Implemented Interfaces:
ComponentProducer, VisualObject

public class VisualSymbol extends AbstractVisualObject
The VisualSymbol class represents a plot symbol as a combo box with an icon of the symbol.
Since:
3.2.3
Author:
Peter Hollemans
  • Constructor Details

    • VisualSymbol

      public VisualSymbol(jahuwaldt.plot.PlotSymbol symbol)
      Creates a new visual symbol object using the specified symbol.
  • Method Details

    • getComponent

      public Component getComponent()
      Description copied from interface: ComponentProducer
      Gets the visual component used to display the object's properties.
    • getValue

      public Object getValue()
      Description copied from interface: VisualObject
      Gets the object value.
      Returns:
      the value that this visual object currently holds.
    • main

      public static void main(String[] argv)
      Tests this class.
      Parameters:
      argv - the array of command line parameters.