Class PaletteChooserPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

class PaletteChooserPanel extends JPanel
Deprecated.
This class is no longer supported. If you are creating contour plots, please try to use XYPlot and XYBlockRenderer.
A component for choosing a palette from a list of available palettes.
  • Field Details

    • selector

      private JComboBox selector
      Deprecated.
      A combo for selecting the stroke.
  • Constructor Details

    • PaletteChooserPanel

      public PaletteChooserPanel(PaletteSample current, PaletteSample[] available)
      Deprecated.
      Constructor.
      Parameters:
      current - the current palette sample.
      available - an array of 'available' palette samples.
  • Method Details

    • getSelectedPalette

      public ColorPalette getSelectedPalette()
      Deprecated.
      Returns the selected palette.
      Returns:
      The selected palette.