Package org.apache.batik.gvt.filter
Class ConcreteGraphicsNodeRableFactory
- java.lang.Object
-
- org.apache.batik.gvt.filter.ConcreteGraphicsNodeRableFactory
-
- All Implemented Interfaces:
GraphicsNodeRableFactory
public class ConcreteGraphicsNodeRableFactory extends java.lang.Object implements GraphicsNodeRableFactory
This interface letsGraphicsNode
create instances ofGraphicsNodeRable
appropriate for the filter module implementation.- Version:
- $Id: ConcreteGraphicsNodeRableFactory.java 1733416 2016-03-03 07:07:13Z gadams $
-
-
Constructor Summary
Constructors Constructor Description ConcreteGraphicsNodeRableFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GraphicsNodeRable
createGraphicsNodeRable(GraphicsNode node)
Returns aGraphicsNodeRable
initialized with the inputGraphicsNode
.
-
-
-
Method Detail
-
createGraphicsNodeRable
public GraphicsNodeRable createGraphicsNodeRable(GraphicsNode node)
Returns aGraphicsNodeRable
initialized with the inputGraphicsNode
.- Specified by:
createGraphicsNodeRable
in interfaceGraphicsNodeRableFactory
-
-