|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.idv.control.drawing.DrawingGlyph
ucar.unidata.idv.control.drawing.LineGlyph
public abstract class LineGlyph
Class LineGlyph draws lines.
| Field Summary |
|---|
| Fields inherited from class ucar.unidata.idv.control.drawing.DrawingGlyph |
|---|
actualPoints, ATTR_BGCOLOR, ATTR_COLOR, ATTR_COORDTYPE, ATTR_FILLED, ATTR_FULLLATLON, ATTR_LINEWIDTH, ATTR_NAME, ATTR_PICKABLE, ATTR_POINTS, ATTR_TEXT, ATTR_TIMEFORMAT, ATTR_TIMES, ATTR_ZPOSITION, control, COORD_LABELS, COORD_LATLON, COORD_LATLONALT, COORD_NONE, COORD_TYPENAMES, COORD_TYPES, COORD_XY, COORD_XYZ, coordType, firstMoveEarthLocation, firstMoveLocation, IDX_ALT, IDX_LAT, IDX_LON, IDX_X, IDX_Y, IDX_Z, oldVisibility, parentDisplayable, points, propDialog, propertiesUp, PT_X, PT_Y, PT_Z, selectionDisplayable, stretchIndex, tabbedPane, TAG_ARROW, TAG_FRONT, TAG_HIGH, TAG_IMAGE, TAG_LOW, TAG_MOVIE, TAG_POLYGON, TAG_SHAPE, TAG_SYMBOL, TAG_TEXT, uniqueCnt, zPosition |
| Constructor Summary | |
|---|---|
LineGlyph()
Ctor |
|
LineGlyph(DrawingControl control,
DisplayEvent event)
Ctor |
|
| Method Summary | |
|---|---|
protected void |
addAttributes(Element e)
Populate the xml node with attrs |
protected boolean |
applyProperties(Hashtable compMap)
Apply props |
protected void |
createDisplayable()
Create the displayable to use |
float |
getLineWidth()
Get the LineWidth property. |
protected void |
getPropertiesComponents(List comps,
Hashtable compMap)
Get properties widgets |
protected boolean |
initFinalInner()
Init at the end |
boolean |
initFromUser(DrawingControl control,
DisplayEvent event)
Init from user |
void |
initFromXml(DrawingControl control,
Element node)
Init from xml |
void |
setLineWidth(float value)
Set the LineWidth property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LineGlyph()
public LineGlyph(DrawingControl control,
DisplayEvent event)
throws VisADException,
RemoteException
control - The control I'm in.event - The display event.
RemoteException - When bad things happen
VisADException - When bad things happen| Method Detail |
|---|
protected boolean initFinalInner()
throws VisADException,
RemoteException
initFinalInner in class DrawingGlyphRemoteException - On badness
VisADException - On badness
protected void createDisplayable()
throws VisADException,
RemoteException
RemoteException - On badness
VisADException - On badness
public void initFromXml(DrawingControl control,
Element node)
throws VisADException,
RemoteException
initFromXml in class DrawingGlyphcontrol - The control I'm in.node - The xml node
RemoteException - On badness
VisADException - On badness
public boolean initFromUser(DrawingControl control,
DisplayEvent event)
throws VisADException,
RemoteException
initFromUser in class DrawingGlyphcontrol - The control I'm in.event - The display event.
RemoteException - On badness
VisADException - On badnessprotected void addAttributes(Element e)
addAttributes in class DrawingGlyphe - Xml nodepublic void setLineWidth(float value)
value - The new value for LineWidthpublic float getLineWidth()
protected boolean applyProperties(Hashtable compMap)
throws VisADException,
RemoteException
applyProperties in class DrawingGlyphcompMap - Holds mapping of attribute name to widget
RemoteException - On badness
VisADException - On badness
protected void getPropertiesComponents(List comps,
Hashtable compMap)
getPropertiesComponents in class DrawingGlyphcomps - List of widgetscompMap - Holds mapping of attribute name to widget
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||