Uses of Class
ucar.unidata.ui.drawing.Glyph
Packages that use Glyph
Package
Description
UI classes for drawing glyphs
Meteorological symbol drawing.
-
Uses of Glyph in ucar.unidata.ui.drawing
Subclasses of Glyph in ucar.unidata.ui.drawingModifier and TypeClassDescriptionclass
Class CompositeGlyphclass
This is a simple group of glyphsclass
Class ImageGlyphclass
Class LineGlyphclass
Class PolyGlyphclass
Class RectangleGlyphFields in ucar.unidata.ui.drawing declared as GlyphMethods in ucar.unidata.ui.drawing that return GlyphModifier and TypeMethodDescriptionDisplayCanvas.createGlyph
(String glyphClass, int x, int y) _more_DisplayCanvas.findGlyph
(int x, int y) _more__more_static Glyph
_more_Methods in ucar.unidata.ui.drawing with parameters of type GlyphModifier and TypeMethodDescriptionvoid
_more_void
_more_void
_more_void
DisplayCanvas.addSelection
(Glyph g) _more_void
CompositeGlyph.childChanged
(Glyph g) _more_protected void
EditCanvas.doDoubleClick
(Glyph nearestGlyph) _more_EditCanvas.doMakeMenuItems
(Glyph g, List l) /** _more_void
_more_void
DisplayCanvas.glyphChanged
(Glyph g) _more_void
EditCanvas.ShapeDescriptor.initializeGlyph
(Glyph g) _more_boolean
DisplayCanvas.isSelected
(Glyph g) _more_void
DisplayCanvas.justRemoveGlyph
(Glyph g) _more_void
DisplayCanvas.moveToBack
(Glyph theGlyph) _more_void
DisplayCanvas.moveToFront
(Glyph theGlyph) _more_void
EditCanvas.notifyGlyphChanged
(Glyph theGlyph, String attr) _more_void
EditCanvas.notifyGlyphChangeDone
(Glyph theGlyph, String attr) _more_void
DisplayCanvas.notifyGlyphCreateComplete
(Glyph g) _more_void
DisplayCanvas.notifyGlyphCreateComplete
(Glyph g, boolean diddleSelection, boolean fromPaste) _more_void
EditCanvas.notifyGlyphCreateComplete
(Glyph g, boolean diddleSelection, boolean fromPaste) _more_void
DisplayCanvas.notifyGlyphMoveComplete
(Glyph theGlyph) _more_void
EditCanvas.notifyGlyphMoveComplete
(Glyph theGlyph) _more_void
DisplayCanvas.notifyGlyphMoved
(Glyph theGlyph) _more_void
EditCanvas.notifyGlyphMoved
(Glyph theGlyph) We have these hooks here so that derived classes can do things based on glyph events (e.g., tell the whiteboard server that a Glyph movedvoid
CompositeGlyph.removeChild
(Glyph g) _more_void
DisplayCanvas.removeGlyph
(Glyph g) _more_void
DisplayCanvas.removeSelection
(Glyph g) _more_void
_more_void
Set the color of the glyph from a color chooser dialog.void
Set the color of the glyph from a color chooser dialog.void
DisplayCanvas.setHighlight
(Glyph g) _more_ -
Uses of Glyph in ucar.unidata.ui.symbol
Subclasses of Glyph 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
Class MetSymbolclass
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 with parameters of type GlyphModifier and TypeMethodDescriptionprotected void
StationModelCanvas.doDoubleClick
(Glyph glyph) User double clicked on the glyph.StationModelCanvas.doMakeMenuItems
(Glyph g, List l) Make popup menu items for the given glyphprotected void
StationModelCanvas.initializeGlyphFromXml
(Glyph g, Element symbolNode) Initialize the new glyph from the given xml node.void
StationModelCanvas.notifyGlyphCreateComplete
(Glyph newGlyph, boolean diddleSelection, boolean fromPaste) Gets called when a new glyph has bee created.void
StationModelCanvas.setHighlight
(Glyph g) Ovedrride the method so we can set the highlight label