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

Packages that use ShapePainter
org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. 
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 ShapePainter in org.apache.batik.bridge
 

Methods in org.apache.batik.bridge that return ShapePainter
 ShapePainter ShapePainterBridge.createShapePainter(BridgeContext ctx, Element element)
          Creates a ShapePainter using the specified context and element.
 

Uses of ShapePainter in org.apache.batik.gvt
 

Subinterfaces of ShapePainter in org.apache.batik.gvt
 interface CompositeShapePainter
          Renders the shape of a ShapeNode with multiple ShapePainters.
 interface FillShapePainter
          Renders the shape of a ShapeNode using a Paint object that defines color patterns of the shape.
 interface StrokeShapePainter
          Renders the shape of a ShapeNode using a Stroke and a Paint that decorate the outline of the shape.
 

Methods in org.apache.batik.gvt that return ShapePainter
 ShapePainter ShapeNode.getShapePainter()
          Returns the ShapePainter used by this shape node to render the shape.
 

Methods in org.apache.batik.gvt with parameters of type ShapePainter
 void ShapeNode.setShapePainter(ShapePainter newShapePainter)
          Sets the ShapePainter used by this shape node to render the shape.
 void CompositeShapePainter.addShapePainter(ShapePainter shapePainter)
          Adds the specified shape painter to this composite shape painter.
 

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

Methods in org.apache.batik.refimpl.bridge that return ShapePainter
static ShapePainter CSSUtilities.convertStrokeAndFill(SVGElement svgElement, GraphicsNode node, BridgeContext ctx, CSSStyleDeclaration decl, UnitProcessor.Context uctx)
          Returns the ShapePainter for the specified Element using the specified context and css style declaration.
static ShapePainter CSSUtilities.convertStroke(SVGElement svgElement, GraphicsNode node, BridgeContext ctx, CSSStyleDeclaration decl, UnitProcessor.Context uctx)
          Returns the ShapePainter used to draw the outline of the specified Element using the specified context and css style declaration.
static ShapePainter CSSUtilities.convertFill(SVGElement svgElement, GraphicsNode node, BridgeContext ctx, CSSStyleDeclaration decl, UnitProcessor.Context uctx)
          Returns the ShapePainter used to fill the specified Element using the specified context and css style declaration.
 

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

Classes in org.apache.batik.refimpl.gvt that implement ShapePainter
 class ConcreteCompositeShapePainter
          The default implementation of the CompositeShapePainter.
 class ConcreteFillShapePainter
          The default implementation of the FillShapePainter.
 class ConcreteStrokeShapePainter
          The default implementation of the StrokeShapePainter.
 

Fields in org.apache.batik.refimpl.gvt declared as ShapePainter
protected  ShapePainter ConcreteShapeNode.shapePainter
          The shape painter used to paint the shape of this shape node.
protected  ShapePainter[] ConcreteCompositeShapePainter.painters
          The enclosed ShapePainters of this composite shape painter.
 

Methods in org.apache.batik.refimpl.gvt that return ShapePainter
 ShapePainter ConcreteShapeNode.getShapePainter()
           
 

Methods in org.apache.batik.refimpl.gvt with parameters of type ShapePainter
 void ConcreteShapeNode.setShapePainter(ShapePainter newShapePainter)
           
 void ConcreteCompositeShapePainter.addShapePainter(ShapePainter shapePainter)
           
 



Copyright © 2000 Apache Software Foundation. All Rights Reserved.