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 |
---|---|
OMSVGNumber |
OMSVGNumberList.appendItem(OMSVGNumber newItem)
Inserts a new item at the end of the list.
|
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 |
OMSVGSVGElement.createSVGNumber()
Creates an
OMSVGNumber object outside of
any document trees. |
OMSVGNumber |
OMSVGSVGElement.createSVGNumber(float value)
Creates an
OMSVGNumber object outside of
any document trees. |
OMSVGNumber |
OMSVGNumberList.getItem(int index)
Returns the specified item from the list.
|
OMSVGNumber |
OMSVGNumberList.initialize(OMSVGNumber newItem)
Clears all existing current items from the list and re-initializes the
list to hold the single item specified by the parameter.
|
OMSVGNumber |
OMSVGNumberList.insertItemBefore(OMSVGNumber newItem,
int index)
Inserts a new item into the list at the specified position.
|
OMSVGNumber |
OMSVGNumberList.insertItemBefore(OMSVGSVGElement svg,
float value,
int index)
Inserts a new value into the list at the specified position.
|
OMSVGNumber |
OMSVGNumberList.removeItem(int index)
Removes an existing item from the list.
|
OMSVGNumber |
OMSVGNumberList.replaceItem(OMSVGNumber newItem,
int index)
Replaces an existing item in the list with a new item.
|
OMSVGNumber |
OMSVGNumberList.replaceItem(OMSVGSVGElement svg,
float value,
int index)
Replaces an existing value in the list with a new value.
|
Modifier and Type | Method and Description |
---|---|
Iterator<OMSVGNumber> |
OMSVGNumberList.iterator()
Returns an iterator over the
OMSVGNumber
elements in this list in proper sequence. |
Modifier and Type | Method and Description |
---|---|
OMSVGNumber |
OMSVGNumberList.appendItem(OMSVGNumber newItem)
Inserts a new item at the end of the list.
|
OMSVGNumber |
OMSVGNumberList.initialize(OMSVGNumber newItem)
Clears all existing current items from the list and re-initializes the
list to hold the single item specified by the parameter.
|
OMSVGNumber |
OMSVGNumberList.insertItemBefore(OMSVGNumber newItem,
int index)
Inserts a new item into the list at the specified position.
|
OMSVGNumber |
OMSVGNumberList.replaceItem(OMSVGNumber newItem,
int index)
Replaces an existing item in the list with a new item.
|
Modifier and Type | Method and Description |
---|---|
OMSVGNumber |
SVGSVGElement.createSVGNumber()
Creates an
OMSVGNumber object outside of
any document trees. |
Copyright © 2018. All Rights Reserved.