|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.refimpl.gvt.ConcreteGVTFactory
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 |
protected ConcreteGVTFactory()
Method Detail |
public static GVTFactory getGVTFactoryImplementation()
public CanvasGraphicsNode createCanvasGraphicsNode()
GVTFactory
createCanvasGraphicsNode
in interface GVTFactory
public CompositeGraphicsNode createCompositeGraphicsNode()
GVTFactory
createCompositeGraphicsNode
in interface GVTFactory
public ShapeNode createShapeNode()
GVTFactory
createShapeNode
in interface GVTFactory
public TextNode createTextNode()
GVTFactory
createTextNode
in interface GVTFactory
public RootGraphicsNode createRootGraphicsNode()
GVTFactory
createRootGraphicsNode
in interface GVTFactory
public ImageNode createImageNode()
GVTFactory
createImageNode
in interface GVTFactory
public RasterImageNode createRasterImageNode()
GVTFactory
createRasterImageNode
in interface GVTFactory
public ProxyGraphicsNode createProxyGraphicsNode()
GVTFactory
createProxyGraphicsNode
in interface GVTFactory
public StrokeShapePainter createStrokeShapePainter()
GVTFactory
createStrokeShapePainter
in interface GVTFactory
public FillShapePainter createFillShapePainter()
GVTFactory
createFillShapePainter
in interface GVTFactory
public CompositeShapePainter createCompositeShapePainter()
GVTFactory
createCompositeShapePainter
in interface GVTFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |