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

Packages that use GraphicsNodeRable
org.apache.batik.gvt Contains all of the interfaces for describing and painting vector graphics as Java objects.  
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
 

Methods in org.apache.batik.gvt that return GraphicsNodeRable
 GraphicsNodeRable AbstractGraphicsNode.getGraphicsNodeRable()
          Returns the GraphicsNodeRable for this node.
 GraphicsNodeRable GraphicsNode.getGraphicsNodeRable()
          Returns the GraphicsNodeRable for this node.
 

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 ConcreteGraphicsNodeRableFactory.createGraphicsNodeRable(GraphicsNode node)
          Returns a GraphicsNodeRable initialized with the input GraphicsNode.
 GraphicsNodeRable GraphicsNodeRableFactory.createGraphicsNodeRable(GraphicsNode node)
          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.