Uses of Class
ucar.unidata.ui.colortable.ColorTableManager
Packages that use ColorTableManager
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.
UI classes for color tables.
-
Uses of ColorTableManager in ucar.unidata.idv
Fields in ucar.unidata.idv declared as ColorTableManagerModifier and TypeFieldDescriptionprotected ColorTableManagerIdvBase.colorTableManagerThe color table manager.Methods in ucar.unidata.idv that return ColorTableManagerModifier and TypeMethodDescriptionprotected ColorTableManagerIdvBase.doMakeColorTableManager()Factory method to create theColorTableManagerControlContext.getColorTableManager()Get theColorTableManagerIdvBase.getColorTableManager()Create, if needed, and return theColorTableManagerIdvManager.getColorTableManager()Get theColorTableManager -
Uses of ColorTableManager in ucar.unidata.idv.control
Constructors in ucar.unidata.idv.control with parameters of type ColorTableManagerModifierConstructorDescriptionColorTableWidget(DisplayControlImpl theDisplayControl, ColorTableManager colorTableManager, ColorTable ct, Range r) Construct a ColorTableWidget -
Uses of ColorTableManager in ucar.unidata.ui.colortable
Methods in ucar.unidata.ui.colortable that return ColorTableManagerModifier and TypeMethodDescriptionColorTableEditor.getColorTableManager()Get the managerstatic ColorTableManagerColorTableManager.getManager()Get the singletonMethods in ucar.unidata.ui.colortable with parameters of type ColorTableManagerModifier and TypeMethodDescriptionstatic voidColorTableManager.setManager(ColorTableManager theManager) set the singleton managerConstructors in ucar.unidata.ui.colortable with parameters of type ColorTableManagerModifierConstructorDescriptionColorTableEditor(ColorTableManager colorTableManager) Create a stand alone color table editorColorTableEditor(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