Package org.apache.batik.gvt.filter
Interface GraphicsNodeRableFactory
-
- All Known Implementing Classes:
ConcreteGraphicsNodeRableFactory
public interface GraphicsNodeRableFactoryThis interface letsGraphicsNodecreate instances ofGraphicsNodeRableappropriate for the filter module implementation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GraphicsNodeRablecreateGraphicsNodeRable(GraphicsNode node)Returns aGraphicsNodeRableinitialized with the inputGraphicsNode.
-
-
-
Method Detail
-
createGraphicsNodeRable
GraphicsNodeRable createGraphicsNodeRable(GraphicsNode node)
Returns aGraphicsNodeRableinitialized with the inputGraphicsNode.
-
-