Uses of Interface
org.apache.batik.util.awt.svg.SVGDescriptor

Packages that use SVGDescriptor
org.apache.batik.util.awt.svg   
 

Uses of SVGDescriptor in org.apache.batik.util.awt.svg
 

Classes in org.apache.batik.util.awt.svg that implement SVGDescriptor
 class SVGClipDescriptor
          Describes an SVG clip
 class SVGCompositeDescriptor
          Used to represent an SVG Composite.
 class SVGFontDescriptor
          Describes an SVG font
 class SVGHintsDescriptor
          Describes a set of SVG hints
 class SVGPaintDescriptor
          Used to represent an SVG Paint.
 class SVGStrokeDescriptor
          Used to represent an SVG Paint.
 class SVGTransformDescriptor
          Describes an SVG transform
 

Methods in org.apache.batik.util.awt.svg that return SVGDescriptor
 SVGDescriptor SVGCustomPaint.toSVG(GraphicContext gc)
          Converts part or all of the input GraphicContext into a set of attribute/value pairs and related definitions
 SVGDescriptor SVGClip.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
 SVGDescriptor SVGComposite.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 SVGTransform.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 SVGConverter.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 SVGFont.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 SVGTexturePaint.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
 



Copyright © 2000 Apache Software Foundation. All Rights Reserved.