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

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

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

Subinterfaces of SVGSyntax in org.apache.batik.util.awt.svg
 interface ImageHandler
          This interface allows the user of the Graphics2D SVG generator to decide how to handle images that it renders.
 interface SVGConverter
          Defines the interface for classes that are able to convert part or all of a GraphicContext.
 interface SVGFilterConverter
          Defines the interface for classes that are able to convert a BufferedImageOp filter
 

Classes in org.apache.batik.util.awt.svg that implement SVGSyntax
 class AbstractImageHandlerEncoder
          This abstract implementation of the ImageHandler interface is intended to be the base class for ImageHandlers that generate image files for all the images they handle.
 class AbstractSVGConverter
          Abstract class with common utility methods used by subclasses for specific convertion operations.
 class AbstractSVGFilterConverter
          Abstract class with common utility methods used by subclasses for specific convertion operations.
 class DefaultImageHandler
          This interface default implementation of the ImageHandler interface simply puts a place holder in the xlink:href attribute and sets the width and height of the element.
 class DOMGroupManager
          This class is used by the Graphics2D SVG Generator to manage a group of Nodes that can later be added to the SVG DOM Tree managed by the DOMTreeManager.
 class DOMTreeManager
          This class is used by the SVGGraphics2D SVG Generator to manage addition of new Nodes to the SVG DOM Tree.
 class ImageHandlerJPEGEncoder
          This implementation of the abstract AbstractImageHandlerEncoder class creates JPEG images in the image directory and sets the url pointing to that file in the xlink:href attributes of the image elements it handles.
 class ImageHandlerPNGEncoder
          This implementation of the abstract AbstractImageHandlerEncoder class creates PNG images in the image directory and sets the url pointing to that file in the xlink:href attributes of the image elements it handles.
 class SVGAlphaComposite
          Utility class that converts an AlphaComposite object into a set of SVG properties and definitions.
 class SVGBasicStroke
          Utility class that converts a Java BasicStroke object into a set of SVG style attributes
 class SVGBufferedImageOp
          Utility class that converts a BufferedImageOp object into an SVG filter.
 class SVGClip
          Utility class that converts a Path object into an SVG clip
 class SVGClipDescriptor
          Describes an SVG clip
 class SVGColor
          Utility class that converts a Color object into a set of corresponding SVG attributes.
 class SVGComposite
          Utility class that converts a Composite object into a set of SVG properties and definitions.
 class SVGCompositeDescriptor
          Used to represent an SVG Composite.
 class SVGConvolveOp
          Utility class that converts a ConvolveOp object into an SVG filter descriptor.
 class SVGCSSStyler
          This utility class converts a standard SVG document that uses attribute into one that uses the CSS style attribute instead
 class SVGCustomBufferedImageOp
          Utility class that converts an custom BufferedImageOp object into an equivalent SVG filter.
 class SVGCustomComposite
          Utility class that converts an custom Composite object into a set of SVG properties and definitions.
 class SVGCustomPaint
          Utility class that converts an custom Paint object into a set of SVG properties and definitions.
 class SVGEllipse
          Utility class that converts an Ellipse2D object into a corresponding SVG element, i.e., a circle or an ellipse.
 class SVGFont
          Utility class that converts a Font object into a set of SVG font attributes
 class SVGFontDescriptor
          Describes an SVG font
 class SVGGraphicContextConverter
          This class performs the task of converting the state of the Java 2D API graphic context into a set of graphic attributes.
 class SVGGraphicObjectConverter
           
 class SVGGraphics2D
          This implementation of the java.awt.Graphics2D abstract class allows users to generate SVG (Scalable Vector Graphics) content from Java code.
 class SVGHintsDescriptor
          Describes a set of SVG hints
 class SVGLine
          Utility class that converts a Line2D object into a corresponding SVG line element.
 class SVGLinearGradient
          Utility class that converts a Java GradientPaint into an SVG linear gradient element
 class SVGLookupOp
          Utility class that converts a LookupOp object into an SVG filter descriptor.
 class SVGPaint
          Utility class that converts a Paint object into an SVG pattern element
 class SVGPaintDescriptor
          Used to represent an SVG Paint.
 class SVGPath
          Utility class that converts a Shape object into an SVG path element.
 class SVGPolygon
          Utility class that converts a Polygon object into an SVG element.
 class SVGRectangle
          Utility class that converts a Rectangle2D or RoundRectangle2D object into an SVG element.
 class SVGRenderingHints
          Utility class that converts a RenderingHins object into a set of SVG properties.
 class SVGRescaleOp
          Utility class that converts a RescaleOp object into an SVG filter descriptor.
 class SVGShape
          Utility class that converts a Shape object into the corresponding SVG element.
 class SVGStrokeDescriptor
          Used to represent an SVG Paint.
 class SVGStylingAttributes
          Defines the set of attributes from Exchange SVG that are defined as styling properties in Stylable SVG.
 class SVGTexturePaint
          Utility class that converts a TexturePaint object into an SVG pattern element
 class SVGTransform
          Utility class that converts a GraphicContext transform stack into an SVG transform attribute.
 class SVGTransformDescriptor
          Describes an SVG transform
 



Copyright © 2000 Apache Software Foundation. All Rights Reserved.