org.apache.batik.bridge

Class SVGCircleElementBridge

public class SVGCircleElementBridge extends SVGShapeElementBridge

Bridge class for the <circle> element.
Constructor Summary
SVGCircleElementBridge()
Constructs a new bridge for the <circle> element.
Method Summary
protected voidbuildShape(BridgeContext ctx, Element e, ShapeNode shapeNode)
Constructs a circle according to the specified parameters.
protected ShapePaintercreateShapePainter(BridgeContext ctx, Element e, ShapeNode shapeNode)
BridgegetInstance()
Returns a new instance of this bridge.
StringgetLocalName()
Returns 'circle'.
voidhandleAnimatedAttributeChanged(AnimatedLiveAttributeValue alav)
Invoked when the animated value of an animatable attribute has changed.

Constructor Detail

SVGCircleElementBridge

public SVGCircleElementBridge()
Constructs a new bridge for the <circle> element.

Method Detail

buildShape

protected void buildShape(BridgeContext ctx, Element e, ShapeNode shapeNode)
Constructs a circle according to the specified parameters.

Parameters: ctx the bridge context to use e the element that describes a rect element shapeNode the shape node to initialize

createShapePainter

protected ShapePainter createShapePainter(BridgeContext ctx, Element e, ShapeNode shapeNode)

getInstance

public Bridge getInstance()
Returns a new instance of this bridge.

getLocalName

public String getLocalName()
Returns 'circle'.

handleAnimatedAttributeChanged

public void handleAnimatedAttributeChanged(AnimatedLiveAttributeValue alav)
Invoked when the animated value of an animatable attribute has changed.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.