|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.gvt.CompositeShapePainter
public class CompositeShapePainter
A shape painter which consists of multiple shape painters.
Field Summary | |
---|---|
protected int |
count
The number of shape painter. |
protected ShapePainter[] |
painters
The enclosed ShapePainters of this composite shape painter. |
protected Shape |
shape
The shape associated with this painter |
Constructor Summary | |
---|---|
CompositeShapePainter(Shape shape)
Constructs a new empty CompositeShapePainter. |
Method Summary | |
---|---|
void |
addShapePainter(ShapePainter shapePainter)
Adds the specified shape painter to the shape painter.. |
Shape |
getPaintedArea()
Returns the area painted by this shape painter. |
Rectangle2D |
getPaintedBounds2D()
Returns the bounds of the area painted by this shape painter |
Shape |
getSensitiveArea()
Returns the area covered by this shape painter (even if nothing is painted there). |
Rectangle2D |
getSensitiveBounds2D()
Returns the bounds of the area painted by this shape painter |
Shape |
getShape()
Gets the Shape this shape painter is associated with. |
ShapePainter |
getShapePainter(int index)
Returns the shape painter at the specified index. |
int |
getShapePainterCount()
Returns the number of shape painter of this composite shape painter. |
boolean |
inPaintedArea(Point2D pt)
Returns true if pt is in the area painted by this shape painter |
boolean |
inSensitiveArea(Point2D pt)
Returns true if pt is in the area painted by this shape painter |
void |
paint(Graphics2D g2d)
Paints the specified shape using the specified Graphics2D. |
void |
setShape(Shape shape)
Sets the Shape this shape painter is associated with. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Shape shape
protected ShapePainter[] painters
protected int count
Constructor Detail |
---|
public CompositeShapePainter(Shape shape)
Method Detail |
---|
public void addShapePainter(ShapePainter shapePainter)
shapePainter
- the shape painter to addpublic ShapePainter getShapePainter(int index)
index
- the index of the shape painter to returnpublic int getShapePainterCount()
public void paint(Graphics2D g2d)
paint
in interface ShapePainter
g2d
- the Graphics2D to usepublic Shape getPaintedArea()
getPaintedArea
in interface ShapePainter
public Rectangle2D getPaintedBounds2D()
getPaintedBounds2D
in interface ShapePainter
public boolean inPaintedArea(Point2D pt)
inPaintedArea
in interface ShapePainter
public Shape getSensitiveArea()
getSensitiveArea
in interface ShapePainter
public Rectangle2D getSensitiveBounds2D()
getSensitiveBounds2D
in interface ShapePainter
public boolean inSensitiveArea(Point2D pt)
inSensitiveArea
in interface ShapePainter
public void setShape(Shape shape)
setShape
in interface ShapePainter
shape
- new shape this painter should be associated with.
Should not be null.public Shape getShape()
getShape
in interface ShapePainter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |