org.apache.batik.bridge
public class SVGLineElementBridge extends SVGDecoratedShapeElementBridge
| Constructor Summary | |
|---|---|
| SVGLineElementBridge()
Constructs a new bridge for the <line> element. | |
| Method Summary | |
|---|---|
| protected void | buildShape(BridgeContext ctx, Element e, ShapeNode shapeNode)
Constructs a line according to the specified parameters.
|
| protected ShapePainter | createFillStrokePainter(BridgeContext ctx, Element e, ShapeNode shapeNode)
Creates the shape painter associated to the specified element.
|
| Bridge | getInstance()
Returns a new instance of this bridge. |
| String | getLocalName()
Returns 'line'. |
| 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
Parameters: ctx the bridge context to use e the element that describes the shape painter to use shapeNode the shape node that is interested in its shape painter