|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Contains a set of related data for display.. A GraphElement accumulates a related set of data for display, including attributes for the set.
Method Summary | |
void |
addX$Y(double x,
double y)
Add a new data point. |
void |
resetData()
Clear the data to be displayed. |
void |
setColor(java.lang.String colorName)
Set the color for the element. |
void |
setDashes(int dashesVal)
Set the dash style, 0 means solid. |
void |
setLabel(java.lang.String label)
Set the label for the element. |
void |
setSymbol(java.lang.String symbol)
Set the symbol for the element. |
void |
setSymbolSize(int size)
Set the symbol size in pixels. |
java.lang.Object |
setWidth(int w)
Set the line width of the element. |
Methods inherited from interface swarm.defobj.Drop |
drop |
Methods inherited from interface swarm.defobj.DefinedObject |
compare,
describe,
describeID,
getDisplayName,
getTypeName,
getZone,
perform,
perform$with,
perform$with$with,
perform$with$with$with,
respondsTo,
setDisplayName,
xfprint,
xfprintid,
xprint,
xprintid |
Methods inherited from interface swarm.defobj.GetName |
getName |
Method Detail |
public void setLabel(java.lang.String label)
public void setColor(java.lang.String colorName)
public void setDashes(int dashesVal)
public void setSymbol(java.lang.String symbol)
public void setSymbolSize(int size)
public void addX$Y(double x, double y)
public void resetData()
public java.lang.Object setWidth(int w)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |