Class JComboBoxSimpleMarkeStyles

All Implemented Interfaces:
ActionListener, ImageObserver, ItemSelectable, MenuContainer, Serializable, EventListener, Accessible, ListDataListener

public class JComboBoxSimpleMarkeStyles extends JComboBox
JComboBox used by the user to select the different styles of simple marker symbols. The available options are: circle style,square style,cross style, diamond style,x style and triangle style.
Author:
jaume dominguez faus - jaume.dominguez@iver.es
See Also:
  • Constructor Details

    • JComboBoxSimpleMarkeStyles

      public JComboBoxSimpleMarkeStyles()
      Constructor method
  • Method Details

    • setSymbolColor

      public void setSymbolColor(Color c)
      Establishes the color of the simple marker symbol.
      Parameters:
      c - ,Color
    • setOutlineColor

      public void setOutlineColor(Color c)
      Sets the color for the outline of the simple marker symbol
      Parameters:
      c - ,Color
    • getSelectedItem

      public Object getSelectedItem()
      Overrides:
      getSelectedItem in class JComboBox
    • setSelectedItem

      public void setSelectedItem(Object item)
      Overrides:
      setSelectedItem in class JComboBox