Uses of Class
ucar.unidata.util.ColorTable

Packages that use ColorTable
ucar.unidata.idv The idv package. 
ucar.unidata.idv.control DisplayControls for the IDV - A DisplayControl generally has a data depiction and a control window for modifying or interacting with the display. 
ucar.unidata.idv.ui User Interface (UI) classes for the IDV 
ucar.unidata.ui.colortable UI classes for color tables. 
ucar.unidata.ui.symbol Meteorological symbol drawing. 
ucar.unidata.util General utilities. 
ucar.visad.display Provides support for hiding some of the complexity of the VisAD package. 
 

Uses of ColorTable in ucar.unidata.idv
 

Methods in ucar.unidata.idv that return ColorTable
 ColorTable DisplayConventions.getParamColorTable(String paramName)
          Get the default ColorTable that should be used for the given parameter name.
 

Uses of ColorTable in ucar.unidata.idv.control
 

Methods in ucar.unidata.idv.control that return ColorTable
 ColorTable DisplayControlImpl.getColorTable()
          Get the ColorTable property.
 ColorTable ColorTableWidget.getColorTable()
          Get the color table.
 ColorTable GridTrajectoryControl.MyTrackControl.getColorTable()
          Get the ColorTable property.
protected  ColorTable DisplayControlImpl.getColorTableToApply()
          Get the color table to use when applying to displayables
protected  ColorTable StationModelControl.getColorTableToApply()
          Get the color table to use when applying to displayables
protected  ColorTable GridTrajectoryControl.getColorTableToApply()
          _more_
protected  ColorTable DisplayControlImpl.getInitialColorTable()
          A hook so derived classes can return a colortable.
protected  ColorTable ImagePlanViewControl.getInitialColorTable()
          Get the initial color table for the data
protected  ColorTable GridDisplayControl.getInitialColorTable()
          Override superclass method to get the initial color table.
protected  ColorTable ImageSequenceControl.getInitialColorTable()
          Get the initial color table for the data
protected  ColorTable StationModelControl.getInitialColorTable()
          Overwrite base class method so we don't have any color table.
protected  ColorTable ImageControl.getInitialColorTable()
          Overwrite base class method to get an image color table
protected  ColorTable DisplayControlImpl.getOldColorTableOrInitialColorTable()
          Just a utility for bundles that were created with the old code that saved off the color table name, not the color table.
 ColorTable ImageMovieControl.getRGBColorTable()
          Get the color table to use for the image glyphs
 ColorTable DrawingControl.getRGBColorTable()
          Get the color table to use for the image glyphs
 ColorTable GridTrajectoryControl.getTrjColorTable()
          _more_
 

Methods in ucar.unidata.idv.control with parameters of type ColorTable
 float[][] DisplayControlImpl.getColorTableForDisplayable(ColorTable ct)
          The default is to use the alpha color table.
 void DisplayControlImpl.setColorTable(ColorTable newColorTable)
          Set the ColorTable property.
 void ColorTableWidget.setColorTable(ColorTable colorTable)
          Set the color table.
 void GridTrajectoryControl.MyTrackControl.setColorTable(ColorTable newColorTable)
          _more_
 void DisplayControlImpl.setColorTable(String whichColorTable, ColorTable newColorTable)
          Set the color table from the colortablewidget
 void GridTrajectoryControl.setTrjColorTable(ColorTable ctable)
          _more_
 

Constructors in ucar.unidata.idv.control with parameters of type ColorTable
ColorTableWidget(DisplayControlImpl theDisplayControl, ColorTable ct)
          Construct a ColorTableWidget
ColorTableWidget(DisplayControlImpl theDisplayControl, ColorTableManager colorTableManager, ColorTable ct, Range r)
          Construct a ColorTableWidget
 

Uses of ColorTable in ucar.unidata.idv.ui
 

Methods in ucar.unidata.idv.ui that return ColorTable
protected  ColorTable ParamDefaultsEditor.ParamDefaultsTable.getColorTableFromName(String name)
          Map the name of the color table to the ColorTable
 ColorTable ParamDefaultsEditor.getParamColorTable(String paramName)
          Returns a color table based on the parameter name (e.g., rh, t, etc.)
 ColorTable ParamDefaultsEditor.getParamColorTable(String paramName, boolean useDefault)
          Get the color table for the parameters
 

Uses of ColorTable in ucar.unidata.ui.colortable
 

Methods in ucar.unidata.ui.colortable that return ColorTable
static ColorTable ColorTableDefaults.createColorTable(ArrayList l, String name, String category, float[][] table)
          Create a ColorTable and add it to the given list
static ColorTable ColorTableDefaults.createColorTable(ArrayList l, String name, String category, float[][] table, boolean tableFlipped)
          Create a ColorTable and add it to the given list
static ColorTable ColorTableDefaults.createColorTable(ArrayList l, String name, String category, float[][] table, boolean tableFlipped, Range range)
          Create a ColorTable and add it to the given list
static ColorTable ColorTableDefaults.createColorTable(String name, String category, float[][] table)
          Create a ColorTable and add it to the given list
 ColorTable ColorTableManager.getColorTable(String name)
          Lookup and return the color table identified by the given name
 ColorTable ColorTableCanvas.getCurrentColorTable()
          Get the currently edited CT
 ColorTable ColorTableManager.getDefaultColorTable()
          Find and return the default color table
 

Methods in ucar.unidata.ui.colortable with parameters of type ColorTable
 ColorTableEditor ColorTableManager.edit(ColorTable colorTable, PropertyChangeListener listener)
          Create a ColorTableEditor for editing the given color table
static Icon ColorTableCanvas.getIcon(ColorTable ct)
          Create and return an ImageIcon that represents this color table.
static Icon ColorTableCanvas.getIcon(ColorTable ct, int width, int height)
          _more_
static Image ColorTableCanvas.getImage(ColorTable ct, int width, int height)
           
static Image ColorTableCanvas.getImage(ColorTable ct, int width, int height, boolean includeAlpha)
           
 void ColorTableCanvas.init(ColorTable newTable)
          Init me
 void ColorTableEditor.setColorTable(ColorTable ct)
          Set the current color table
 void ColorTableCanvas.setColorTable(ColorTable newTable)
          GOt a new colortable
 

Constructors in ucar.unidata.ui.colortable with parameters of type ColorTable
ColorTableCanvas.ColorTableCommand(ColorTableCanvas canvas, ColorTable newCt)
          Create me
ColorTableCanvas(ColorTableEditor editor, ColorTable table)
          Create me
ColorTableEditor(ColorTableManager colorTableManager, ColorTable table)
          Create an editor for the given color table
ColorTableEditor(ColorTableManager colorTableManager, ColorTable table, PropertyChangeListener listener)
          Create an editor for the given color table
 

Uses of ColorTable in ucar.unidata.ui.symbol
 

Methods in ucar.unidata.ui.symbol that return ColorTable
 ColorTable MetSymbol.getColorTable()
          Get the ColorTable property.
 

Methods in ucar.unidata.ui.symbol with parameters of type ColorTable
 void MetSymbol.setColorTable(ColorTable value)
          Set the ColorTable property.
 

Uses of ColorTable in ucar.unidata.util
 

Methods in ucar.unidata.util that return ColorTable
 ColorTable ColorTable.init(String name, String category, ArrayList colors, ArrayList scales, ArrayList breakpoints, Range r)
          Initialize a color table a new ColorTable.
 ColorTable ColorTable.init(String name, String category, ArrayList colors, ArrayList breakpoints, Range r)
          Initialize a color table a new ColorTable.
 

Methods in ucar.unidata.util with parameters of type ColorTable
static float[][] ColorTable.addAlpha(ColorTable colorTable)
          Wrapper around addAlpha(float[][]).
 boolean ColorTable.equalsTable(ColorTable other)
          See if another color table is equivalent to this one
 

Constructors in ucar.unidata.util with parameters of type ColorTable
ColorTable(ColorTable otherTable)
          Copy constructor
 

Uses of ColorTable in ucar.visad.display
 

Methods in ucar.visad.display with parameters of type ColorTable
 void Displayable.setColorPalette(ColorTable colorTable)
          A wrapper method calling setColorPalette (float[][] c)