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 classGraphicsNodeRable8BitThis 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 GraphicsNodeRableConcreteGraphicsNodeRableFactory. createGraphicsNodeRable(GraphicsNode node)Returns aGraphicsNodeRableinitialized with the inputGraphicsNode.GraphicsNodeRableGraphicsNodeRableFactory. createGraphicsNodeRable(GraphicsNode node)Returns aGraphicsNodeRableinitialized with the inputGraphicsNode.
-