Uses of Package
com.aspose.html.dom.svg

  • Packages that use com.aspose.html.dom.svg 
    Package Description
    com.aspose.html.dom.svg  
    com.aspose.html.dom.svg.filters  
    com.aspose.html.rendering  
  • Classes in com.aspose.html.dom.svg used by com.aspose.html.dom.svg 
    Class and Description
    ISVGAnimatedPoints
    The SVGAnimatedPoints interface supports elements which have a ‘points’ attribute which holds a list of coordinate values and which support the ability to animate that attribute.
    ISVGFitToViewBox
    Interface SVGFitToViewBox defines DOM attributes that apply to elements which have XML attributes ‘viewBox’ and ‘preserveAspectRatio’.
    ISVGTests
    Interface SVGTests defines an interface which applies to all elements which have attributes ‘requiredFeatures’, ‘requiredExtensions’ and ‘systemLanguage’.
    ISVGUnitTypes
    The SVGUnitTypes interface defines a commonly used set of constants and is a base interface used by SVGGradientElement, SVGPatternElement, SVGClipPathElement, SVGMaskElement and SVGFilterElement.
    ISVGURIReference
    Interface SVGURIReference defines an interface which applies to all elements which have the collection of XLink attributes, such as ‘xlink:href’, which define a URI reference.
    ISVGZoomAndPan
    The SVGZoomAndPan interface defines attribute zoomAndPan and associated constants.
    SVGAnimationElement
    The SVGAnimationElement interface is the base interface for all of the animation element interfaces: SVGAnimateElement, SVGSetElement, SVGAnimateColorElement, SVGAnimateMotionElement and SVGAnimateTransformElement.
    SVGContext 
    SVGElement
    All of the SVG DOM interfaces that correspond directly to elements in the SVG language (such as the SVGPathElement interface for the ‘path’ element) derive from the SVGElement interface.
    SVGGeometryElement
    Interface SVGGeometryElement represents SVG elements whose rendering is defined by geometry with an equivalent path, and which can be filled and stroked.
    SVGGradientElement
    The SVGGradientElement interface is a base interface used by SVGLinearGradientElement and SVGRadialGradientElement.
    SVGGraphicsElement
    The SVGGraphicsElement interface represents SVG elements whose primary purpose is to directly render graphics into a group.
    SVGSVGElement
    A key interface definition is the SVGSVGElement interface, which is the interface that corresponds to the ‘svg’ element.
    SVGTextContentElement
    The SVGTextContentElement is inherited by various text-related interfaces, such as SVGTextElement, SVGTSpanElement, SVGTRefElement, SVGAltGlyphElement and SVGTextPathElement.
    SVGTextPositioningElement
    The SVGTextPositioningElement interface is inherited by text-related interfaces: SVGTextElement, SVGTSpanElement, SVGTRefElement and SVGAltGlyphElement.
  • Classes in com.aspose.html.dom.svg used by com.aspose.html.dom.svg.filters 
    Class and Description
    ISVGURIReference
    Interface SVGURIReference defines an interface which applies to all elements which have the collection of XLink attributes, such as ‘xlink:href’, which define a URI reference.
    SVGComponentTransferFunctionElement
    This interface defines a base interface used by the component transfer function interfaces.
    SVGElement
    All of the SVG DOM interfaces that correspond directly to elements in the SVG language (such as the SVGPathElement interface for the ‘path’ element) derive from the SVGElement interface.
  • Classes in com.aspose.html.dom.svg used by com.aspose.html.rendering 
    Class and Description
    SVGDocument
    When an ‘svg’ element is embedded inline as a component of a document from another namespace, such as when an ‘svg’ element is embedded inline within an XHTML document [XHTML], then an SVGDocument object will not exist; instead, the root object in the document object hierarchy will be a Document object of a different type, such as an HTMLDocument object.
    SVGSVGElement
    A key interface definition is the SVGSVGElement interface, which is the interface that corresponds to the ‘svg’ element.