org.apache.batik.gvt.filter
Class ConcreteGraphicsNodeRableFactory

java.lang.Object
  extended byorg.apache.batik.gvt.filter.ConcreteGraphicsNodeRableFactory
All Implemented Interfaces:
GraphicsNodeRableFactory

public class ConcreteGraphicsNodeRableFactory
extends java.lang.Object
implements GraphicsNodeRableFactory

This interface lets GraphicsNode create instances of GraphicsNodeRable appropriate for the filter module implementation.

Version:
$Id: ConcreteGraphicsNodeRableFactory.java,v 1.6 2003/08/08 11:39:15 vhardy Exp $
Author:
Vincent Hardy

Constructor Summary
ConcreteGraphicsNodeRableFactory()
           
 
Method Summary
 GraphicsNodeRable createGraphicsNodeRable(GraphicsNode node)
          Returns a GraphicsNodeRable initialized with the input GraphicsNode.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConcreteGraphicsNodeRableFactory

public ConcreteGraphicsNodeRableFactory()
Method Detail

createGraphicsNodeRable

public GraphicsNodeRable createGraphicsNodeRable(GraphicsNode node)
Returns a GraphicsNodeRable initialized with the input GraphicsNode.

Specified by:
createGraphicsNodeRable in interface GraphicsNodeRableFactory


<oXygen/> XML Editor uses Batik from the Apache Foundation to provide support for previewing SVG documents. See the SVG Editor section for more info.