org.apache.batik.gvt
Interface CompositeShapePainter
- All Superinterfaces:
- ShapePainter
- All Known Implementing Classes:
- ConcreteCompositeShapePainter
- public interface CompositeShapePainter
- extends ShapePainter
Renders the shape of a ShapeNode with multiple
ShapePainters. ShapePainters are invoked in the same order
they were added.
addShapePainter
public void addShapePainter(ShapePainter shapePainter)
- Adds the specified shape painter to this composite shape painter.
- Parameters:
shapePainter
- the shape painter to add
Copyright © 2000 Apache Software Foundation. All Rights Reserved.