public class IlvDisplayArea extends IlvDisplayPoint
dataSet, index
Constructor and Description |
---|
IlvDisplayArea()
Creates a new
IlvDisplayArea object associated with
no renderer and no data point. |
IlvDisplayArea(IlvChartRenderer renderer,
IlvDataSet dataSet,
int index)
Creates a new
IlvDisplayArea object associated with
the specified renderer and data point. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Returns whether this display point is equal to the specified display
point.
|
Shape |
getShape()
Returns the shape of the data point being represented.
|
void |
setShape(Shape shape)
Sets the shape of the data point being represented.
|
String |
toString()
Returns a string representation of this data point.
|
getRenderer, getXCoord, getYCoord, isEditable, set, setCoords, setData
clone, getData, getDataSet, getIndex, getXData, getYData, hashCode
public IlvDisplayArea()
IlvDisplayArea
object associated with
no renderer and no data point.public IlvDisplayArea(IlvChartRenderer renderer, IlvDataSet dataSet, int index)
IlvDisplayArea
object associated with
the specified renderer and data point. The shape must be set later.public Shape getShape()
public void setShape(Shape shape)
shape
- The shape (in projected coordinates).public boolean equals(Object obj)
equals
in class IlvDisplayPoint
public String toString()
toString
in class IlvDataSetPoint
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.