|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.refimpl.bridge.BridgeUpdateManager
This class is responsible to update the GraphicsNode that are modified.
Constructor Summary | |
BridgeUpdateManager(BridgeContext context)
Creates a BridgeUpdateManager. |
Method Summary | |
void |
addDirtyNode(GraphicsNode node,
BridgeMutationEvent event)
Adds a dirty node to the update manager. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BridgeUpdateManager(BridgeContext context)
Method Detail |
public void addDirtyNode(GraphicsNode node, BridgeMutationEvent event)
node
- the GraphicsNode to be updated.event
- the mutation event describing the modification.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |