|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DrawingGlyph | |
|---|---|
| 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.control.drawing | Drawing control utilities and wrappers for glyphs. |
| Uses of DrawingGlyph in ucar.unidata.idv.control |
|---|
| Methods in ucar.unidata.idv.control that return DrawingGlyph | |
|---|---|
DrawingGlyph |
DrawingControl.closestGlyph(DisplayEvent event)
Find the glyph that is closest to the x/y point of the given event |
DrawingGlyph |
DrawingControl.closestGlyph(DisplayEvent event,
boolean forMove)
Find the glyph that is closest to the x/y point of the given event |
protected DrawingGlyph |
DrawingControl.createGlyph(DisplayEvent event,
boolean mousePress)
Create a glyph |
| Methods in ucar.unidata.idv.control with parameters of type DrawingGlyph | |
|---|---|
protected boolean |
DrawingControl.addGlyph(DrawingGlyph glyph)
Add the glyph into the list of glyphs |
protected void |
TransectDrawingControl.doneMovingGlyph(DrawingGlyph glyph)
The user is done moving or resizing the given glyph |
protected void |
DrawingControl.doneMovingGlyph(DrawingGlyph glyph)
Done moving glyph |
void |
DrawingControl.evaluateGlyphJython(DrawingGlyph glyph,
String jython)
Evalue the given jython for the glyph |
protected String |
TransectDrawingControl.getGlyphNameDefault(DrawingGlyph glyph)
Use a different name |
protected String |
DrawingControl.getGlyphNameDefault(DrawingGlyph glyph)
Get the default name to use |
void |
DrawingControl.glyphChanged(DrawingGlyph glyph)
The given glyph has changed somehow. |
boolean |
DrawingControl.isSelected(DrawingGlyph glyph)
Is the given glyph selected |
void |
TransectDrawingControl.removeGlyph(DrawingGlyph glyph)
Overwrite base class method to write out the transects on a delete |
void |
DrawingControl.removeGlyph(DrawingGlyph glyph)
Remove the glyph from the drawing |
void |
DrawingControl.setSelection(DrawingGlyph glyph)
Clear the selection and add the given glyph to the selection |
boolean |
TransectDrawingControl.shouldBeVisible(DrawingGlyph tg)
Overwrite base class method to determine if we should show the glyph |
boolean |
DrawingControl.shouldBeVisible(DrawingGlyph tg)
Should this glyph be visible |
protected void |
TransectDrawingControl.transectChanged(DrawingGlyph glyph)
Write out the transects when we've changed |
| Uses of DrawingGlyph in ucar.unidata.idv.control.drawing |
|---|
| Subclasses of DrawingGlyph in ucar.unidata.idv.control.drawing | |
|---|---|
class |
ArrowGlyph
Class ArrowGlyph draws fronts |
class |
FrontGlyph
Class FrontGlyph draws fronts |
class |
HighLowGlyph
Class HighLowGlyph Draws text |
class |
ImageGlyph
Class ImageGlyph. |
class |
LineGlyph
Class LineGlyph draws lines. |
class |
MovieGlyph
Class MovieGlyph. |
class |
PolyGlyph
Class PolyGlyph draws polygons |
class |
ShapeGlyph
Class ShapeGlyph. |
class |
SymbolGlyph
Class SymbolGlyph. |
class |
TextGlyph
Class TextGlyph Draws text |
class |
TransectGlyph
Class TransectGlyph. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||