|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ascape.model.event.DefaultScapeListener
org.eclipse.amp.escape.ascape.view.ModelScapeView
org.eclipse.amp.escape.ascape.view.EditPartFactoryScapeView
org.eclipse.amp.escape.ascape.view.EditPartScapeView
org.ascape.view.vis.ChartView
public class ChartView
Field Summary |
---|
Fields inherited from class org.ascape.model.event.DefaultScapeListener |
---|
scape |
Constructor Summary | |
---|---|
ChartView()
|
Method Summary | |
---|---|
void |
addSeries(java.lang.String valueName)
Adds a series to the chart being viewed. |
void |
addSeries(java.lang.String valueName,
org.eclipse.swt.graphics.Color color)
Adds a series to the chart being viewed. |
org.eclipse.gef.EditPart |
createEditPart(org.eclipse.gef.EditPart context,
java.lang.Object model)
|
Methods inherited from class org.eclipse.amp.escape.ascape.view.EditPartScapeView |
---|
createInput |
Methods inherited from class org.eclipse.amp.escape.ascape.view.EditPartFactoryScapeView |
---|
getAdapter, getRootPart |
Methods inherited from class org.eclipse.amp.escape.ascape.view.ModelScapeView |
---|
getModel, getName, scapeAdded, toString |
Methods inherited from class org.ascape.model.event.DefaultScapeListener |
---|
clone, environmentQuiting, getScape, isGraphic, isLifeOfScape, isNotifyScapeAutomatically, notifyScapeUpdated, scapeClosing, scapeDeserialized, scapeInitialized, scapeIterated, scapeNotification, scapeRemoved, scapeSetup, scapeStarted, scapeStopped, setName, setNotifyScapeAutomatically |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ChartView()
Method Detail |
---|
public org.eclipse.gef.EditPart createEditPart(org.eclipse.gef.EditPart context, java.lang.Object model)
public void addSeries(java.lang.String valueName)
valueName
- the name of the series to addpublic void addSeries(java.lang.String valueName, org.eclipse.swt.graphics.Color color)
valueName
- the name of the series to addcolor
- the color to use for the series in the chart
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |