Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
OMSVGLength |
OMSVGLengthList.appendItem(OMSVGLength newItem)
Inserts a new item at the end of the list.
|
OMSVGLength |
OMSVGSVGElement.createSVGLength()
Creates an
OMSVGLength object outside of
any document trees. |
OMSVGLength |
OMSVGSVGElement.createSVGLength(OMSVGLength l)
Creates an
OMSVGLength object outside of
any document trees. |
OMSVGLength |
OMSVGSVGElement.createSVGLength(short unitType,
float valueInSpecifiedUnits)
Creates an
OMSVGLength object outside of
any document trees. |
OMSVGLength |
OMSVGSVGElement.createSVGLength(com.google.gwt.dom.client.Style.Unit unitType,
float valueInSpecifiedUnits)
Creates an
OMSVGLength object outside of
any document trees. |
OMSVGLength |
OMSVGAnimatedLength.getAnimVal()
A read only
OMSVGLength
representing the current animated value of the given attribute. |
OMSVGLength |
OMSVGAnimatedLength.getBaseVal()
The base value of the given attribute before applying any animations.
|
OMSVGLength |
OMSVGLengthList.getItem(int index)
Returns the specified item from the list.
|
OMSVGLength |
OMSVGLengthList.initialize(OMSVGLength newItem)
Clears all existing current items from the list and re-initializes the
list to hold the single item specified by the parameter.
|
OMSVGLength |
OMSVGLengthList.insertItemBefore(OMSVGLength newItem,
int index)
Inserts a new item into the list at the specified position.
|
OMSVGLength |
OMSVGLengthList.removeItem(int index)
Removes an existing item from the list.
|
OMSVGLength |
OMSVGLengthList.replaceItem(OMSVGLength newItem,
int index)
Replaces an existing item in the list with a new item.
|
Modifier and Type | Method and Description |
---|---|
Iterator<OMSVGLength> |
OMSVGLengthList.iterator()
Returns an iterator over the
OMSVGLength
elements in this list in proper sequence. |
Modifier and Type | Method and Description |
---|---|
OMSVGLength |
OMSVGLengthList.appendItem(OMSVGLength newItem)
Inserts a new item at the end of the list.
|
OMSVGLength |
OMSVGSVGElement.createSVGLength(OMSVGLength l)
Creates an
OMSVGLength object outside of
any document trees. |
OMSVGLength |
OMSVGLengthList.initialize(OMSVGLength newItem)
Clears all existing current items from the list and re-initializes the
list to hold the single item specified by the parameter.
|
OMSVGLength |
OMSVGLengthList.insertItemBefore(OMSVGLength newItem,
int index)
Inserts a new item into the list at the specified position.
|
OMSVGLength |
OMSVGLengthList.replaceItem(OMSVGLength newItem,
int index)
Replaces an existing item in the list with a new item.
|
Modifier and Type | Method and Description |
---|---|
OMSVGLength |
SVGSVGElement.createSVGLength()
Creates an
OMSVGLength object outside of
any document trees. |
Copyright © 2018. All Rights Reserved.