Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ColorTable |
DisplayConventions.getParamColorTable(java.lang.String paramName)
Get the default
ColorTable
that should be used for the given parameter name. |
Modifier and Type | Method and Description |
---|---|
ColorTable |
DisplayControlImpl.getColorTable()
Get the
ColorTable property. |
ColorTable |
GridTrajectoryControl.MyTrackControl.getColorTable()
Get the
ColorTable property. |
ColorTable |
ColorTableWidget.getColorTable()
Get the color table.
|
ColorTable |
GridTrajectoryControlNew.MyTrajectoryControl.getColorTable()
Get the
ColorTable property. |
ColorTable |
StationModelControl.getColorTable()
Get the
ColorTable property. |
ColorTable |
ScatterDisplay.getColorTable(visad.FlatField image)
_more_
|
protected ColorTable |
DisplayControlImpl.getColorTableToApply()
Get the color table to use when applying to displayables
|
protected ColorTable |
GridTrajectoryControl.getColorTableToApply()
_more_
|
protected ColorTable |
StationModelControl.getColorTableToApply()
Get the color table to use when applying to displayables
|
protected ColorTable |
ImageSequenceControl.getInitialColorTable()
Get the initial color table for the data
|
protected ColorTable |
DisplayControlImpl.getInitialColorTable()
A hook so derived classes can return a colortable.
|
protected ColorTable |
ImageControl.getInitialColorTable()
Overwrite base class method to get an image color table
|
protected ColorTable |
ImagePlanViewControl.getInitialColorTable()
Get the initial color table for the data
|
protected ColorTable |
DrawingControl.getInitialColorTable()
The specific color table here is for the ProbSevere display
|
protected ColorTable |
RGBCompositeControl.getInitialColorTable() |
protected ColorTable |
GridDisplayControl.getInitialColorTable()
Override superclass method to get the initial color table.
|
protected ColorTable |
StationModelControl.getInitialColorTable()
Overwrite base class method so we don't have any color table.
|
ColorTable |
TimeHeightControl.getMyColorTable()
Get the background color
|
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 |
DrawingControl.getRGBColorTable()
Get the color table to use for the image glyphs
|
ColorTable |
ImageMovieControl.getRGBColorTable()
Get the color table to use for the image glyphs
|
ColorTable |
GridTrajectoryControl.getTrjColorTable()
_more_
|
ColorTable |
GridTrajectoryControlNew.getTrjColorTable()
_more_
|
Modifier and Type | Method and Description |
---|---|
float[][] |
DisplayControlImpl.getColorTableForDisplayable(ColorTable ct)
The default is to use the alpha color table.
|
DisplayMaster |
ScatterDisplay.makeImageDisplay(visad.georef.MapProjection mapProj,
visad.FlatField image,
visad.FlatField mask_image,
Range imageRange,
ColorTable colorTable)
_more_
|
void |
DisplayControlImpl.setColorTable(ColorTable newColorTable)
Set the
ColorTable property. |
void |
GridTrajectoryControl.MyTrackControl.setColorTable(ColorTable newColorTable)
_more_
|
void |
ColorTableWidget.setColorTable(ColorTable colorTable)
Set the color table.
|
void |
GridTrajectoryControlNew.MyTrajectoryControl.setColorTable(ColorTable newColorTable)
_more_
|
void |
DisplayControlImpl.setColorTable(java.lang.String whichColorTable,
ColorTable newColorTable)
Set the color table from the colortablewidget
|
void |
TimeHeightControl.setMyColorTable(ColorTable color)
Set the background color
|
void |
TimeHeightControl.MyTimeHeightControl.setMyColorTable(ColorTable color) |
void |
GridTrajectoryControl.setTrjColorTable(ColorTable ctable)
_more_
|
void |
GridTrajectoryControlNew.setTrjColorTable(ColorTable ctable)
_more_
|
Constructor and Description |
---|
ColorTableWidget(DisplayControlImpl theDisplayControl,
ColorTable ct)
Construct a ColorTableWidget
|
ColorTableWidget(DisplayControlImpl theDisplayControl,
ColorTableManager colorTableManager,
ColorTable ct,
Range r)
Construct a ColorTableWidget
|
Modifier and Type | Method and Description |
---|---|
protected ColorTable |
ParamDefaultsEditor.ParamDefaultsTable.getColorTableFromName(java.lang.String name)
Map the name of the color table to the
ColorTable |
ColorTable |
ParamDefaultsEditor.getParamColorTable(java.lang.String paramName)
Returns a color table based on the parameter name (e.g., rh, t, etc.)
|
ColorTable |
ParamDefaultsEditor.getParamColorTable(java.lang.String paramName,
boolean useDefault)
Get the color table for the parameters
|
Modifier and Type | Method and Description |
---|---|
static ColorTable |
ColorTableDefaults.createColorTable(java.util.ArrayList l,
java.lang.String name,
java.lang.String category,
float[][] table)
Create a ColorTable and add it to the given list
|
static ColorTable |
ColorTableDefaults.createColorTable(java.util.ArrayList l,
java.lang.String name,
java.lang.String category,
float[][] table,
boolean tableFlipped)
Create a ColorTable and add it to the given list
|
static ColorTable |
ColorTableDefaults.createColorTable(java.util.ArrayList l,
java.lang.String name,
java.lang.String category,
float[][] table,
boolean tableFlipped,
Range range)
Create a ColorTable and add it to the given list
|
static ColorTable |
ColorTableDefaults.createColorTable(java.lang.String name,
java.lang.String category,
float[][] table)
Create a ColorTable and add it to the given list
|
ColorTable |
ColorTableManager.getColorTable(java.lang.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
|
Modifier and Type | Method and Description |
---|---|
ColorTableEditor |
ColorTableManager.edit(ColorTable colorTable,
java.beans.PropertyChangeListener listener)
Create a ColorTableEditor for editing the given color table
|
static javax.swing.Icon |
ColorTableCanvas.getIcon(ColorTable ct)
Create and return an ImageIcon that represents this color table.
|
static javax.swing.Icon |
ColorTableCanvas.getIcon(ColorTable ct,
int width,
int height)
_more_
|
static java.awt.Image |
ColorTableCanvas.getImage(ColorTable ct,
int width,
int height) |
static java.awt.Image |
ColorTableCanvas.getImage(ColorTable ct,
int width,
int height,
boolean includeAlpha) |
void |
ColorTableCanvas.init(ColorTable newTable)
Init me
|
void |
ColorTableCanvas.setColorTable(ColorTable newTable)
GOt a new colortable
|
void |
ColorTableEditor.setColorTable(ColorTable ct)
Set the current color table
|
Constructor and Description |
---|
ColorTableCanvas(ColorTableEditor editor,
ColorTable table)
Create me
|
ColorTableCommand(ColorTableCanvas canvas,
ColorTable newCt)
Create me
|
ColorTableEditor(ColorTableManager colorTableManager,
ColorTable table)
Create an editor for the given color table
|
ColorTableEditor(ColorTableManager colorTableManager,
ColorTable table,
java.beans.PropertyChangeListener listener)
Create an editor for the given color table
|
Modifier and Type | Method and Description |
---|---|
ColorTable |
MetSymbol.getColorTable()
Get the ColorTable property.
|
Modifier and Type | Method and Description |
---|---|
void |
MetSymbol.setColorTable(ColorTable value)
Set the ColorTable property.
|
Modifier and Type | Method and Description |
---|---|
ColorTable |
ColorTable.init(java.lang.String name,
java.lang.String category,
java.util.ArrayList colors,
java.util.ArrayList scales,
java.util.ArrayList breakpoints,
Range r)
Initialize a color table a new ColorTable.
|
ColorTable |
ColorTable.init(java.lang.String name,
java.lang.String category,
java.util.ArrayList colors,
java.util.ArrayList breakpoints,
Range r)
Initialize a color table a new ColorTable.
|
Modifier and Type | Method and Description |
---|---|
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
|
Constructor and Description |
---|
ColorTable(ColorTable otherTable)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
Displayable.setColorPalette(ColorTable colorTable)
A wrapper method calling setColorPalette (float[][] c)
|