public interface ISeriesSet
Modifier and Type | Method and Description |
---|---|
void |
bringForward(String id)
Brings the series for given id forward.
|
void |
bringToFront(String id)
Brings the series for given id to front.
|
ISeries |
createSeries(ISeries.SeriesType type,
String id)
Creates the series.
|
void |
deleteSeries(String id)
Deletes the series for given id.
|
ISeries[] |
getSeries()
Gets the array of series
|
ISeries |
getSeries(String id)
Gets the series for given id.
|
void |
sendBackward(String id)
Sends the series for given id backward.
|
void |
sendToBack(String id)
Sends the series for given id to back.
|
ISeries createSeries(ISeries.SeriesType type, String id)
type
- the series typeid
- the id for seriesISeries getSeries(String id)
id
- the id for seriesISeries[] getSeries()
void deleteSeries(String id)
id
- the series idIllegalArgumentException
- if there is no series for the given id.void bringForward(String id)
id
- the series idvoid bringToFront(String id)
id
- the series idvoid sendBackward(String id)
id
- the series idvoid sendToBack(String id)
id
- the series idCopyright © 2023. All rights reserved.