Uses of Class
ucar.unidata.util.ColorTable
Packages that use ColorTable
Package
Description
The idv package.
DisplayControls for the IDV - A DisplayControl generally has a data
depiction and a control window for modifying or interacting with the
display.
User Interface (UI) classes for the IDV
UI classes for color tables.
Meteorological symbol drawing.
General utilities.
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 ColorTableModifier and TypeMethodDescriptionDisplayConventions.getParamColorTable
(String paramName) Get the defaultColorTable
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 ColorTableModifier and TypeMethodDescriptionColorTableWidget.getColorTable()
Get the color table.DisplayControlImpl.getColorTable()
Get theColorTable
property.GridTrajectoryControl.MyTrackControl.getColorTable()
Get theColorTable
property.GridTrajectoryControlNew.MyTrajectoryControl.getColorTable()
Get theColorTable
property.ScatterDisplay.getColorTable
(FlatField image) _more_StationModelControl.getColorTable()
Get theColorTable
property.protected ColorTable
DisplayControlImpl.getColorTableToApply()
Get the color table to use when applying to displayablesprotected ColorTable
GridTrajectoryControl.getColorTableToApply()
_more_protected ColorTable
StationModelControl.getColorTableToApply()
Get the color table to use when applying to displayablesprotected ColorTable
DisplayControlImpl.getInitialColorTable()
A hook so derived classes can return a colortable.protected ColorTable
DrawingControl.getInitialColorTable()
The specific color table here is for the ProbSevere displayprotected ColorTable
GridDisplayControl.getInitialColorTable()
Override superclass method to get the initial color table.protected ColorTable
ImageControl.getInitialColorTable()
Overwrite base class method to get an image color tableprotected ColorTable
ImagePlanViewControl.getInitialColorTable()
Get the initial color table for the dataprotected ColorTable
ImageSequenceControl.getInitialColorTable()
Get the initial color table for the dataprotected ColorTable
RGBCompositeControl.getInitialColorTable()
protected ColorTable
StationModelControl.getInitialColorTable()
Overwrite base class method so we don't have any color table.TimeHeightControl.getMyColorTable()
Get the background colorprotected final 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.DrawingControl.getRGBColorTable()
Get the color table to use for the image glyphsImageMovieControl.getRGBColorTable()
Get the color table to use for the image glyphsGridTrajectoryControl.getTrjColorTable()
_more_GridTrajectoryControlNew.getTrjColorTable()
_more_Methods in ucar.unidata.idv.control with parameters of type ColorTableModifier and TypeMethodDescriptionfloat[][]
DisplayControlImpl.getColorTableForDisplayable
(ColorTable ct) The default is to use the alpha color table.ScatterDisplay.makeImageDisplay
(MapProjection mapProj, FlatField image, FlatField mask_image, Range imageRange, ColorTable colorTable) _more_void
ColorTableWidget.setColorTable
(ColorTable colorTable) Set the color table.void
DisplayControlImpl.setColorTable
(String whichColorTable, ColorTable newColorTable) Set the color table from the colortablewidgetvoid
DisplayControlImpl.setColorTable
(ColorTable newColorTable) Set theColorTable
property.void
GridTrajectoryControl.MyTrackControl.setColorTable
(ColorTable newColorTable) _more_void
GridTrajectoryControlNew.MyTrajectoryControl.setColorTable
(ColorTable newColorTable) _more_void
TimeHeightControl.MyTimeHeightControl.setMyColorTable
(ColorTable color) void
TimeHeightControl.setMyColorTable
(ColorTable color) Set the background colorvoid
GridTrajectoryControl.setTrjColorTable
(ColorTable ctable) _more_void
GridTrajectoryControlNew.setTrjColorTable
(ColorTable ctable) _more_Constructors in ucar.unidata.idv.control with parameters of type ColorTableModifierConstructorDescriptionColorTableWidget
(DisplayControlImpl theDisplayControl, ColorTableManager colorTableManager, ColorTable ct, Range r) Construct a ColorTableWidgetColorTableWidget
(DisplayControlImpl theDisplayControl, ColorTable ct) Construct a ColorTableWidget -
Uses of ColorTable in ucar.unidata.idv.ui
Methods in ucar.unidata.idv.ui that return ColorTableModifier and TypeMethodDescriptionprotected ColorTable
ParamDefaultsEditor.ParamDefaultsTable.getColorTableFromName
(String name) Map the name of the color table to theColorTable
ParamDefaultsEditor.getParamColorTable
(String paramName) Returns a color table based on the parameter name (e.g., rh, t, etc.)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 ColorTableModifier and TypeMethodDescriptionstatic ColorTable
ColorTableDefaults.createColorTable
(String name, String category, float[][] table) Create a ColorTable and add it to the given liststatic ColorTable
ColorTableDefaults.createColorTable
(ArrayList l, String name, String category, float[][] table) Create a ColorTable and add it to the given liststatic ColorTable
ColorTableDefaults.createColorTable
(ArrayList l, String name, String category, float[][] table, boolean tableFlipped) Create a ColorTable and add it to the given liststatic ColorTable
ColorTableDefaults.createColorTable
(ArrayList l, String name, String category, float[][] table, boolean tableFlipped, Range range) Create a ColorTable and add it to the given listColorTableManager.getColorTable
(String name) Lookup and return the color table identified by the given nameColorTableCanvas.getCurrentColorTable()
Get the currently edited CTColorTableManager.getDefaultColorTable()
Find and return the default color tableMethods in ucar.unidata.ui.colortable with parameters of type ColorTableModifier and TypeMethodDescriptionColorTableManager.edit
(ColorTable colorTable, PropertyChangeListener listener) Create a ColorTableEditor for editing the given color tablestatic 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 mevoid
ColorTableCanvas.setColorTable
(ColorTable newTable) GOt a new colortablevoid
ColorTableEditor.setColorTable
(ColorTable ct) Set the current color tableConstructors in ucar.unidata.ui.colortable with parameters of type ColorTableModifierConstructorDescriptionColorTableCanvas
(ColorTableEditor editor, ColorTable table) Create meColorTableCommand
(ColorTableCanvas canvas, ColorTable newCt) Create meColorTableEditor
(ColorTableManager colorTableManager, ColorTable table) Create an editor for the given color tableColorTableEditor
(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 ColorTableMethods in ucar.unidata.ui.symbol with parameters of type ColorTableModifier and TypeMethodDescriptionvoid
MetSymbol.setColorTable
(ColorTable value) Set the ColorTable property. -
Uses of ColorTable in ucar.unidata.util
Methods in ucar.unidata.util that return ColorTableModifier and TypeMethodDescriptionColorTable.init
(String name, String category, ArrayList colors, ArrayList scales, ArrayList breakpoints, Range r) Initialize a color table a new ColorTable.Initialize a color table a new ColorTable.Methods in ucar.unidata.util with parameters of type ColorTableModifier and TypeMethodDescriptionstatic final float[][]
ColorTable.addAlpha
(ColorTable colorTable) Wrapper aroundaddAlpha(float[][])
.boolean
ColorTable.equalsTable
(ColorTable other) See if another color table is equivalent to this oneConstructors in ucar.unidata.util with parameters of type ColorTable -
Uses of ColorTable in ucar.visad.display
Methods in ucar.visad.display with parameters of type ColorTableModifier and TypeMethodDescriptionvoid
Displayable.setColorPalette
(ColorTable colorTable) A wrapper method calling setColorPalette (float[][] c)