org.apache.batik.bridge
Interface CompositeBridge
- All Superinterfaces:
- Bridge
- public interface CompositeBridge
- extends Bridge
Factory class for vending Composite objects.
createComposite
public java.awt.Composite createComposite(BridgeContext ctx,
Element element)
- Creates a Composite using the specified context and element.
- Parameters:
ctx
- the context to useelement
- the Element with the 'opacity' attribute
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.