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

Packages that use OMSVGSVGElement
org.vectomatic.dom.svg Wrapper classes representing the bulk of libgwtsvg public API. 
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 OMSVGSVGElement in org.vectomatic.dom.svg
 

Methods in org.vectomatic.dom.svg that return OMSVGSVGElement
 OMSVGSVGElement OMSVGDocument.createSVGSVGElement()
           
 OMSVGSVGElement OMSVGElement.getOwnerSVGElement()
          The nearest ancestor svg element.
 OMSVGSVGElement OMSVGDocument.getRootElement()
          The root svg in the document hierarchy.
 

Methods in org.vectomatic.dom.svg with parameters of type OMSVGSVGElement
 OMSVGNumber OMSVGNumberList.appendItem(OMSVGSVGElement svg, float value)
          Inserts a new value at the end of the list.
 OMSVGNumber[] OMSVGNumberList.appendItems(OMSVGSVGElement svg, float[] values)
          Inserts an array of values at the end of the list.
 OMSVGNumber OMSVGNumberList.insertItemBefore(OMSVGSVGElement svg, float value, int index)
          Inserts a new value into the list at the specified position.
 OMSVGNumber OMSVGNumberList.replaceItem(OMSVGSVGElement svg, float value, int index)
          Replaces an existing value in the list with a new value.
 

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

Fields in org.vectomatic.dom.svg.ui declared as OMSVGSVGElement
protected  OMSVGSVGElement SVGImage.svgElement
           
protected  OMSVGSVGElement SVGButtonBase.svgElement
          The OMSVGSVGElement representing this button
 

Methods in org.vectomatic.dom.svg.ui that return OMSVGSVGElement
 OMSVGSVGElement SVGResource.getSvg()
          Returns the root element of the SVG resource
 OMSVGSVGElement SVGImage.getSvgElement()
           
 OMSVGSVGElement SVGButtonBase.getSvgElement()
          Returns the SVG element defining the button
 

Methods in org.vectomatic.dom.svg.ui with parameters of type OMSVGSVGElement
 void SVGImage.setSvgElement(OMSVGSVGElement svgElement)
           
 void SVGButtonBase.setSvgElement(OMSVGSVGElement svgElement)
          Sets the SVG element defining the button
 

Constructors in org.vectomatic.dom.svg.ui with parameters of type OMSVGSVGElement
SVGButtonBase(OMSVGSVGElement svgElement, Map<SVGButtonBase.SVGFaceName,SVGButtonBase.SVGFace> faces)
          Constructor
SVGImage(OMSVGSVGElement svgElement)
           
SVGPushButton(OMSVGSVGElement svgElement, Map<SVGButtonBase.SVGFaceName,SVGButtonBase.SVGFace> faces)
           
SVGToggleButton(OMSVGSVGElement svgElement, Map<SVGButtonBase.SVGFaceName,SVGButtonBase.SVGFace> faces)
           
 

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

Methods in org.vectomatic.dom.svg.utils that return OMSVGSVGElement
static OMSVGSVGElement OMSVGParser.parse(String rawSvg)
          Parses the supplied SVG text into a document.
static OMSVGSVGElement OMSVGParser.parse(String rawSvg, boolean enableScripts)
          Parses the supplied SVG text into a document
 



Copyright © 2012. All Rights Reserved.