| Package | Description |
|---|---|
| org.apache.batik.gvt |
Contains all of the interfaces for describing and painting vector
graphics as Java objects.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeShapePainter
A shape painter which consists of multiple shape painters.
|
class |
FillShapePainter
A shape painter that can be used to fill a shape.
|
class |
MarkerShapePainter
A shape painter that can be used to paint markers on a shape.
|
class |
StrokeShapePainter
A shape painter that can be used to draw the outline of a shape.
|
| Modifier and Type | Field and Description |
|---|---|
protected ShapePainter[] |
CompositeShapePainter.painters
The enclosed
ShapePainters of this composite shape painter. |
protected ShapePainter |
ShapeNode.shapePainter
The shape painter used to paint the shape of this shape node.
|
| Modifier and Type | Method and Description |
|---|---|
ShapePainter |
ShapeNode.getShapePainter()
Returns the
ShapePainter used by this shape node to render its
shape. |
ShapePainter |
CompositeShapePainter.getShapePainter(int index)
Returns the shape painter at the specified index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeShapePainter.addShapePainter(ShapePainter shapePainter)
Adds the specified shape painter to the shape painter..
|
void |
ShapeNode.setShapePainter(ShapePainter newShapePainter)
Sets the
ShapePainter used by this shape node to render its
shape. |
Copyright © 2000–2019 Apache Software Foundation. All rights reserved.