Uses of Class
org.vectomatic.dom.svg.OMSVGElement

Packages that use OMSVGElement
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. 
org.vectomatic.dom.svg.itf Interfaces for polymorphic operations on SVG classes. 
org.vectomatic.dom.svg.utils Utility classes which are part of libgwtsvg public API. 
 

Uses of OMSVGElement in org.vectomatic.dom.svg
 

Subclasses of OMSVGElement in org.vectomatic.dom.svg
 class OMSVGAElement
          The OMSVGAElement interface corresponds to the a element.
 class OMSVGAltGlyphDefElement
          The OMSVGAltGlyphDefElement interface corresponds to the altGlyphDef element.
 class OMSVGAltGlyphElement
          The OMSVGAltGlyphElement interface corresponds to the altGlyph element.
 class OMSVGAltGlyphItemElement
          The OMSVGAltGlyphItemElement interface corresponds to the altGlyphItem element.
 class OMSVGAnimateColorElement
          The OMSVGAnimateColorElement interface corresponds to the animateColor element.
 class OMSVGAnimateElement
          The OMSVGAnimateElement interface corresponds to the animate element.
 class OMSVGAnimateMotionElement
          The OMSVGAnimateMotionElement interface corresponds to the animateMotion element.
 class OMSVGAnimateTransformElement
          The OMSVGAnimateTransformElement interface corresponds to the animateTransform element.
 class OMSVGAnimationElement
          The OMSVGAnimationElement interface is the base interface for all of the animation element interfaces: OMSVGAnimateElement, OMSVGSetElement, OMSVGAnimateColorElement, OMSVGAnimateMotionElement and OMSVGAnimateTransformElement.
 class OMSVGCircleElement
          The OMSVGCircleElement interface corresponds to the circle element.
 class OMSVGClipPathElement
          The OMSVGClipPathElement interface corresponds to the clipPath element.
 class OMSVGColorProfileElement
          The OMSVGColorProfileElement interface corresponds to the color-profile element.
 class OMSVGComponentTransferFunctionElement
          This interface defines a base interface used by the component transfer function interfaces.
 class OMSVGCursorElement
          The OMSVGCursorElement interface corresponds to the cursor element.
 class OMSVGDefsElement
          The OMSVGDefsElement interface corresponds to the defs element.
 class OMSVGDescElement
          The OMSVGDescElement interface corresponds to the desc element.
 class OMSVGEllipseElement
          The OMSVGEllipseElement interface corresponds to the ellipse element.
 class OMSVGFEBlendElement
          The OMSVGFEBlendElement interface corresponds to the feBlend element.
 class OMSVGFEColorMatrixElement
          The OMSVGFEColorMatrixElement interface corresponds to the feColorMatrix element.
 class OMSVGFEComponentTransferElement
          The OMSVGFEComponentTransferElement interface corresponds to the feComponentTransfer element.
 class OMSVGFECompositeElement
          The OMSVGFECompositeElement interface corresponds to the feComposite element.
 class OMSVGFEConvolveMatrixElement
          The OMSVGFEConvolveMatrixElement interface corresponds to the feConvolveMatrix element.
 class OMSVGFEDiffuseLightingElement
          The OMSVGFEDiffuseLightingElement interface corresponds to the feDiffuseLighting element.
 class OMSVGFEDisplacementMapElement
          The OMSVGFEDisplacementMapElement interface corresponds to the feDisplacementMap element.
 class OMSVGFEDistantLightElement
          The OMSVGFEDistantLightElement interface corresponds to the feDistantLight element.
 class OMSVGFEFloodElement
          The OMSVGFEFloodElement interface corresponds to the feFlood element.
 class OMSVGFEFuncAElement
          The OMSVGFEFuncAElement interface corresponds to the feFuncA element.
 class OMSVGFEFuncBElement
          The OMSVGFEFuncBElement interface corresponds to the feFuncB element.
 class OMSVGFEFuncGElement
          The OMSVGFEFuncRElement interface corresponds to the feFuncG element.
 class OMSVGFEFuncRElement
          The OMSVGFEFuncRElement interface corresponds to the feFuncR element.
 class OMSVGFEGaussianBlurElement
          The OMSVGFEGaussianBlurElement interface corresponds to the feGaussianBlur element.
 class OMSVGFEImageElement
          The OMSVGFEImageElement interface corresponds to the feImage element.
 class OMSVGFEMergeElement
          The OMSVGFEMergeElement interface corresponds to the feMerge element.
 class OMSVGFEMergeNodeElement
          The OMSVGFEMergeNodeElement interface corresponds to the feMergeNode element.
 class OMSVGFEMorphologyElement
          The OMSVGFEMorphologyElement interface corresponds to the feMorphology element.
 class OMSVGFEOffsetElement
          The OMSVGFEOffsetElement interface corresponds to the feOffset element.
 class OMSVGFEPointLightElement
          The OMSVGFEPointLightElement interface corresponds to the fePointLight element.
 class OMSVGFESpecularLightingElement
          The OMSVGFESpecularLightingElement interface corresponds to the feSpecularLighting element.
 class OMSVGFESpotLightElement
          The OMSVGFESpotLightElement interface corresponds to the feSpotLight element.
 class OMSVGFETileElement
          The OMSVGFETileElement interface corresponds to the feTile element.
 class OMSVGFETurbulenceElement
          The OMSVGFETurbulenceElement interface corresponds to the feTurbulence element.
 class OMSVGFilterElement
          The OMSVGFilterElement interface corresponds to the filter element.
 class OMSVGFontElement
          The OMSVGFontElement interface corresponds to the font element.
 class OMSVGFontFaceElement
          The OMSVGFontFaceElement interface corresponds to the font-face element.
 class OMSVGFontFaceFormatElement
          The OMSVGFontFaceFormatElement interface corresponds to the font-face-format element.
 class OMSVGFontFaceNameElement
          The OMSVGFontFaceNameElement interface corresponds to the font-face-name element.
 class OMSVGFontFaceSrcElement
          The OMSVGFontFaceSrcElement interface corresponds to the font-face-src element.
 class OMSVGFontFaceUriElement
          The OMSVGFontFaceUriElement interface corresponds to the font-face-uri element.
 class OMSVGForeignObjectElement
          The OMSVGForeignObjectElement interface corresponds to the foreignObject element.
 class OMSVGGElement
          The OMSVGSVGElement interface corresponds to the g element.
 class OMSVGGlyphElement
          The OMSVGGlyphElement interface corresponds to the glyph element.
 class OMSVGGlyphRefElement
          The OMSVGGlyphRefElement interface corresponds to the glyphRef element.
 class OMSVGGradientElement
          The OMSVGGradientElement interface is a base interface used by OMSVGLinearGradientElement and OMSVGRadialGradientElement.
 class OMSVGHKernElement
          The OMSVGHKernElement interface corresponds to the hkern element.
 class OMSVGImageElement
          The OMSVGImageElement interface corresponds to the image element.
 class OMSVGLinearGradientElement
          The OMSVGLinearGradientElement interface corresponds to the linearGradient element.
 class OMSVGLineElement
          The OMSVGLineElement interface corresponds to the line element.
 class OMSVGMarkerElement
          The OMSVGMarkerElement interface corresponds to the marker element.
 class OMSVGMaskElement
          The OMSVGMaskElement interface corresponds to the mask element.
 class OMSVGMetadataElement
          The OMSVGMetadataElement interface corresponds to the metadata element.
 class OMSVGMissingGlyphElement
          The OMSVGMissingGlyphElement interface corresponds to the missing-glyph element.
 class OMSVGMPathElement
          The OMSVGMPathElement interface corresponds to the mpath element.
 class OMSVGPathElement
          The OMSVGPathElement interface corresponds to the path element.
 class OMSVGPatternElement
          The OMSVGPatternElement interface corresponds to the pattern element.
 class OMSVGPolygonElement
          The OMSVGPolygonElement interface corresponds to the polygon element.
 class OMSVGPolylineElement
          The OMSVGPolylineElement interface corresponds to the polyline element.
 class OMSVGRadialGradientElement
          The OMSVGRadialGradientElement interface corresponds to the radialGradient element.
 class OMSVGRectElement
          The OMSVGRectElement interface corresponds to the rect element.
 class OMSVGScriptElement
          The OMSVGScriptElement interface corresponds to the script element.
 class OMSVGSetElement
          The OMSVGSetElement interface corresponds to the set element.
 class OMSVGStopElement
          The OMSVGStopElement interface corresponds to the stop element.
 class OMSVGStyleElement
          The OMSVGStyleElement interface corresponds to the style element.
 class OMSVGSVGElement
          A key interface definition is the OMSVGSVGElement interface, which is the interface that corresponds to the svg element.
 class OMSVGSwitchElement
          The OMSVGSwitchElement interface corresponds to the switch element.
 class OMSVGSymbolElement
          The OMSVGSymbolElement interface corresponds to the symbol element.
 class OMSVGTextContentElement
          The OMSVGTextContentElement is inherited by various text-related interfaces, such as OMSVGTextElement, OMSVGTSpanElement, OMSVGTRefElement, OMSVGAltGlyphElement and OMSVGTextPathElement.
 class OMSVGTextElement
          The OMSVGTextElement interface corresponds to the text element.
 class OMSVGTextPathElement
          The OMSVGTextPathElement interface corresponds to the textPath element.
 class OMSVGTextPositioningElement
          The OMSVGTextPositioningElement interface is inherited by text-related interfaces: OMSVGTextElement, OMSVGTSpanElement, OMSVGTRefElement and OMSVGAltGlyphElement.
 class OMSVGTitleElement
          The OMSVGTitleElement interface corresponds to the title element.
 class OMSVGTRefElement
          The OMSVGTRefElement interface corresponds to the tref element.
 class OMSVGTSpanElement
          The OMSVGTSpanElement interface corresponds to the tspan element.
 class OMSVGUseElement
          The OMSVGUseElement interface corresponds to the use element.
 class OMSVGViewElement
          The OMSVGAElement interface corresponds to the view element.
 class OMSVGVKernElement
          The OMSVGVKernElement interface corresponds to the vkern element.
 

Methods in org.vectomatic.dom.svg that return OMSVGElement
 OMSVGElement OMSVGElementInstance.getCorrespondingElement()
          The corresponding element to which this object is an instance.
 OMSVGElement OMSVGForeignObjectElement.getFarthestViewportElement()
          The farthest ancestor svg element.
 OMSVGElement OMSVGAElement.getFarthestViewportElement()
          The farthest ancestor svg element.
 OMSVGElement OMSVGClipPathElement.getFarthestViewportElement()
          The farthest ancestor svg element.
 OMSVGElement OMSVGTextElement.getFarthestViewportElement()
          The farthest ancestor svg element.
 OMSVGElement OMSVGPolygonElement.getFarthestViewportElement()
          The farthest ancestor svg element.
 OMSVGElement OMSVGPolylineElement.getFarthestViewportElement()
          The farthest ancestor svg element.
 OMSVGElement OMSVGLineElement.getFarthestViewportElement()
          The farthest ancestor svg element.
 OMSVGElement OMSVGEllipseElement.getFarthestViewportElement()
          The farthest ancestor svg element.
 OMSVGElement OMSVGCircleElement.getFarthestViewportElement()
          The farthest ancestor svg element.
 OMSVGElement OMSVGRectElement.getFarthestViewportElement()
          The farthest ancestor svg element.
 OMSVGElement OMSVGPathElement.getFarthestViewportElement()
          The farthest ancestor svg element.
 OMSVGElement OMSVGSwitchElement.getFarthestViewportElement()
          The farthest ancestor svg element.
 OMSVGElement OMSVGImageElement.getFarthestViewportElement()
          The farthest ancestor svg element.
 OMSVGElement OMSVGUseElement.getFarthestViewportElement()
          The farthest ancestor svg element.
 OMSVGElement OMSVGDefsElement.getFarthestViewportElement()
          The farthest ancestor svg element.
 OMSVGElement OMSVGGElement.getFarthestViewportElement()
          The farthest ancestor svg element.
 OMSVGElement OMSVGSVGElement.getFarthestViewportElement()
          The farthest ancestor svg element.
 OMSVGElement OMSVGForeignObjectElement.getNearestViewportElement()
          The element which established the current viewport.
 OMSVGElement OMSVGAElement.getNearestViewportElement()
          The element which established the current viewport.
 OMSVGElement OMSVGClipPathElement.getNearestViewportElement()
          The element which established the current viewport.
 OMSVGElement OMSVGTextElement.getNearestViewportElement()
          The element which established the current viewport.
 OMSVGElement OMSVGPolygonElement.getNearestViewportElement()
          The element which established the current viewport.
 OMSVGElement OMSVGPolylineElement.getNearestViewportElement()
          The element which established the current viewport.
 OMSVGElement OMSVGLineElement.getNearestViewportElement()
          The element which established the current viewport.
 OMSVGElement OMSVGEllipseElement.getNearestViewportElement()
          The element which established the current viewport.
 OMSVGElement OMSVGCircleElement.getNearestViewportElement()
          The element which established the current viewport.
 OMSVGElement OMSVGRectElement.getNearestViewportElement()
          The element which established the current viewport.
 OMSVGElement OMSVGPathElement.getNearestViewportElement()
          The element which established the current viewport.
 OMSVGElement OMSVGSwitchElement.getNearestViewportElement()
          The element which established the current viewport.
 OMSVGElement OMSVGImageElement.getNearestViewportElement()
          The element which established the current viewport.
 OMSVGElement OMSVGUseElement.getNearestViewportElement()
          The element which established the current viewport.
 OMSVGElement OMSVGDefsElement.getNearestViewportElement()
          The element which established the current viewport.
 OMSVGElement OMSVGGElement.getNearestViewportElement()
          The element which established the current viewport.
 OMSVGElement OMSVGSVGElement.getNearestViewportElement()
          The element which established the current viewport.
 OMSVGElement OMSVGAnimationElement.getTargetElement()
          The element which is being animated.
 OMSVGElement OMSVGElement.getViewportElement()
          The element which established the current viewport.
 

Methods in org.vectomatic.dom.svg with parameters of type OMSVGElement
 boolean OMSVGSVGElement.checkEnclosure(OMSVGElement element, OMSVGRect rect)
          Returns true if the rendered content of the given element is entirely contained within the supplied rectangle.
 boolean OMSVGSVGElement.checkIntersection(OMSVGElement 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> OMSVGSVGElement.getEnclosureList(OMSVGRect rect, OMSVGElement 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> OMSVGSVGElement.getIntersectionList(OMSVGRect rect, OMSVGElement referenceElement)
          Returns the list of graphics elements whose rendered content intersects the supplied rectangle.
 OMSVGMatrix OMSVGForeignObjectElement.getTransformToElement(OMSVGElement 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 OMSVGAElement.getTransformToElement(OMSVGElement 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 OMSVGClipPathElement.getTransformToElement(OMSVGElement 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 OMSVGTextElement.getTransformToElement(OMSVGElement 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 OMSVGPolygonElement.getTransformToElement(OMSVGElement 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 OMSVGPolylineElement.getTransformToElement(OMSVGElement 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 OMSVGLineElement.getTransformToElement(OMSVGElement 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 OMSVGEllipseElement.getTransformToElement(OMSVGElement 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 OMSVGCircleElement.getTransformToElement(OMSVGElement 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 OMSVGRectElement.getTransformToElement(OMSVGElement 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 OMSVGPathElement.getTransformToElement(OMSVGElement 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 OMSVGSwitchElement.getTransformToElement(OMSVGElement 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 OMSVGImageElement.getTransformToElement(OMSVGElement 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 OMSVGUseElement.getTransformToElement(OMSVGElement 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 OMSVGDefsElement.getTransformToElement(OMSVGElement 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 OMSVGGElement.getTransformToElement(OMSVGElement 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 OMSVGSVGElement.getTransformToElement(OMSVGElement 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).
 

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

Fields in org.vectomatic.dom.svg.impl declared as OMSVGElement
protected  OMSVGElement DOMHelperImpl.captureElt
           
 

Methods in org.vectomatic.dom.svg.impl that return OMSVGElement
 OMSVGElement DOMHelperImpl.getCaptureElement()
          Returns the element which currently captures all the events after a call to DOMHelperImpl.setCaptureElement(OMSVGElement, LoseCaptureHandler) or null if element is set to capture events
 

Methods in org.vectomatic.dom.svg.impl with parameters of type OMSVGElement
 com.google.gwt.event.shared.HandlerRegistration DOMHelperImpl.setCaptureElement(OMSVGElement captureElt, com.google.gwt.event.dom.client.LoseCaptureHandler loseCaptureHandler)
          Makes the specified element capture all the events, until a call to DOMHelperImpl.releaseCaptureElement() terminates the capture
 

Uses of OMSVGElement in org.vectomatic.dom.svg.itf
 

Methods in org.vectomatic.dom.svg.itf that return OMSVGElement
 OMSVGElement ISVGLocatable.getFarthestViewportElement()
          The farthest ancestor svg element.
 OMSVGElement ISVGLocatable.getNearestViewportElement()
          The element which established the current viewport.
 OMSVGElement ISVGViewSpec.getViewTarget()
          Corresponds to the viewTarget setting on the SVG View Specification.
 

Methods in org.vectomatic.dom.svg.itf with parameters of type OMSVGElement
 OMSVGMatrix ISVGLocatable.getTransformToElement(OMSVGElement 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).
 

Uses of OMSVGElement in org.vectomatic.dom.svg.utils
 

Methods in org.vectomatic.dom.svg.utils that return OMSVGElement
static OMSVGElement DOMHelper.getCaptureElement()
          Returns the element which currently captures all the events after a call to DOMHelper.setCaptureElement(OMSVGElement, LoseCaptureHandler) or null if element is set to capture events
 

Methods in org.vectomatic.dom.svg.utils with parameters of type OMSVGElement
static com.google.gwt.event.shared.HandlerRegistration DOMHelper.setCaptureElement(OMSVGElement element, com.google.gwt.event.dom.client.LoseCaptureHandler loseCaptureHandler)
          Makes the specified element capture all the events, until a call to DOMHelper.releaseCaptureElement() terminates the capture
 



Copyright © 2012. All Rights Reserved.