|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.base.system.StiEventHandlerArgs
com.stimulsoft.report.chart.view.events.StiNewAutoSeriesEventArgs
public class StiNewAutoSeriesEventArgs
Describes an argument for the event StiNewAutoSeries.
Field Summary |
---|
Fields inherited from class com.stimulsoft.base.system.StiEventHandlerArgs |
---|
Empty |
Constructor Summary | |
---|---|
StiNewAutoSeriesEventArgs(int seriesIndex,
IStiSeries series,
java.lang.Object color)
Creates a new object of the type StiNewAutoSeriesEventArgs. |
Method Summary | |
---|---|
java.lang.Object |
getColor()
Gets or sets the series color. |
IStiSeries |
getSeries()
Gets or sets the series. |
int |
getSeriesIndex()
Gets or sets the index of series. |
void |
setColor(java.lang.Object value)
|
void |
setSeries(IStiSeries value)
|
void |
setSeriesIndex(int value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StiNewAutoSeriesEventArgs(int seriesIndex, IStiSeries series, java.lang.Object color)
value
- Value for event.Method Detail |
---|
public int getSeriesIndex()
public void setSeriesIndex(int value)
public java.lang.Object getColor()
public void setColor(java.lang.Object value)
public IStiSeries getSeries()
public void setSeries(IStiSeries value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |