public class ChartDataEvent
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
ADDED
Identifies the addition of one or more contiguous items to the list.
|
static int |
CHANGED
Identifies one or more changes in the lists contents.
|
static int |
REMOVED
Identifies the removal of one or more contiguous items from the list.
|
Constructor and Description |
---|
ChartDataEvent(ChartModel model,
int type,
java.lang.Comparable series,
java.lang.Comparable category,
int seriesIndex,
int categoryIndex,
java.lang.Object data) |
Modifier and Type | Method and Description |
---|---|
java.lang.Comparable |
getCategory()
Returns the category of the chart data model.
|
int |
getCategoryIndex()
Returns the category index, if any.
|
java.lang.Object |
getData()
Returns customer data.
|
ChartModel |
getModel()
Returns the chart model that fires this event.
|
java.lang.Comparable |
getSeries()
Returns the series of the chart data model.
|
int |
getSeriesIndex()
Returns the series index, if any.
|
int |
getType()
Returns the event type: CHANGED, ADDED, REMOVED.
|
public static final int CHANGED
public static final int ADDED
public static final int REMOVED
public ChartDataEvent(ChartModel model, int type, java.lang.Comparable series, java.lang.Comparable category, int seriesIndex, int categoryIndex, java.lang.Object data)
public int getSeriesIndex()
public int getCategoryIndex()
public java.lang.Comparable getCategory()
public ChartModel getModel()
public int getType()
public java.lang.Comparable getSeries()
public java.lang.Object getData()
Copyright © 2005-2018 Potix Corporation. All Rights Reserved.