org.apache.batik.gvt
Interface FillShapePainter
- All Superinterfaces:
- ShapePainter
- All Known Implementing Classes:
- ConcreteFillShapePainter
- public interface FillShapePainter
- extends ShapePainter
Renders the shape of a ShapeNode using a Paint
object that defines color patterns of the shape.
Method Summary |
void |
setPaint(java.awt.Paint newPaint)
Sets the paint of this shape painter. |
setPaint
public void setPaint(java.awt.Paint newPaint)
- Sets the paint of this shape painter.
- Parameters:
newPaint
- the new paint of this shape painter
Copyright © 2000 Apache Software Foundation. All Rights Reserved.