|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OMSVGLength | |
---|---|
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. |
Uses of OMSVGLength in org.vectomatic.dom.svg |
---|
Methods in org.vectomatic.dom.svg that return OMSVGLength | |
---|---|
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. |
Methods in org.vectomatic.dom.svg that return types with arguments of type OMSVGLength | |
---|---|
Iterator<OMSVGLength> |
OMSVGLengthList.iterator()
Returns an iterator over the OMSVGLength
elements in this list in proper sequence. |
Methods in org.vectomatic.dom.svg with parameters of type OMSVGLength | |
---|---|
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. |
Uses of OMSVGLength in org.vectomatic.dom.svg.impl |
---|
Methods in org.vectomatic.dom.svg.impl that return OMSVGLength | |
---|---|
OMSVGLength |
SVGSVGElement.createSVGLength()
Creates an OMSVGLength object outside of
any document trees. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |