org.apache.batik.refimpl.gvt
Class ConcreteGVTFactory

java.lang.Object
  |
  +--org.apache.batik.refimpl.gvt.ConcreteGVTFactory
All Implemented Interfaces:
GVTFactory

public class ConcreteGVTFactory
extends java.lang.Object
implements GVTFactory

The GVTFactory implementation.


Constructor Summary
protected ConcreteGVTFactory()
          No instance of this class
 
Method Summary
 CanvasGraphicsNode createCanvasGraphicsNode()
          Creates a new CanvasGraphicsNode.
 CompositeGraphicsNode createCompositeGraphicsNode()
          Creates a new CompositeGraphicsNode.
 CompositeShapePainter createCompositeShapePainter()
          Creates a new CompositeShapePainter.
 FillShapePainter createFillShapePainter()
          Creates a new FillShapePainter.
 ImageNode createImageNode()
          Creates a new ImageNode.
 ProxyGraphicsNode createProxyGraphicsNode()
          Creates a new ProxyGraphicsNode.
 RasterImageNode createRasterImageNode()
          Creates a new RasterImageNode.
 RootGraphicsNode createRootGraphicsNode()
          Creates a new RootGraphicsNode.
 ShapeNode createShapeNode()
          Creates a new ShapeNode.
 StrokeShapePainter createStrokeShapePainter()
          Creates a new StrokeShapePainter.
 TextNode createTextNode()
          Creates a new TextNode.
static GVTFactory getGVTFactoryImplementation()
          Creates the GVTFactory instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConcreteGVTFactory

protected ConcreteGVTFactory()
No instance of this class
Method Detail

getGVTFactoryImplementation

public static GVTFactory getGVTFactoryImplementation()
Creates the GVTFactory instance.

createCanvasGraphicsNode

public CanvasGraphicsNode createCanvasGraphicsNode()
Description copied from interface: GVTFactory
Creates a new CanvasGraphicsNode.
Specified by:
createCanvasGraphicsNode in interface GVTFactory

createCompositeGraphicsNode

public CompositeGraphicsNode createCompositeGraphicsNode()
Description copied from interface: GVTFactory
Creates a new CompositeGraphicsNode.
Specified by:
createCompositeGraphicsNode in interface GVTFactory

createShapeNode

public ShapeNode createShapeNode()
Description copied from interface: GVTFactory
Creates a new ShapeNode.
Specified by:
createShapeNode in interface GVTFactory

createTextNode

public TextNode createTextNode()
Description copied from interface: GVTFactory
Creates a new TextNode.
Specified by:
createTextNode in interface GVTFactory

createRootGraphicsNode

public RootGraphicsNode createRootGraphicsNode()
Description copied from interface: GVTFactory
Creates a new RootGraphicsNode.
Specified by:
createRootGraphicsNode in interface GVTFactory

createImageNode

public ImageNode createImageNode()
Description copied from interface: GVTFactory
Creates a new ImageNode.
Specified by:
createImageNode in interface GVTFactory

createRasterImageNode

public RasterImageNode createRasterImageNode()
Description copied from interface: GVTFactory
Creates a new RasterImageNode.
Specified by:
createRasterImageNode in interface GVTFactory

createProxyGraphicsNode

public ProxyGraphicsNode createProxyGraphicsNode()
Description copied from interface: GVTFactory
Creates a new ProxyGraphicsNode.
Specified by:
createProxyGraphicsNode in interface GVTFactory

createStrokeShapePainter

public StrokeShapePainter createStrokeShapePainter()
Description copied from interface: GVTFactory
Creates a new StrokeShapePainter.
Specified by:
createStrokeShapePainter in interface GVTFactory

createFillShapePainter

public FillShapePainter createFillShapePainter()
Description copied from interface: GVTFactory
Creates a new FillShapePainter.
Specified by:
createFillShapePainter in interface GVTFactory

createCompositeShapePainter

public CompositeShapePainter createCompositeShapePainter()
Description copied from interface: GVTFactory
Creates a new CompositeShapePainter.
Specified by:
createCompositeShapePainter in interface GVTFactory


Copyright © 2000 Apache Software Foundation. All Rights Reserved.