org.apache.batik.refimpl.bridge
Class BridgeUpdateManager

java.lang.Object
  |
  +--org.apache.batik.refimpl.bridge.BridgeUpdateManager

public class BridgeUpdateManager
extends java.lang.Object

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

BridgeUpdateManager

public BridgeUpdateManager(BridgeContext context)
Creates a BridgeUpdateManager.
Method Detail

addDirtyNode

public void addDirtyNode(GraphicsNode node,
                         BridgeMutationEvent event)
Adds a dirty node to the update manager.
Parameters:
node - the GraphicsNode to be updated.
event - the mutation event describing the modification.


Copyright © 2000 Apache Software Foundation. All Rights Reserved.