Interface ISeriesSet
- All Known Implementing Classes:
SeriesSet
public interface ISeriesSet
A series container.
-
Method Summary
Modifier and TypeMethodDescriptionvoidbringForward(String id) Brings the series for given id forward.voidbringToFront(String id) Brings the series for given id to front.createSeries(ISeries.SeriesType type, String id) Creates the series.voiddeleteSeries(String id) Deletes the series for given id.ISeries[]Gets the array of seriesGets the series for given id.voidsendBackward(String id) Sends the series for given id backward.voidsendToBack(String id) Sends the series for given id to back.
-
Method Details
-
createSeries
Creates the series. If series for given id already exists, the existing series will be overwritten.- Parameters:
type- the series typeid- the id for series- Returns:
- the series
-
getSeries
-
getSeries
-
deleteSeries
Deletes the series for given id.- Parameters:
id- the series id- Throws:
IllegalArgumentException- if there is no series for the given id.
-
bringForward
-
bringToFront
Brings the series for given id to front.- Parameters:
id- the series id
-
sendBackward
-
sendToBack
-