public abstract class IlvChartOwnedDrawable extends Object implements IlvChartDrawable
Constructor and Description |
---|
IlvChartOwnedDrawable() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
chartConnected(IlvChart oldChart,
IlvChart newChart)
This method is called with a non-
null argument when this
drawable object is being attached to a chart. |
abstract IlvChart |
getChart()
Returns the chart to which this drawable object belongs.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
draw, getBounds, getDrawOrder, has3DSupport, isVisible
public abstract IlvChart getChart()
chartConnected(ilog.views.chart.IlvChart, ilog.views.chart.IlvChart)
call.protected abstract void chartConnected(IlvChart oldChart, IlvChart newChart)
null
argument when this
drawable object is being attached to a chart. It is called with a
null
chart argument when this drawable object is being
detached from its chart.
You should not call this method directly.
oldChart
- The previous owning chart. May be null
if this drawable object was not attached to a chart before.newChart
- The new associated chart. May be null
if
if this drawable object is being detached from its chart.getChart()
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.