Package org.apache.batik.gvt.filter
Interface GraphicsNodeRableFactory
- All Known Implementing Classes:
ConcreteGraphicsNodeRableFactory
public interface GraphicsNodeRableFactory
This interface lets
GraphicsNode
create instances of
GraphicsNodeRable
appropriate for the filter module
implementation.-
Method Summary
Modifier and TypeMethodDescriptionReturns aGraphicsNodeRable
initialized with the inputGraphicsNode
.
-
Method Details
-
createGraphicsNodeRable
Returns aGraphicsNodeRable
initialized with the inputGraphicsNode
.
-