Uses of Interface
org.apache.batik.gvt.ShapeNode

Packages that use ShapeNode
org.apache.batik.gvt Contains all of the interfaces for describing and painting vector graphics as Java objects. 
org.apache.batik.refimpl.bridge   
org.apache.batik.refimpl.gvt   
 

Uses of ShapeNode in org.apache.batik.gvt
 

Methods in org.apache.batik.gvt that return ShapeNode
 ShapeNode GVTFactory.createShapeNode()
          Creates a new ShapeNode.
 

Uses of ShapeNode in org.apache.batik.refimpl.bridge
 

Methods in org.apache.batik.refimpl.bridge with parameters of type ShapeNode
protected abstract  void SVGShapeElementBridge.buildShape(BridgeContext ctx, SVGElement svgElement, ShapeNode node, CSSStyleDeclaration decl, UnitProcessor.Context uctx)
          Creates the shape depending on the specified context and element.
protected  void SVGPolygonElementBridge.buildShape(BridgeContext ctx, SVGElement elt, ShapeNode node, CSSStyleDeclaration decl, UnitProcessor.Context uctx)
          Returns an GeneralPath.
protected  void SVGEllipseElementBridge.buildShape(BridgeContext ctx, SVGElement svgElement, ShapeNode node, CSSStyleDeclaration decl, UnitProcessor.Context uctx)
          Returns a Ellipse2D.Float.
protected  void SVGPathElementBridge.buildShape(BridgeContext ctx, SVGElement elt, ShapeNode node, CSSStyleDeclaration decl, UnitProcessor.Context uctx)
          Returns an ExtendedGeneralPath.
protected  void SVGLineElementBridge.buildShape(BridgeContext ctx, SVGElement svgElement, ShapeNode node, CSSStyleDeclaration decl, UnitProcessor.Context uctx)
          Returns a Line2D.Float.
protected  void SVGRectElementBridge.buildShape(BridgeContext ctx, SVGElement svgElement, ShapeNode node, CSSStyleDeclaration decl, UnitProcessor.Context uctx)
          Returns a Rectangle2D.Float or a RoundRectangle2D.Float depending on the 'x', 'y', 'width', 'height', 'rx' and 'ry' attributes.
protected  void SVGPolylineElementBridge.buildShape(BridgeContext ctx, SVGElement elt, ShapeNode node, CSSStyleDeclaration decl, UnitProcessor.Context uctx)
          Returns an GeneralPath.
protected  void SVGCircleElementBridge.buildShape(BridgeContext ctx, SVGElement svgElement, ShapeNode node, CSSStyleDeclaration decl, UnitProcessor.Context uctx)
          Returns a Ellipse2D.Float.
 

Uses of ShapeNode in org.apache.batik.refimpl.gvt
 

Classes in org.apache.batik.refimpl.gvt that implement ShapeNode
 class ConcreteShapeNode
          An implementation of the ShapeNode interface.
 

Methods in org.apache.batik.refimpl.gvt that return ShapeNode
 ShapeNode ConcreteGVTFactory.createShapeNode()
           
 



Copyright © 2000 Apache Software Foundation. All Rights Reserved.