|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DrawingControl | |
|---|---|
| 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. |
| ucar.unidata.idv.control.editor | This package is my (jeffmc) aborted protyping effort for a radar editor facility. |
| Uses of DrawingControl in ucar.unidata.idv.control |
|---|
| Subclasses of DrawingControl in ucar.unidata.idv.control | |
|---|---|
class |
PointCloudControl
A display control for volume rendering of a 3D grid |
class |
TransectDrawingControl
A MetApps Display Control for drawing lines on a navigated display. |
| Uses of DrawingControl in ucar.unidata.idv.control.drawing |
|---|
| Fields in ucar.unidata.idv.control.drawing declared as DrawingControl | |
|---|---|
protected DrawingControl |
DrawingGlyph.control
My control |
| Methods in ucar.unidata.idv.control.drawing with parameters of type DrawingControl | |
|---|---|
abstract DrawingGlyph |
GlyphCreatorCommand.createGlyph(DrawingControl control,
DisplayEvent event)
Create the glyph |
void |
DrawingGlyph.initFromBundle(DrawingControl control)
Initialize when recreated from a bundle |
boolean |
HighLowGlyph.initFromUser(DrawingControl control,
DisplayEvent event)
User created me. |
boolean |
DrawingGlyph.initFromUser(DrawingControl control,
DisplayEvent event)
Initialize from a user event. |
boolean |
MovieGlyph.initFromUser(DrawingControl control,
DisplayEvent event)
Init |
boolean |
ImageGlyph.initFromUser(DrawingControl control,
DisplayEvent event)
Initialize after the user created me |
boolean |
TextGlyph.initFromUser(DrawingControl control,
DisplayEvent event)
User created me. |
boolean |
LineGlyph.initFromUser(DrawingControl control,
DisplayEvent event)
Init from user |
void |
FrontGlyph.initFromXml(DrawingControl control,
Element node)
Initialize from xml |
void |
PolyGlyph.initFromXml(DrawingControl control,
Element node)
Initialize from xml |
void |
HighLowGlyph.initFromXml(DrawingControl control,
Element node)
Xml created me |
void |
DrawingGlyph.initFromXml(DrawingControl control,
Element node)
Initialize from xml |
void |
SymbolGlyph.initFromXml(DrawingControl control,
Element node)
Init from xml |
void |
MovieGlyph.initFromXml(DrawingControl control,
Element node)
Init |
void |
ImageGlyph.initFromXml(DrawingControl control,
Element node)
Initialize from xml |
void |
TextGlyph.initFromXml(DrawingControl control,
Element node)
Xml created me |
void |
ShapeGlyph.initFromXml(DrawingControl control,
Element node)
Init from xml |
void |
LineGlyph.initFromXml(DrawingControl control,
Element node)
Init from xml |
protected void |
FrontGlyph.setBaseScale(DrawingControl control,
FrontDrawer frontDrawer)
Utility |
| Uses of DrawingControl in ucar.unidata.idv.control.editor |
|---|
| Subclasses of DrawingControl in ucar.unidata.idv.control.editor | |
|---|---|
class |
RadarEditor
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||