org.apache.batik.bridge
public class SVGEllipseElementBridge extends SVGShapeElementBridge
Constructor Summary | |
---|---|
SVGEllipseElementBridge()
Constructs a new bridge for the <ellipse> element. |
Method Summary | |
---|---|
protected void | buildShape(BridgeContext ctx, Element e, ShapeNode shapeNode)
Constructs an ellipse 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 'ellipse'. |
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