org.apache.batik.bridge
Interface ShapePainterBridge
- All Superinterfaces:
- Bridge
- public interface ShapePainterBridge
- extends Bridge
Factory class for vending ShapePainter objects.
createShapePainter
public ShapePainter createShapePainter(BridgeContext ctx,
Element element)
- Creates a ShapePainter using the specified context and element.
- Parameters:
ctx
- the context to useelement
- 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.