public class IlvAccessibleDataPoint extends Object implements IlvChartAreaAccessible
Constructor and Description |
---|
IlvAccessibleDataPoint(IlvAccessibleDataSet accDataSet,
int index)
Creates an
IlvAccessibleDataPoint instance. |
IlvAccessibleDataPoint(IlvChartRenderer renderer,
IlvDataSet dataSet,
int index)
Creates an
IlvAccessibleDataPoint instance. |
IlvAccessibleDataPoint(IlvChartRenderer renderer,
IlvDataSetPoint point)
Creates an
IlvAccessibleDataPoint instance. |
Modifier and Type | Method and Description |
---|---|
void |
drawSelectionHandles(Graphics g,
IlvHandlesSelectionStyle style)
Draws this element with selection handles.
|
boolean |
equals(Object other)
Compares this object to another object.
|
IlvAccessibleDataSet |
getAccessibleDataSet()
Returns the combination of the renderer and the data set.
|
IlvDataSetPoint |
getDataPoint()
Returns the combination of the data set and the data point.
|
IlvDataSet |
getDataSet()
Returns the data set.
|
int |
getIndex()
Returns the index in the data set.
|
IlvChartRenderer |
getRenderer()
Returns the renderer that displays the data set.
|
int |
hashCode()
Returns a hash code that is compatible with
equals . |
boolean |
isViewable()
Returns true if this data point can currently be displayed.
|
String |
toString()
Returns a string representation of this object.
|
public IlvAccessibleDataPoint(IlvChartRenderer renderer, IlvDataSetPoint point)
IlvAccessibleDataPoint
instance.renderer
- A renderer attached to a chart.point
- A data set point referring to one of the data sets of the
renderer's data source.public IlvAccessibleDataPoint(IlvChartRenderer renderer, IlvDataSet dataSet, int index)
IlvAccessibleDataPoint
instance.renderer
- A renderer attached to a chart.dataSet
- One of the data sets of the renderer's data source.index
- The index of a data point in the data set.public IlvAccessibleDataPoint(IlvAccessibleDataSet accDataSet, int index)
IlvAccessibleDataPoint
instance.accDataSet
- An accessible data set.index
- The index of a data point in the data set.public final IlvChartRenderer getRenderer()
public final IlvDataSet getDataSet()
public final int getIndex()
public IlvAccessibleDataSet getAccessibleDataSet()
public IlvDataSetPoint getDataPoint()
public boolean isViewable()
isViewable
in interface IlvChartAreaAccessible
public void drawSelectionHandles(Graphics g, IlvHandlesSelectionStyle style)
drawSelectionHandles
in interface IlvChartAreaAccessible
public boolean equals(Object other)
public int hashCode()
equals
.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.