Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
OMSVGSVGElement |
OMSVGDocument.createSVGSVGElement() |
OMSVGSVGElement |
OMSVGElement.getOwnerSVGElement()
The nearest ancestor svg element.
|
OMSVGSVGElement |
OMSVGDocument.getRootElement()
The root svg in the document hierarchy.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected OMSVGSVGElement |
SVGImage.svgElement |
protected OMSVGSVGElement |
SVGButtonBase.svgElement
The
OMSVGSVGElement representing
this button |
Modifier and Type | Method and Description |
---|---|
OMSVGSVGElement |
SVGResource.getSvg()
Returns the root element of the SVG resource
|
OMSVGSVGElement |
SVGImage.getSvgElement() |
OMSVGSVGElement |
SVGButtonBase.getSvgElement()
Returns the SVG element defining the button
|
Modifier and Type | Method and Description |
---|---|
void |
SVGImage.setSvgElement(OMSVGSVGElement svgElement) |
void |
SVGButtonBase.setSvgElement(OMSVGSVGElement svgElement)
Sets the SVG element defining the button
|
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
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 © 2018. All Rights Reserved.