org.apache.batik.gvt.filter
Interface GraphicsNodeRableFactory

All Known Implementing Classes:
ConcreteGraphicsNodeRableFactory

public interface GraphicsNodeRableFactory

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

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

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

Method Detail

createGraphicsNodeRable

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



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