public interface IlvChartDrawable extends IlvChart3DSupport
IlvChart
.IlvChart.getChartArea()
Modifier and Type | Method and Description |
---|---|
void |
draw(Graphics g)
Draws this drawable into the specified
Graphics context. |
Rectangle2D |
getBounds(Rectangle2D retBounds)
Returns the bounds of this drawable.
|
int |
getDrawOrder()
Returns the drawing order of this drawable.
|
boolean |
has3DSupport()
Indicates whether this drawable supports three-dimensional drawing.
|
boolean |
isVisible()
Indicates whether this drawable is visible.
|
void draw(Graphics g)
Graphics
context.int getDrawOrder()
IlvChartDrawable
objects are drawn in ascending drawing
order. The drawing order also specifies whether the object is drawn above
(positive values) or below (negative values) the graphical representations
of the chart data.IlvChart.DRAW_ABOVE
,
IlvChart.DRAW_BELOW
boolean isVisible()
boolean has3DSupport()
has3DSupport
in interface IlvChart3DSupport
Rectangle2D getBounds(Rectangle2D retBounds)
retBounds
- A rectangle optionally used to store the result.
If this parameter is null
, a new Rectangle2D
is allocated.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.