Uses of Interface
org.apache.batik.gvt.filter.GraphicsNodeRable
Packages that use GraphicsNodeRable
Package
Description
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 GraphicsNodeRableModifier and TypeClassDescriptionclass
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 GraphicsNodeRableModifier and TypeMethodDescriptionConcreteGraphicsNodeRableFactory.createGraphicsNodeRable
(GraphicsNode node) Returns aGraphicsNodeRable
initialized with the inputGraphicsNode
.GraphicsNodeRableFactory.createGraphicsNodeRable
(GraphicsNode node) Returns aGraphicsNodeRable
initialized with the inputGraphicsNode
.