|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.swtchart.internal.series.SeriesSet
public class SeriesSet
A series container.
| Constructor Summary | |
|---|---|
SeriesSet(Chart chart)
Constructor. |
|
| Method Summary | |
|---|---|
void |
bringForward(java.lang.String id)
Brings the series for given id forward. |
void |
bringToFront(java.lang.String id)
Brings the series for given id to front. |
void |
compressAllSeries()
Compresses all series data. |
ISeries |
createSeries(ISeries.SeriesType type,
java.lang.String id)
Creates the series. |
void |
deleteSeries(java.lang.String id)
Deletes the series for given id. |
void |
dispose()
Disposes the series. |
ISeries[] |
getSeries()
Gets the array of series |
ISeries |
getSeries(java.lang.String id)
Gets the series for given id. |
void |
sendBackward(java.lang.String id)
Sends the series for given id backward. |
void |
sendToBack(java.lang.String id)
Sends the series for given id to back. |
void |
updateCompressor(Axis axis)
Updates the compressor associated with the given axis. |
void |
updateStackAndRiserData()
Updates the stack and riser data. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SeriesSet(Chart chart)
chart - the chart| Method Detail |
|---|
public ISeries createSeries(ISeries.SeriesType type,
java.lang.String id)
ISeriesSet
createSeries in interface ISeriesSettype - the series typeid - the id for series
public ISeries getSeries(java.lang.String id)
ISeriesSet
getSeries in interface ISeriesSetid - the id for series
public ISeries[] getSeries()
ISeriesSet
getSeries in interface ISeriesSetpublic void deleteSeries(java.lang.String id)
ISeriesSet
deleteSeries in interface ISeriesSetid - the series idpublic void bringForward(java.lang.String id)
ISeriesSet
bringForward in interface ISeriesSetid - the series idpublic void bringToFront(java.lang.String id)
ISeriesSet
bringToFront in interface ISeriesSetid - the series idpublic void sendBackward(java.lang.String id)
ISeriesSet
sendBackward in interface ISeriesSetid - the series idpublic void sendToBack(java.lang.String id)
ISeriesSet
sendToBack in interface ISeriesSetid - the series idpublic void dispose()
public void compressAllSeries()
public void updateCompressor(Axis axis)
In most cases, compressor is updated when series is changed. However, there is a case that compressor has to be updated with the changes in axis.
axis - the axispublic void updateStackAndRiserData()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||