public class InteractiveRenderer
extends java.lang.Object
Constructor and Description |
---|
InteractiveRenderer() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getSource(StructureSource src) |
boolean |
isRegisteredAction(StructureSource target,
ActionType type) |
void |
modifyEvent(PrimitiveRenderEvent event) |
boolean |
registerAction(StructureSource target,
ActionType type)
Register a chart element with an interactive action
|
void |
reset() |
void |
setUpdateNotifier(IUpdateNotifier _iun) |
void |
unregisterAction(StructureSource target,
ActionType type) |
public boolean registerAction(StructureSource target, ActionType type)
target
- type
- public void unregisterAction(StructureSource target, ActionType type)
public boolean isRegisteredAction(StructureSource target, ActionType type)
public void modifyEvent(PrimitiveRenderEvent event)
public java.lang.String getSource(StructureSource src)
public void setUpdateNotifier(IUpdateNotifier _iun)
public void reset()
Copyright © 2005-2008 Actuate Corp. All rights reserved.