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.
- Version:
- $Id: ConcreteGraphicsNodeRableFactory.java 1733416 2016-03-03 07:07:13Z gadams $
- Author:
- Vincent Hardy
| 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 © 2000–2017 Apache Software Foundation. All rights reserved.