Uses of Class
org.vectomatic.dom.svg.impl.SVGElement

Packages that use SVGElement
org.vectomatic.dom.svg Wrapper classes representing the bulk of libgwtsvg public API. 
org.vectomatic.dom.svg.impl libgwtsvg implementation classes, not to be accessed directly. 
 

Uses of SVGElement in org.vectomatic.dom.svg
 

Methods in org.vectomatic.dom.svg that return SVGElement
 SVGElement OMSVGViewSpec.getViewTarget()
          Corresponds to the viewTarget setting on the SVG View Specification.
 

Constructors in org.vectomatic.dom.svg with parameters of type SVGElement
OMSVGElement(SVGElement ot)
           
 

Uses of SVGElement in org.vectomatic.dom.svg.impl
 

Subclasses of SVGElement in org.vectomatic.dom.svg.impl
 class SVGAElement
          The SVGAElement interface corresponds to the a element.
 class SVGAltGlyphDefElement
          The SVGAltGlyphDefElement interface corresponds to the altGlyphDef element.
 class SVGAltGlyphElement
          The SVGAltGlyphElement interface corresponds to the altGlyph element.
 class SVGAltGlyphItemElement
          The SVGAltGlyphItemElement interface corresponds to the altGlyphItem element.
 class SVGAnimateColorElement
          The SVGAnimateColorElement interface corresponds to the animateColor element.
 class SVGAnimateElement
          The SVGAnimateElement interface corresponds to the animate element.
 class SVGAnimateMotionElement
          The SVGAnimateMotionElement interface corresponds to the animateMotion element.
 class SVGAnimateTransformElement
          The SVGAnimateTransformElement interface corresponds to the animateTransform element.
 class SVGAnimationElement
          The SVGAnimationElement interface is the base interface for all of the animation element interfaces: SVGAnimateElement, SVGSetElement, SVGAnimateColorElement, SVGAnimateMotionElement and SVGAnimateTransformElement.
 class SVGCircleElement
          The SVGCircleElement interface corresponds to the circle element.
 class SVGClipPathElement
          The SVGClipPathElement interface corresponds to the clipPath element.
 class SVGColorProfileElement
          The SVGColorProfileElement interface corresponds to the color-profile element.
 class SVGComponentTransferFunctionElement
          This interface defines a base interface used by the component transfer function interfaces.
 class SVGCursorElement
          The SVGCursorElement interface corresponds to the cursor element.
 class SVGDefsElement
          The SVGDefsElement interface corresponds to the defs element.
 class SVGDescElement
          The SVGDescElement interface corresponds to the desc element.
 class SVGEllipseElement
          The SVGEllipseElement interface corresponds to the ellipse element.
 class SVGFEBlendElement
          The SVGFEBlendElement interface corresponds to the feBlend element.
 class SVGFEColorMatrixElement
          The SVGFEColorMatrixElement interface corresponds to the feColorMatrix element.
 class SVGFEComponentTransferElement
          The SVGFEComponentTransferElement interface corresponds to the feComponentTransfer element.
 class SVGFECompositeElement
          The SVGFECompositeElement interface corresponds to the feComposite element.
 class SVGFEConvolveMatrixElement
          The SVGFEConvolveMatrixElement interface corresponds to the feConvolveMatrix element.
 class SVGFEDiffuseLightingElement
          The SVGFEDiffuseLightingElement interface corresponds to the feDiffuseLighting element.
 class SVGFEDisplacementMapElement
          The SVGFEDisplacementMapElement interface corresponds to the feDisplacementMap element.
 class SVGFEDistantLightElement
          The SVGFEDistantLightElement interface corresponds to the feDistantLight element.
 class SVGFEFloodElement
          The SVGFEFloodElement interface corresponds to the feFlood element.
 class SVGFEFuncAElement
          The SVGFEFuncAElement interface corresponds to the feFuncA element.
 class SVGFEFuncBElement
          The SVGFEFuncBElement interface corresponds to the feFuncB element.
 class SVGFEFuncGElement
          The SVGFEFuncRElement interface corresponds to the feFuncG element.
 class SVGFEFuncRElement
          The SVGFEFuncRElement interface corresponds to the feFuncR element.
 class SVGFEGaussianBlurElement
          The SVGFEGaussianBlurElement interface corresponds to the feGaussianBlur element.
 class SVGFEImageElement
          The SVGFEImageElement interface corresponds to the feImage element.
 class SVGFEMergeElement
          The SVGFEMergeElement interface corresponds to the feMerge element.
 class SVGFEMergeNodeElement
          The SVGFEMergeNodeElement interface corresponds to the feMergeNode element.
 class SVGFEMorphologyElement
          The SVGFEMorphologyElement interface corresponds to the feMorphology element.
 class SVGFEOffsetElement
          The SVGFEOffsetElement interface corresponds to the feOffset element.
 class SVGFEPointLightElement
          The SVGFEPointLightElement interface corresponds to the fePointLight element.
 class SVGFESpecularLightingElement
          The SVGFESpecularLightingElement interface corresponds to the feSpecularLighting element.
 class SVGFESpotLightElement
          The SVGFESpotLightElement interface corresponds to the feSpotLight element.
 class SVGFETileElement
          The SVGFETileElement interface corresponds to the feTile element.
 class SVGFETurbulenceElement
          The SVGFETurbulenceElement interface corresponds to the feTurbulence element.
 class SVGFilterElement
          The SVGFilterElement interface corresponds to the filter element.
 class SVGFontElement
          The SVGFontElement interface corresponds to the font element.
 class SVGFontFaceElement
          The SVGFontFaceElement interface corresponds to the font-face element.
 class SVGFontFaceFormatElement
          The SVGFontFaceFormatElement interface corresponds to the font-face-format element.
 class SVGFontFaceNameElement
          The SVGFontFaceNameElement interface corresponds to the font-face-name element.
 class SVGFontFaceSrcElement
          The SVGFontFaceSrcElement interface corresponds to the font-face-src element.
 class SVGFontFaceUriElement
          The SVGFontFaceUriElement interface corresponds to the font-face-uri element.
 class SVGForeignObjectElement
          The SVGForeignObjectElement interface corresponds to the foreignObject element.
 class SVGGElement
          The SVGSVGElement interface corresponds to the g element.
 class SVGGlyphElement
          The SVGGlyphElement interface corresponds to the glyph element.
 class SVGGlyphRefElement
          The SVGGlyphRefElement interface corresponds to the glyphRef element.
 class SVGGradientElement
          The SVGGradientElement interface is a base interface used by SVGLinearGradientElement and SVGRadialGradientElement.
 class SVGHKernElement
          The SVGHKernElement interface corresponds to the hkern element.
 class SVGImageElement
          The SVGImageElement interface corresponds to the image element.
 class SVGLinearGradientElement
          The SVGLinearGradientElement interface corresponds to the linearGradient element.
 class SVGLineElement
          The SVGLineElement interface corresponds to the line element.
 class SVGMarkerElement
          The SVGMarkerElement interface corresponds to the marker element.
 class SVGMaskElement
          The SVGMaskElement interface corresponds to the mask element.
 class SVGMetadataElement
          The SVGMetadataElement interface corresponds to the metadata element.
 class SVGMissingGlyphElement
          The SVGMissingGlyphElement interface corresponds to the missing-glyph element.
 class SVGMPathElement
          The SVGMPathElement interface corresponds to the mpath element.
 class SVGPathElement
          The SVGPathElement interface corresponds to the path element.
 class SVGPatternElement
          The SVGPatternElement interface corresponds to the pattern element.
 class SVGPolygonElement
          The SVGPolygonElement interface corresponds to the polygon element.
 class SVGPolylineElement
          The SVGPolylineElement interface corresponds to the polyline element.
 class SVGRadialGradientElement
          The SVGRadialGradientElement interface corresponds to the radialGradient element.
 class SVGRectElement
          The SVGRectElement interface corresponds to the rect element.
 class SVGScriptElement
          The SVGScriptElement interface corresponds to the script element.
 class SVGSetElement
          The SVGSetElement interface corresponds to the set element.
 class SVGStopElement
          The SVGStopElement interface corresponds to the stop element.
 class SVGStyleElement
          The SVGStyleElement interface corresponds to the style element.
 class SVGSVGElement
          A key interface definition is the SVGSVGElement interface, which is the interface that corresponds to the svg element.
 class SVGSwitchElement
          The SVGSwitchElement interface corresponds to the switch element.
 class SVGSymbolElement
          The SVGSymbolElement interface corresponds to the symbol element.
 class SVGTextContentElement
          The SVGTextContentElement is inherited by various text-related interfaces, such as SVGTextElement, SVGTSpanElement, SVGTRefElement, SVGAltGlyphElement and SVGTextPathElement.
 class SVGTextElement
          The SVGTextElement interface corresponds to the text element.
 class SVGTextPathElement
          The SVGTextPathElement interface corresponds to the textPath element.
 class SVGTextPositioningElement
          The SVGTextPositioningElement interface is inherited by text-related interfaces: SVGTextElement, SVGTSpanElement, SVGTRefElement and SVGAltGlyphElement.
 class SVGTitleElement
          The SVGTitleElement interface corresponds to the title element.
 class SVGTRefElement
          The SVGTRefElement interface corresponds to the tref element.
 class SVGTSpanElement
          The SVGTSpanElement interface corresponds to the tspan element.
 class SVGUseElement
          The SVGUseElement interface corresponds to the use element.
 class SVGViewElement
          The SVGAElement interface corresponds to the view element.
 class SVGVKernElement
          The SVGVKernElement interface corresponds to the vkern element.
 

Methods in org.vectomatic.dom.svg.impl that return SVGElement
 SVGElement SVGTextElement.getFarthestViewportElement()
          The farthest ancestor svg element.
 SVGElement SVGForeignObjectElement.getFarthestViewportElement()
          The farthest ancestor svg element.
 SVGElement SVGClipPathElement.getFarthestViewportElement()
          The farthest ancestor svg element.
 SVGElement SVGPolygonElement.getFarthestViewportElement()
          The farthest ancestor svg element.
 SVGElement SVGPolylineElement.getFarthestViewportElement()
          The farthest ancestor svg element.
 SVGElement SVGLineElement.getFarthestViewportElement()
          The farthest ancestor svg element.
 SVGElement SVGEllipseElement.getFarthestViewportElement()
          The farthest ancestor svg element.
 SVGElement SVGCircleElement.getFarthestViewportElement()
          The farthest ancestor svg element.
 SVGElement SVGRectElement.getFarthestViewportElement()
          The farthest ancestor svg element.
 SVGElement SVGPathElement.getFarthestViewportElement()
          The farthest ancestor svg element.
 SVGElement SVGSwitchElement.getFarthestViewportElement()
          The farthest ancestor svg element.
 SVGElement SVGImageElement.getFarthestViewportElement()
          The farthest ancestor svg element.
 SVGElement SVGUseElement.getFarthestViewportElement()
          The farthest ancestor svg element.
 SVGElement SVGDefsElement.getFarthestViewportElement()
          The farthest ancestor svg element.
 SVGElement SVGGElement.getFarthestViewportElement()
          The farthest ancestor svg element.
 SVGElement SVGAElement.getFarthestViewportElement()
          The farthest ancestor svg element.
 SVGElement SVGSVGElement.getFarthestViewportElement()
          The farthest ancestor svg element.
 SVGElement SVGTextElement.getNearestViewportElement()
          The element which established the current viewport.
 SVGElement SVGForeignObjectElement.getNearestViewportElement()
          The element which established the current viewport.
 SVGElement SVGClipPathElement.getNearestViewportElement()
          The element which established the current viewport.
 SVGElement SVGPolygonElement.getNearestViewportElement()
          The element which established the current viewport.
 SVGElement SVGPolylineElement.getNearestViewportElement()
          The element which established the current viewport.
 SVGElement SVGLineElement.getNearestViewportElement()
          The element which established the current viewport.
 SVGElement SVGEllipseElement.getNearestViewportElement()
          The element which established the current viewport.
 SVGElement SVGCircleElement.getNearestViewportElement()
          The element which established the current viewport.
 SVGElement SVGRectElement.getNearestViewportElement()
          The element which established the current viewport.
 SVGElement SVGPathElement.getNearestViewportElement()
          The element which established the current viewport.
 SVGElement SVGSwitchElement.getNearestViewportElement()
          The element which established the current viewport.
 SVGElement SVGImageElement.getNearestViewportElement()
          The element which established the current viewport.
 SVGElement SVGUseElement.getNearestViewportElement()
          The element which established the current viewport.
 SVGElement SVGDefsElement.getNearestViewportElement()
          The element which established the current viewport.
 SVGElement SVGGElement.getNearestViewportElement()
          The element which established the current viewport.
 SVGElement SVGAElement.getNearestViewportElement()
          The element which established the current viewport.
 SVGElement SVGSVGElement.getNearestViewportElement()
          The element which established the current viewport.
 SVGElement SVGAnimationElement.getTargetElement()
          The element which is being animated.
 SVGElement SVGElement.getViewportElement()
          The element which established the current viewport.
 

Methods in org.vectomatic.dom.svg.impl with parameters of type SVGElement
 boolean SVGSVGElement.checkEnclosure(SVGElement element, OMSVGRect rect)
          Returns true if the rendered content of the given element is entirely contained within the supplied rectangle.
 boolean SVGSVGElement.checkIntersection(SVGElement element, OMSVGRect rect)
          Returns true if the rendered content of the given element intersects the supplied rectangle.
 com.google.gwt.dom.client.NodeList<? extends com.google.gwt.dom.client.Node> SVGSVGElement.getEnclosureList(OMSVGRect rect, SVGElement referenceElement)
          Returns the list of graphics elements whose rendered content is entirely contained within the supplied rectangle.
 com.google.gwt.dom.client.NodeList<? extends com.google.gwt.dom.client.Node> SVGSVGElement.getIntersectionList(OMSVGRect rect, SVGElement referenceElement)
          Returns the list of graphics elements whose rendered content intersects the supplied rectangle.
 OMSVGMatrix SVGTextElement.getTransformToElement(SVGElement element)
          Returns the transformation matrix from the user coordinate system on the current element (after application of the transform attribute, if any) to the user coordinate system on parameter element (after application of its transform attribute, if any).
 OMSVGMatrix SVGForeignObjectElement.getTransformToElement(SVGElement element)
          Returns the transformation matrix from the user coordinate system on the current element (after application of the transform attribute, if any) to the user coordinate system on parameter element (after application of its transform attribute, if any).
 OMSVGMatrix SVGClipPathElement.getTransformToElement(SVGElement element)
          Returns the transformation matrix from the user coordinate system on the current element (after application of the transform attribute, if any) to the user coordinate system on parameter element (after application of its transform attribute, if any).
 OMSVGMatrix SVGPolygonElement.getTransformToElement(SVGElement element)
          Returns the transformation matrix from the user coordinate system on the current element (after application of the transform attribute, if any) to the user coordinate system on parameter element (after application of its transform attribute, if any).
 OMSVGMatrix SVGPolylineElement.getTransformToElement(SVGElement element)
          Returns the transformation matrix from the user coordinate system on the current element (after application of the transform attribute, if any) to the user coordinate system on parameter element (after application of its transform attribute, if any).
 OMSVGMatrix SVGLineElement.getTransformToElement(SVGElement element)
          Returns the transformation matrix from the user coordinate system on the current element (after application of the transform attribute, if any) to the user coordinate system on parameter element (after application of its transform attribute, if any).
 OMSVGMatrix SVGEllipseElement.getTransformToElement(SVGElement element)
          Returns the transformation matrix from the user coordinate system on the current element (after application of the transform attribute, if any) to the user coordinate system on parameter element (after application of its transform attribute, if any).
 OMSVGMatrix SVGCircleElement.getTransformToElement(SVGElement element)
          Returns the transformation matrix from the user coordinate system on the current element (after application of the transform attribute, if any) to the user coordinate system on parameter element (after application of its transform attribute, if any).
 OMSVGMatrix SVGRectElement.getTransformToElement(SVGElement element)
          Returns the transformation matrix from the user coordinate system on the current element (after application of the transform attribute, if any) to the user coordinate system on parameter element (after application of its transform attribute, if any).
 OMSVGMatrix SVGPathElement.getTransformToElement(SVGElement element)
          Returns the transformation matrix from the user coordinate system on the current element (after application of the transform attribute, if any) to the user coordinate system on parameter element (after application of its transform attribute, if any).
 OMSVGMatrix SVGSwitchElement.getTransformToElement(SVGElement element)
          Returns the transformation matrix from the user coordinate system on the current element (after application of the transform attribute, if any) to the user coordinate system on parameter element (after application of its transform attribute, if any).
 OMSVGMatrix SVGImageElement.getTransformToElement(SVGElement element)
          Returns the transformation matrix from the user coordinate system on the current element (after application of the transform attribute, if any) to the user coordinate system on parameter element (after application of its transform attribute, if any).
 OMSVGMatrix SVGUseElement.getTransformToElement(SVGElement element)
          Returns the transformation matrix from the user coordinate system on the current element (after application of the transform attribute, if any) to the user coordinate system on parameter element (after application of its transform attribute, if any).
 OMSVGMatrix SVGDefsElement.getTransformToElement(SVGElement element)
          Returns the transformation matrix from the user coordinate system on the current element (after application of the transform attribute, if any) to the user coordinate system on parameter element (after application of its transform attribute, if any).
 OMSVGMatrix SVGGElement.getTransformToElement(SVGElement element)
          Returns the transformation matrix from the user coordinate system on the current element (after application of the transform attribute, if any) to the user coordinate system on parameter element (after application of its transform attribute, if any).
 OMSVGMatrix SVGAElement.getTransformToElement(SVGElement element)
          Returns the transformation matrix from the user coordinate system on the current element (after application of the transform attribute, if any) to the user coordinate system on parameter element (after application of its transform attribute, if any).
 OMSVGMatrix SVGSVGElement.getTransformToElement(SVGElement element)
          Returns the transformation matrix from the user coordinate system on the current element (after application of the transform attribute, if any) to the user coordinate system on parameter element (after application of its transform attribute, if any).
 



Copyright © 2012. All Rights Reserved.