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.
-
-
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
.
-
-