Uses of Interface
org.apache.batik.gvt.filter.GraphicsNodeRable
-
Packages that use GraphicsNodeRable Package Description org.apache.batik.gvt.filter Contains all of the interfaces for describing a set of standard image processing filters Java objects. -
-
Uses of GraphicsNodeRable in org.apache.batik.gvt.filter
Classes in org.apache.batik.gvt.filter that implement GraphicsNodeRable Modifier and Type Class Description class
GraphicsNodeRable8Bit
This implementation of RenderableImage will render its input GraphicsNode into a BufferedImage upon invokation of one of its createRendering methods.Methods in org.apache.batik.gvt.filter that return GraphicsNodeRable Modifier and Type Method Description GraphicsNodeRable
ConcreteGraphicsNodeRableFactory. createGraphicsNodeRable(GraphicsNode node)
Returns aGraphicsNodeRable
initialized with the inputGraphicsNode
.GraphicsNodeRable
GraphicsNodeRableFactory. createGraphicsNodeRable(GraphicsNode node)
Returns aGraphicsNodeRable
initialized with the inputGraphicsNode
.
-