Uses of Interface
org.apache.batik.util.XMLConstants

Packages that use XMLConstants
org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. 
org.apache.batik.dom.svg   
org.apache.batik.dom.util Provides some utility classes for the implementation of the DOM. 
org.apache.batik.svggen Provides an API on top of the AbstractGraphics2D to translate Java 2D primitives into the SVG format. 
org.apache.batik.svggen.font   
org.apache.batik.swing   
 

Uses of XMLConstants in org.apache.batik.bridge
 

Classes in org.apache.batik.bridge that implement XMLConstants
 class CSSUtilities
          A collection of utility method involving CSS property.
 

Uses of XMLConstants in org.apache.batik.dom.svg
 

Classes in org.apache.batik.dom.svg that implement XMLConstants
 class XMLBaseSupport
          This class provides support for the xml:base attribute.
 

Uses of XMLConstants in org.apache.batik.dom.util
 

Classes in org.apache.batik.dom.util that implement XMLConstants
 class XMLSupport
          This class provides support for XML features.
 

Uses of XMLConstants in org.apache.batik.svggen
 

Classes in org.apache.batik.svggen that implement XMLConstants
 class SVGGraphics2D
          This implementation of the java.awt.Graphics2D abstract class allows users to generate SVG (Scalable Vector Graphics) content from Java code.
 

Uses of XMLConstants in org.apache.batik.svggen.font
 

Classes in org.apache.batik.svggen.font that implement XMLConstants
 class SVGFont
          Converts a TrueType font to an SVG embedded font.
 

Uses of XMLConstants in org.apache.batik.swing
 

Classes in org.apache.batik.swing that implement XMLConstants
protected  class JSVGCanvas.CanvasUserAgent
          The CanvasUserAgent only adds tooltips to the behavior of the default BridgeUserAgent.
A tooltip will be displayed wheneven the mouse lingers over an element which has a <title> or a <desc> child element.
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.