Uses of Interface
org.apache.batik.gvt.LeafGraphicsNode

Packages that use LeafGraphicsNode
org.apache.batik.gvt Contains all of the interfaces for describing and painting vector graphics as Java objects. 
org.apache.batik.refimpl.gvt   
 

Uses of LeafGraphicsNode in org.apache.batik.gvt
 

Subinterfaces of LeafGraphicsNode in org.apache.batik.gvt
 interface ImageNode
          A graphics node that represents an image described as a graphics node.
 interface ProxyGraphicsNode
          A graphics node that is a placeholder for another graphics node to control access to it.
 interface RasterImageNode
          A graphics node that represents a raster image.
 interface ShapeNode
          A graphics node that represents a shape.
 interface TextNode
          A graphics node that represents text.
 

Uses of LeafGraphicsNode in org.apache.batik.refimpl.gvt
 

Classes in org.apache.batik.refimpl.gvt that implement LeafGraphicsNode
 class ConcreteImageNode
          An implementation of the ImageNode interface.
 class ConcreteRasterImageNode
          An implementation of the RasterImageNode interface.
 class ConcreteShapeNode
          An implementation of the ShapeNode interface.
 class ConcreteTextNode
          A graphics node that represents text.
 



Copyright © 2000 Apache Software Foundation. All Rights Reserved.