org.apache.batik.bridge
public class SVGPolylineElementBridge extends SVGDecoratedShapeElementBridge
| Field Summary | |
|---|---|
| protected static Shape | DEFAULT_SHAPE
default shape for the update of 'points' when
the value is the empty string. |
| Constructor Summary | |
|---|---|
| SVGPolylineElementBridge()
Constructs a new bridge for the <polyline> element. | |
| Method Summary | |
|---|---|
| protected void | buildShape(BridgeContext ctx, Element e, ShapeNode shapeNode)
Constructs a polyline according to the specified parameters.
|
| Bridge | getInstance()
Returns a new instance of this bridge. |
| String | getLocalName()
Returns 'polyline'. |
| void | handleAnimatedAttributeChanged(AnimatedLiveAttributeValue alav)
Invoked when the animated value of an animatable attribute has changed. |
| protected void | handleCSSPropertyChanged(int property) |
Parameters: ctx the bridge context to use e the element that describes a rect element shapeNode the shape node to initialize