public interface IUpdateNotifier
IDeviceRenderer
Modifier and Type | Method and Description |
---|---|
Chart |
getDesignTimeModel()
Returns an instance of the chart design-time model
|
Chart |
getRunTimeModel()
Returns an instance of the chart run-time model for the last generated
instance
|
java.lang.Object |
peerInstance()
Returns an instance of the peer (component) used for device-specific
actions
|
void |
regenerateChart()
Requests the container to regenerate the chart using the design-time
model.
|
void |
repaintChart()
Requests the container to repaint the last generated chart
This should call IGenerator.render(), but not build() nor refresh().
|
void regenerateChart()
void repaintChart()
java.lang.Object peerInstance()
Chart getDesignTimeModel()
Chart getRunTimeModel()
Copyright © 2005-2008 Actuate Corp. All rights reserved.