Class StyleEditorPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class StyleEditorPanel extends JPanel
See Also:
  • Field Details

  • Constructor Details

    • StyleEditorPanel

      public StyleEditorPanel(DataSetType type)
      Create the stye editing panel.
  • Method Details

    • setEnabled

      public void setEnabled(boolean enabled)
      Overrides:
      setEnabled in class JComponent
    • setStyle

      public void setStyle(IStyled style)
      Set the choices
      Parameters:
      style - the new choices
    • getSymbolSizeSelector

      public TextFieldSlider getSymbolSizeSelector()
      Get the symbols size slider
      Returns:
      symbols size slider
    • getLineWidthSelector

      public TextFieldSlider getLineWidthSelector()
      Get the line width slider
      Returns:
      line width slider
    • getSymbolSelector

      public EnumComboBox getSymbolSelector()
      Get the symbol selector
      Returns:
      the symbol selector
    • getBorderSelector

      public EnumComboBox getBorderSelector()
      Get the border selector
      Returns:
      the border selector
    • getSymbolColor

      public ColorLabel getSymbolColor()
      Get the symbol color selector
      Returns:
      the symbol color selector
    • getBorderColor

      public ColorLabel getBorderColor()
      Get the line color selector
      Returns:
      the line color selector
    • getFitLineColor

      public ColorLabel getFitLineColor()
      Get the fit line color selector
      Returns:
      the fit line color selector