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

Packages that use OMNode
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.ui UI classes which are part of libgwtsvg public API. 
org.vectomatic.dom.svg.utils Utility classes which are part of libgwtsvg public API. 
 

Uses of OMNode in org.vectomatic.dom.svg
 

Classes in org.vectomatic.dom.svg with type parameters of type OMNode
 class OMNamedNodeMap<T extends OMNode>
          Wrapper class for DOM NamedNodeMap
 class OMNodeList<T extends OMNode>
          Wrapper class for DOM NodeList
 

Subclasses of OMNode in org.vectomatic.dom.svg
 class OMAttr
          Wrapper class for DOM Attr
 class OMDocument
          Wrapper class for DOM Document
 class OMElement
          Wrapper class for DOM Element
 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 OMSVGDocument
          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 OMSVGDocument 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.
 class OMSVGElement
          All of the SVG DOM interfaces that correspond directly to elements in the SVG language (such as the OMSVGPathElement interface for the path element) derive from the OMSVGElement interface.
 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.
 class OMText
          Wrapper class for DOM Text
 

Methods in org.vectomatic.dom.svg with type parameters of type OMNode
static
<T extends OMNode>
T
OMNode.convert(com.google.gwt.dom.client.Node obj)
          Returns the wrapper for the specified overlay type node, automatically constructing a new wrapper if the node was previously unwrapped.
static
<T extends Iterable<? extends OMNode>>
T
OMNode.convertList(com.google.gwt.core.client.JavaScriptObject obj)
          Generates a wrapper around an overlay type list
<T extends OMNode>
OMNodeList<T>
OMNode.getChildNodes()
          A OMNodeList that contains all children of this node.
 

Methods in org.vectomatic.dom.svg that return OMNode
 OMNode OMNode.appendChild(OMNode newChild)
          Adds the node newChild to the end of the list of children of this node.
 OMNode OMNode.cloneNode(boolean deep)
          Returns a duplicate of this node, i.e., serves as a generic copy constructor for nodes.
 OMNode OMNode.getFirstChild()
          The first child of this node.
 OMNode OMNode.getLastChild()
          The last child of this node.
 OMNode OMNode.getNextSibling()
          The node immediately following this node.
 OMNode OMNode.getParentNode()
          The parent of this node.
 OMNode OMNode.getPreviousSibling()
          The node immediately preceding this node.
 OMNode OMDocument.importNode(OMNode importedNode, boolean deep)
          Imports a node from another document to this document, without altering or removing the source node from the original document; this method creates a new copy of the source node.
 OMNode OMNode.insertBefore(OMNode newChild, OMNode refChild)
          Inserts the node newChild before the existing child node refChild.
 OMNode OMNode.removeChild(OMNode oldChild)
          Removes the child node indicated by oldChild from the list of children, and returns it.
 OMNode OMNode.replaceChild(OMNode newChild, OMNode oldChild)
          Replaces the child node oldChild with newChild in the list of children, and returns the oldChild node.
 

Methods in org.vectomatic.dom.svg with parameters of type OMNode
 OMNode OMNode.appendChild(OMNode newChild)
          Adds the node newChild to the end of the list of children of this node.
 OMNode OMDocument.importNode(OMNode importedNode, boolean deep)
          Imports a node from another document to this document, without altering or removing the source node from the original document; this method creates a new copy of the source node.
 OMNode OMNode.insertBefore(OMNode newChild, OMNode refChild)
          Inserts the node newChild before the existing child node refChild.
 OMNode OMNode.removeChild(OMNode oldChild)
          Removes the child node indicated by oldChild from the list of children, and returns it.
 OMNode OMNode.replaceChild(OMNode newChild, OMNode oldChild)
          Replaces the child node oldChild with newChild in the list of children, and returns the oldChild node.
 

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

Methods in org.vectomatic.dom.svg.impl with parameters of type OMNode
 void DOMHelperImpl.dispatch(com.google.gwt.dom.client.NativeEvent event, OMNode node, com.google.gwt.dom.client.Element elem)
          Central dispatching function for events emitted by DOM objects
 

Uses of OMNode in org.vectomatic.dom.svg.ui
 

Methods in org.vectomatic.dom.svg.ui that return OMNode
static OMNode SVGWidget.getUiBinderField(com.google.gwt.dom.client.Element svgElement, String expr)
          Method invoked by the UiBinder to retrieve a UiBinder field inside an SVG document
 

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

Methods in org.vectomatic.dom.svg.utils with type parameters of type OMNode
static
<T extends OMNode>
Iterator<T>
DOMHelper.evaluateXPath(OMElement root, String expr, XPathPrefixResolver resolver)
          Evaluates the specified XPath expression and returns a iterator for the selected OMNode node list.
 



Copyright © 2012. All Rights Reserved.