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.gvt.renderer   
 

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

Classes in org.apache.batik.gvt.filter that implement GraphicsNodeRable
 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
 GraphicsNodeRable GraphicsNodeRableFactory.createGraphicsNodeRable(GraphicsNode node, GraphicsNodeRenderContext rc)
          Returns a GraphicsNodeRable initialized with the input GraphicsNode.
 GraphicsNodeRable ConcreteGraphicsNodeRableFactory.createGraphicsNodeRable(GraphicsNode node, GraphicsNodeRenderContext rc)
          Returns a GraphicsNodeRable initialized with the input GraphicsNode.
 

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

Fields in org.apache.batik.gvt.renderer declared as GraphicsNodeRable
protected  GraphicsNodeRable StaticRenderer.rootGNR
           
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.