org.apache.batik.gvt
Interface GVTFactory

All Known Implementing Classes:
ConcreteGVTFactory

public interface GVTFactory

Factory class for vending GVT objects.


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.
 

Method Detail

createCanvasGraphicsNode

public CanvasGraphicsNode createCanvasGraphicsNode()
Creates a new CanvasGraphicsNode.

createCompositeGraphicsNode

public CompositeGraphicsNode createCompositeGraphicsNode()
Creates a new CompositeGraphicsNode.

createShapeNode

public ShapeNode createShapeNode()
Creates a new ShapeNode.

createTextNode

public TextNode createTextNode()
Creates a new TextNode.

createRootGraphicsNode

public RootGraphicsNode createRootGraphicsNode()
Creates a new RootGraphicsNode.

createImageNode

public ImageNode createImageNode()
Creates a new ImageNode.

createRasterImageNode

public RasterImageNode createRasterImageNode()
Creates a new RasterImageNode.

createProxyGraphicsNode

public ProxyGraphicsNode createProxyGraphicsNode()
Creates a new ProxyGraphicsNode.

createStrokeShapePainter

public StrokeShapePainter createStrokeShapePainter()
Creates a new StrokeShapePainter.

createFillShapePainter

public FillShapePainter createFillShapePainter()
Creates a new FillShapePainter.

createCompositeShapePainter

public CompositeShapePainter createCompositeShapePainter()
Creates a new CompositeShapePainter.


Copyright © 2000 Apache Software Foundation. All Rights Reserved.