protected void |
SVGCircleElementBridge.buildShape(BridgeContext ctx,
org.w3c.dom.Element e,
ShapeNode shapeNode) |
Constructs a circle according to the specified parameters.
|
protected void |
SVGEllipseElementBridge.buildShape(BridgeContext ctx,
org.w3c.dom.Element e,
ShapeNode shapeNode) |
Constructs an ellipse according to the specified parameters.
|
protected void |
SVGLineElementBridge.buildShape(BridgeContext ctx,
org.w3c.dom.Element e,
ShapeNode shapeNode) |
Constructs a line according to the specified parameters.
|
protected void |
SVGPathElementBridge.buildShape(BridgeContext ctx,
org.w3c.dom.Element e,
ShapeNode shapeNode) |
Constructs a path according to the specified parameters.
|
protected void |
SVGPolygonElementBridge.buildShape(BridgeContext ctx,
org.w3c.dom.Element e,
ShapeNode shapeNode) |
Constructs a polygon according to the specified parameters.
|
protected void |
SVGPolylineElementBridge.buildShape(BridgeContext ctx,
org.w3c.dom.Element e,
ShapeNode shapeNode) |
Constructs a polyline according to the specified parameters.
|
protected void |
SVGRectElementBridge.buildShape(BridgeContext ctx,
org.w3c.dom.Element e,
ShapeNode shapeNode) |
Constructs a rectangle according to the specified parameters.
|
protected abstract void |
SVGShapeElementBridge.buildShape(BridgeContext ctx,
org.w3c.dom.Element e,
ShapeNode node) |
Initializes the specified ShapeNode's shape defined by the
specified Element and using the specified bridge context.
|
static ShapePainter |
PaintServer.convertFillAndStroke(org.w3c.dom.Element e,
ShapeNode node,
BridgeContext ctx) |
Returns a ShapePainter defined on the specified element and
for the specified shape node, and using the specified bridge
context.
|
static ShapePainter |
PaintServer.convertMarkers(org.w3c.dom.Element e,
ShapeNode node,
BridgeContext ctx) |
Returns a ShapePainter defined on the specified
element and for the specified shape node.
|
static ShapePainter |
PaintServer.convertStrokePainter(org.w3c.dom.Element e,
ShapeNode node,
BridgeContext ctx) |
|
(package private) ShapePainter |
SVGDecoratedShapeElementBridge.createFillStrokePainter(BridgeContext ctx,
org.w3c.dom.Element e,
ShapeNode shapeNode) |
|
protected ShapePainter |
SVGLineElementBridge.createFillStrokePainter(BridgeContext ctx,
org.w3c.dom.Element e,
ShapeNode shapeNode) |
Creates the shape painter associated to the specified element.
|
(package private) ShapePainter |
SVGDecoratedShapeElementBridge.createMarkerPainter(BridgeContext ctx,
org.w3c.dom.Element e,
ShapeNode shapeNode) |
|
protected ShapePainter |
SVGCircleElementBridge.createShapePainter(BridgeContext ctx,
org.w3c.dom.Element e,
ShapeNode shapeNode) |
|
protected ShapePainter |
SVGDecoratedShapeElementBridge.createShapePainter(BridgeContext ctx,
org.w3c.dom.Element e,
ShapeNode shapeNode) |
Creates the shape painter associated to the specified element.
|
protected ShapePainter |
SVGEllipseElementBridge.createShapePainter(BridgeContext ctx,
org.w3c.dom.Element e,
ShapeNode shapeNode) |
|
protected ShapePainter |
SVGRectElementBridge.createShapePainter(BridgeContext ctx,
org.w3c.dom.Element e,
ShapeNode shapeNode) |
|
protected ShapePainter |
SVGShapeElementBridge.createShapePainter(BridgeContext ctx,
org.w3c.dom.Element e,
ShapeNode shapeNode) |
Creates the shape painter associated to the specified element.
|