org.apache.batik.bridge
Interface ShapePainterBridge

All Superinterfaces:
Bridge

public interface ShapePainterBridge
extends Bridge

Factory class for vending ShapePainter objects.


Method Summary
 ShapePainter createShapePainter(BridgeContext ctx, Element element)
          Creates a ShapePainter using the specified context and element.
 void update(BridgeMutationEvent evt)
          Updates an Element coresponding to the specified BridgeMutationEvent.
 

Method Detail

createShapePainter

public ShapePainter createShapePainter(BridgeContext ctx,
                                       Element element)
Creates a ShapePainter using the specified context and element.
Parameters:
ctx - the context to use
element - the Element with the 'stroke', 'fill', 'fill-opacity'... attributes

update

public void update(BridgeMutationEvent evt)
Updates an Element coresponding to the specified BridgeMutationEvent.
Parameters:
evt - the event that describes the modification to perform


Copyright © 2000 Apache Software Foundation. All Rights Reserved.