Uses of Class
org.apache.batik.ext.awt.g2d.GraphicContext
Packages that use GraphicContext
Package
Description
Provides an API for subclassing the
java.awt.Graphics2D
class in order to translate Java 2D primitives into another graphic
format.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 GraphicContextModifier and TypeFieldDescriptionprotected GraphicContext
AbstractGraphics2D.gc
Current state of the Graphic Context.Methods in org.apache.batik.ext.awt.g2d that return GraphicContext -
Uses of GraphicContext in org.apache.batik.svggen
Fields in org.apache.batik.svggen declared as GraphicContextModifier and TypeFieldDescriptionprotected GraphicContext
DOMGroupManager.gc
Reference to the GraphicContext this manager will use to reflect style attributes in the tree nodes.Methods in org.apache.batik.svggen with parameters of type GraphicContextModifier and TypeMethodDescriptionSVGAlphaComposite.toSVG
(GraphicContext gc) Converts part or all of the input GraphicContext into a set of attribute/value pairs and related definitionsSVGBasicStroke.toSVG
(GraphicContext gc) Converts part or all of the input GraphicContext into a set of attribute/value pairs and related definitionsSVGClip.toSVG
(GraphicContext gc) Converts part or all of the input GraphicContext into a set of attribute/value pairs and related definitions.SVGColor.toSVG
(GraphicContext gc) Converts part or all of the input GraphicContext into a set of attribute/value pairs and related definitionsSVGComposite.toSVG
(GraphicContext gc) Converts part or all of the input GraphicContext into a set of attribute/value pairs and related definitionsSVGConverter.toSVG
(GraphicContext gc) Converts part or all of the input GraphicContext into a set of attribute/value pairs and related definitionsSVGCustomComposite.toSVG
(GraphicContext gc) Converts part or all of the input GraphicContext into a set of attribute/value pairs and related definitionsSVGCustomPaint.toSVG
(GraphicContext gc) Converts part or all of the input GraphicContext into a set of attribute/value pairs and related definitionsSVGFont.toSVG
(GraphicContext gc) Converts part or all of the input GraphicContext into a set of attribute/value pairs and related definitionsSVGGraphicContextConverter.toSVG
(GraphicContext gc) SVGLinearGradient.toSVG
(GraphicContext gc) Converts part or all of the input GraphicContext into a set of attribute/value pairs and related definitionsSVGPaint.toSVG
(GraphicContext gc) Converts part or all of the input GraphicContext into a set of attribute/value pairs and related definitionsSVGRenderingHints.toSVG
(GraphicContext gc) Converts part or all of the input GraphicContext into a set of attribute/value pairs and related definitionsSVGTexturePaint.toSVG
(GraphicContext gc) Converts part or all of the input GraphicContext into a set of attribute/value pairs and related definitionsSVGTransform.toSVG
(GraphicContext gc) Converts part or all of the input GraphicContext into a set of attribute/value pairs and related definitionsfinal String
SVGTransform.toSVGTransform
(GraphicContext gc) Constructors in org.apache.batik.svggen with parameters of type GraphicContextModifierConstructorDescriptionDOMGroupManager
(GraphicContext gc, DOMTreeManager domTreeManager) ConstructorDOMTreeManager
(GraphicContext gc, SVGGeneratorContext generatorContext, int maxGCOverrides) Constructor