Uses of Class
ucar.unidata.ui.symbol.MetSymbol
Packages that use MetSymbol
Package
Description
Meteorological symbol drawing.
The view component for Station data.
-
Uses of MetSymbol in ucar.unidata.ui.symbol
Subclasses of MetSymbol in ucar.unidata.ui.symbolModifier and TypeClassDescriptionclass
Cloud coverage meteorological symbols.class
Label symbol.class
This is a symbol that holds a list of ShapeMap-s.class
Shape symbol.class
A representation of a text MetSymbol.class
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
Value Symbol meteorological Symbol.class
Glyphs representing Meteorological symbols.class
Wind Barb meteorological symbol.class
Class descriptionMethods in ucar.unidata.ui.symbol that return MetSymbolModifier and TypeMethodDescriptionStationModel.findSymbolByName
(String name) Find the named symbolMethods in ucar.unidata.ui.symbol with parameters of type MetSymbolModifier and TypeMethodDescriptionvoid
Add the symbolprotected void
protected void
PropertiesDialog.doApplyColorSettings
(MetSymbol symbol) protected List
StationModelCanvas.doMakeMetSymbolMenu
(MetSymbol metSymbol, List l, boolean forPopup) Make menu items for the given glyphvoid
StationModel.removeSymbol
(MetSymbol s) Remove the symbolvoid
StationModelCanvas.showProperties
(MetSymbol metSymbol) Show the properties dialog for the given symbol.Constructors in ucar.unidata.ui.symbol with parameters of type MetSymbolModifierConstructorDescriptionPropertiesDialog
(MetSymbol symbol, StationModelCanvas canvas) Create a new PropertiesDialogConstructor parameters in ucar.unidata.ui.symbol with type arguments of type MetSymbolModifierConstructorDescriptionPropertiesDialog
(List<MetSymbol> selected, StationModelCanvas canvas) -
Uses of MetSymbol in ucar.unidata.view.station
Methods in ucar.unidata.view.station that return MetSymbolModifier and TypeMethodDescriptionStationModelView.findSymbolByIndex
(int idx) Find the MetSymbol at the specified indexStationModelView.findSymbolByName
(String name) find the MetSymbol with this nameStationModelView.getSelected()
Get the selected MetSymbol, or null if none.Methods in ucar.unidata.view.station with parameters of type MetSymbolModifier and TypeMethodDescriptionvoid
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.