public class ChartSettingModel.ChartSettingsUpdateNotification
extends java.lang.Object
| Constructor and Description |
|---|
ChartSettingsUpdateNotification() |
| Modifier and Type | Method and Description |
|---|---|
ChartSettingModel.EventType |
getEventType()
Returns the event type that specifies which settings have changed.
|
java.lang.Object |
getNewValue()
Returns the new value of the changed setting.
|
int |
getSeriesIndex()
Returns the index of the affected series, or -1 if the change is not series-specific.
|
void |
setEventType(ChartSettingModel.EventType eventType)
Sets the event type that specifies which settings have changed.
|
void |
setNewValue(java.lang.Object newValue)
Sets the new setting.
|
void |
setSeriesIndex(int seriesIndex)
Sets the index of the affected series.
|
public ChartSettingModel.EventType getEventType()
public void setEventType(ChartSettingModel.EventType eventType)
eventType - The event typepublic int getSeriesIndex()
public void setSeriesIndex(int seriesIndex)
seriesIndex - The series indexpublic java.lang.Object getNewValue()
public void setNewValue(java.lang.Object newValue)
newValue - the new new setting