Package | Description |
---|---|
ucar.unidata.ui.symbol |
Meteorological symbol drawing.
|
ucar.unidata.view.station |
The view component for Station data.
|
Modifier and Type | Class and Description |
---|---|
class |
CloudCoverageSymbol
Cloud coverage meteorological symbols.
|
class |
LabelSymbol
Label symbol.
|
class |
MappedShapeSymbol
This is a symbol that holds a list of ShapeMap-s.
|
class |
ShapeSymbol
Shape symbol.
|
class |
TextSymbol
A representation of a text MetSymbol.
|
class |
ThreeDCrossSymbol
draws a symbol for a location point indicaiton,
in 3D which is very simple (small number of graphic elements)
so that large numbers of symbols can be displayed (like 5000).
|
class |
ValueSymbol
Value Symbol meteorological Symbol.
|
class |
WeatherSymbol
Glyphs representing Meteorological symbols.
|
class |
WindBarbSymbol
Wind Barb meteorological symbol.
|
class |
WindVectorSymbol
Class description
|
Modifier and Type | Method and Description |
---|---|
MetSymbol |
StationModel.findSymbolByName(java.lang.String name)
Find the named symbol
|
Modifier and Type | Method and Description |
---|---|
void |
StationModel.addSymbol(MetSymbol s)
Add the symbol
|
protected void |
PropertiesDialog.doApply(MetSymbol symbol) |
protected void |
PropertiesDialog.doApplyColorSettings(MetSymbol symbol) |
protected java.util.List |
StationModelCanvas.doMakeMetSymbolMenu(MetSymbol metSymbol,
java.util.List l,
boolean forPopup)
Make menu items for the given glyph
|
void |
StationModel.removeSymbol(MetSymbol s)
Remove the symbol
|
void |
StationModelCanvas.showProperties(MetSymbol metSymbol)
Show the properties dialog for the given symbol.
|
Constructor and Description |
---|
PropertiesDialog(MetSymbol symbol,
StationModelCanvas canvas)
Create a new PropertiesDialog
|
Constructor and Description |
---|
PropertiesDialog(java.util.List<MetSymbol> selected,
StationModelCanvas canvas) |
Modifier and Type | Method and Description |
---|---|
MetSymbol |
StationModelView.findSymbolByIndex(int idx)
Find the MetSymbol at the specified index
|
MetSymbol |
StationModelView.findSymbolByName(java.lang.String name)
find the MetSymbol with this name
|
MetSymbol |
StationModelView.getSelected()
Get the selected MetSymbol, or null if none.
|
Modifier and Type | Method and Description |
---|---|
void |
StationModelView.addSymbol(MetSymbol ms)
Add a symbol to the collection.
|
void |
StationModelView.removeSymbol(MetSymbol ms)
Remove a symbol from the collection.
|
void |
StationModelView.setSelected(MetSymbol ms)
Set the selected MetSymbol.
|