org.apache.batik.bridge
public class SVGCircleElementBridge extends SVGShapeElementBridge
Constructor Summary | |
---|---|
SVGCircleElementBridge()
Constructs a new bridge for the <circle> element. |
Method Summary | |
---|---|
protected void | buildShape(BridgeContext ctx, Element e, ShapeNode shapeNode)
Constructs a circle according to the specified parameters.
|
protected ShapePainter | createShapePainter(BridgeContext ctx, Element e, ShapeNode shapeNode) |
Bridge | getInstance()
Returns a new instance of this bridge. |
String | getLocalName()
Returns 'circle'. |
void | handleAnimatedAttributeChanged(AnimatedLiveAttributeValue alav)
Invoked when the animated value of an animatable attribute has changed. |
Parameters: ctx the bridge context to use e the element that describes a rect element shapeNode the shape node to initialize