org.apache.batik.gvt.filter
Class ConcreteGraphicsNodeRableFactory
java.lang.Object
org.apache.batik.gvt.filter.ConcreteGraphicsNodeRableFactory
- All Implemented Interfaces:
- GraphicsNodeRableFactory
public class ConcreteGraphicsNodeRableFactory
- extends Object
- implements GraphicsNodeRableFactory
This interface lets GraphicsNode create instances of
GraphicsNodeRable appropriate for the filter module
implementation.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConcreteGraphicsNodeRableFactory
public ConcreteGraphicsNodeRableFactory()
createGraphicsNodeRable
public GraphicsNodeRable createGraphicsNodeRable(GraphicsNode node)
- Returns a GraphicsNodeRable initialized with the
input GraphicsNode.
- Specified by:
createGraphicsNodeRable
in interface GraphicsNodeRableFactory
Copyright © 2008 Apache Software Foundation. All Rights Reserved.