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 1733416 2016-03-03 07:07:13Z gadams $
Author:
Vincent Hardy

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

Method Detail

createGraphicsNodeRable

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



Copyright © 2000–2017 Apache Software Foundation. All rights reserved.