Package org.apache.batik.gvt.filter
Interface GraphicsNodeRableFactory
-
- All Known Implementing Classes:
ConcreteGraphicsNodeRableFactory
public interface GraphicsNodeRableFactory
This interface letsGraphicsNode
create instances ofGraphicsNodeRable
appropriate for the filter module implementation.- Version:
- $Id: GraphicsNodeRableFactory.java 1733416 2016-03-03 07:07:13Z gadams $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GraphicsNodeRable
createGraphicsNodeRable(GraphicsNode node)
Returns aGraphicsNodeRable
initialized with the inputGraphicsNode
.
-
-
-
Method Detail
-
createGraphicsNodeRable
GraphicsNodeRable createGraphicsNodeRable(GraphicsNode node)
Returns aGraphicsNodeRable
initialized with the inputGraphicsNode
.
-
-