Uses of Interface
org.apache.batik.svggen.SVGDescriptor
Packages that use SVGDescriptor
Package
Description
Provides an API on top of the
AbstractGraphics2D
to translate
Java 2D primitives into the SVG format.-
Uses of SVGDescriptor in org.apache.batik.svggen
Classes in org.apache.batik.svggen that implement SVGDescriptorModifier and TypeClassDescriptionclass
Describes an SVG clipclass
Used to represent an SVG Composite.class
Describes an SVG fontclass
Describes a set of SVG hintsclass
Used to represent an SVG Paint.class
Used to represent an SVG Paint.class
Describes an SVG transformMethods in org.apache.batik.svggen that return SVGDescriptorModifier 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 definitionsSVGLinearGradient.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 definitions