Uses of Class
org.apache.batik.ext.awt.g2d.GraphicContext

Packages that use GraphicContext
org.apache.batik.ext.awt.g2d Provides an API for subclassing the java.awt.Graphics2D class in order to translate Java 2D primitives into another graphic format. 
org.apache.batik.svggen Provides an API on top of the AbstractGraphics2D to translate Java 2D primitives into the SVG format. 
 

Uses of GraphicContext in org.apache.batik.ext.awt.g2d
 

Fields in org.apache.batik.ext.awt.g2d declared as GraphicContext
protected  GraphicContext AbstractGraphics2D.gc
          Current state of the Graphic Context.
 

Uses of GraphicContext in org.apache.batik.svggen
 

Methods in org.apache.batik.svggen with parameters of type GraphicContext
 SVGGraphicContext SVGGraphicContextConverter.toSVG(GraphicContext gc)
           
 SVGDescriptor SVGFont.toSVG(GraphicContext gc)
          Converts part or all of the input GraphicContext into a set of attribute/value pairs and related definitions
 SVGDescriptor SVGConverter.toSVG(GraphicContext gc)
          Converts part or all of the input GraphicContext into a set of attribute/value pairs and related definitions
 SVGDescriptor SVGRenderingHints.toSVG(GraphicContext gc)
          Converts part or all of the input GraphicContext into a set of attribute/value pairs and related definitions
 SVGDescriptor SVGCustomPaint.toSVG(GraphicContext gc)
          Converts part or all of the input GraphicContext into a set of attribute/value pairs and related definitions
 SVGDescriptor SVGColor.toSVG(GraphicContext gc)
          Converts part or all of the input GraphicContext into a set of attribute/value pairs and related definitions
 SVGDescriptor SVGAlphaComposite.toSVG(GraphicContext gc)
          Converts part or all of the input GraphicContext into a set of attribute/value pairs and related definitions
 SVGDescriptor SVGLinearGradient.toSVG(GraphicContext gc)
          Converts part or all of the input GraphicContext into a set of attribute/value pairs and related definitions
 SVGDescriptor SVGComposite.toSVG(GraphicContext gc)
          Converts part or all of the input GraphicContext into a set of attribute/value pairs and related definitions
 SVGDescriptor SVGTransform.toSVG(GraphicContext gc)
          Converts part or all of the input GraphicContext into a set of attribute/value pairs and related definitions
static java.lang.String SVGTransform.toSVGTransform(GraphicContext gc)
           
 SVGDescriptor SVGClip.toSVG(GraphicContext gc)
          Converts part or all of the input GraphicContext into a set of attribute/value pairs and related definitions.
 SVGDescriptor SVGBasicStroke.toSVG(GraphicContext gc)
          Converts part or all of the input GraphicContext into a set of attribute/value pairs and related definitions
 SVGDescriptor SVGPaint.toSVG(GraphicContext gc)
          Converts part or all of the input GraphicContext into a set of attribute/value pairs and related definitions
 SVGDescriptor SVGTexturePaint.toSVG(GraphicContext gc)
          Converts part or all of the input GraphicContext into a set of attribute/value pairs and related definitions
 SVGDescriptor SVGCustomComposite.toSVG(GraphicContext gc)
          Converts part or all of the input GraphicContext into a set of attribute/value pairs and related definitions
 

Constructors in org.apache.batik.svggen with parameters of type GraphicContext
DOMGroupManager(GraphicContext gc, DOMTreeManager domTreeManager)
          Constructor
DOMTreeManager(GraphicContext gc, SVGGeneratorContext generatorContext, int maxGCOverrides)
          Constructor
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.