public class EmptyUpdateNotifier extends java.lang.Object implements IUpdateNotifier
| 构造器和说明 |
|---|
EmptyUpdateNotifier(Chart designModel,
Chart runtimeModel)
The constructor.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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().
|
public void regenerateChart()
IUpdateNotifierregenerateChart 在接口中 IUpdateNotifierpublic void repaintChart()
IUpdateNotifierrepaintChart 在接口中 IUpdateNotifierpublic java.lang.Object peerInstance()
IUpdateNotifierpeerInstance 在接口中 IUpdateNotifierpublic Chart getDesignTimeModel()
IUpdateNotifiergetDesignTimeModel 在接口中 IUpdateNotifierpublic Chart getRunTimeModel()
IUpdateNotifiergetRunTimeModel 在接口中 IUpdateNotifierCopyright © 2005-2008 Actuate Corp. All rights reserved.