Uses of Interface
org.apache.batik.gvt.filter.GraphicsNodeRable

Packages that use GraphicsNodeRable
org.apache.batik.gvt.filter Contains all of the interfaces for describing a set of standard image processing filters Java objects. 
org.apache.batik.refimpl.gvt.filter   
 

Uses of GraphicsNodeRable in org.apache.batik.gvt.filter
 

Methods in org.apache.batik.gvt.filter that return GraphicsNodeRable
 GraphicsNodeRable GraphicsNodeRableFactory.createGraphicsNodeRable(GraphicsNode node)
          Returns a GraphicsNodeRable initialized with the input GraphicsNode.
 

Uses of GraphicsNodeRable in org.apache.batik.refimpl.gvt.filter
 

Classes in org.apache.batik.refimpl.gvt.filter that implement GraphicsNodeRable
 class ConcreteGraphicsNodeRable
          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.refimpl.gvt.filter that return GraphicsNodeRable
 GraphicsNodeRable ConcreteGraphicsNodeRableFactory.createGraphicsNodeRable(GraphicsNode node)
          Returns a GraphicsNodeRable initialized with the input GraphicsNode.
 



Copyright © 2000 Apache Software Foundation. All Rights Reserved.