public class IlvDisplayObjectArea extends IlvDisplayArea
dataSet, index
Constructor and Description |
---|
IlvDisplayObjectArea()
Creates a new
IlvDisplayObjectArea object associated with
no renderer and no data object. |
IlvDisplayObjectArea(IlvChartRenderer renderer,
IlvObjectModelWithColumns model,
Object object)
Creates a new
IlvDisplayObjectArea object associated with
the specified renderer and data object. |
IlvDisplayObjectArea(IlvChartRenderer renderer,
IlvObjectModelWithColumns model,
Object object,
Shape shape)
Creates a new
IlvDisplayObjectArea object associated with
the specified renderer and data object, represented by the given shape. |
IlvDisplayObjectArea(IlvChartRenderer renderer,
IlvTreeModelWithColumns model,
Object object,
TreePath path)
Creates a new
IlvDisplayObjectArea object associated with
the specified renderer and data object. |
IlvDisplayObjectArea(IlvChartRenderer renderer,
IlvTreeModelWithColumns model,
Object object,
TreePath path,
Shape shape)
Creates a new
IlvDisplayObjectArea object associated with
the specified renderer and data object, represented by the given shape. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Returns whether this display point is equal to the specified display
point.
|
IlvObjectModelWithColumns |
getModel()
Returns the model to which the object represented by this area belongs.
|
Object |
getObject()
Returns the object represented by this area.
|
TreePath |
getPath()
For a tree model, returns the tree path from the root to the object
represented by this area.
|
String |
toString()
Returns a string representation of this display point.
|
getShape, setShape
getRenderer, getXCoord, getYCoord, isEditable, set, setCoords, setData
clone, getData, getDataSet, getIndex, getXData, getYData, hashCode
public IlvDisplayObjectArea()
IlvDisplayObjectArea
object associated with
no renderer and no data object.public IlvDisplayObjectArea(IlvChartRenderer renderer, IlvObjectModelWithColumns model, Object object)
IlvDisplayObjectArea
object associated with
the specified renderer and data object. The shape must be set later.renderer
- A renderer displaying objects.model
- A flat or tree-like object model.object
- An object in the model.public IlvDisplayObjectArea(IlvChartRenderer renderer, IlvTreeModelWithColumns model, Object object, TreePath path)
IlvDisplayObjectArea
object associated with
the specified renderer and data object. The shape must be set later.renderer
- A renderer displaying objects.model
- A tree-like object model.object
- An object in the model.path
- The path from the model root to the given object.public IlvDisplayObjectArea(IlvChartRenderer renderer, IlvObjectModelWithColumns model, Object object, Shape shape)
IlvDisplayObjectArea
object associated with
the specified renderer and data object, represented by the given shape.renderer
- A renderer displaying objects.model
- A flat or tree-like object model.object
- An object in the model.shape
- The shape that represents the given object.public IlvDisplayObjectArea(IlvChartRenderer renderer, IlvTreeModelWithColumns model, Object object, TreePath path, Shape shape)
IlvDisplayObjectArea
object associated with
the specified renderer and data object, represented by the given shape.renderer
- A renderer displaying objects.model
- A tree-like object model.object
- An object in the model.path
- The path from the model root to the given object.shape
- The shape that represents the given object.public IlvObjectModelWithColumns getModel()
public Object getObject()
public TreePath getPath()
public boolean equals(Object obj)
equals
in class IlvDisplayArea
public String toString()
toString
in class IlvDisplayArea
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.