Package org.apache.batik.gvt.filter
Class ConcreteGraphicsNodeRableFactory
java.lang.Object
org.apache.batik.gvt.filter.ConcreteGraphicsNodeRableFactory
- All Implemented Interfaces:
GraphicsNodeRableFactory
This interface lets
GraphicsNode
create instances of
GraphicsNodeRable
appropriate for the filter module
implementation.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns aGraphicsNodeRable
initialized with the inputGraphicsNode
.
-
Constructor Details
-
ConcreteGraphicsNodeRableFactory
public ConcreteGraphicsNodeRableFactory()
-
-
Method Details
-
createGraphicsNodeRable
Returns aGraphicsNodeRable
initialized with the inputGraphicsNode
.- Specified by:
createGraphicsNodeRable
in interfaceGraphicsNodeRableFactory
-