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 |
---|---|
OMSVGTransform |
OMSVGTransformList.appendItem(OMSVGTransform newItem)
Inserts a new item at the end of the list.
|
OMSVGTransform |
OMSVGTransformList.consolidate()
Consolidates the list of separate
OMSVGTransform
objects by multiplying the equivalent transformation matrices together
to result in a list consisting of a single OMSVGTransform
object of type SVG_TRANSFORM_MATRIX. |
OMSVGTransform |
OMSVGSVGElement.createSVGTransform()
Creates an
OMSVGTransform object outside
of any document trees. |
OMSVGTransform |
OMSVGTransformList.createSVGTransformFromMatrix(OMSVGMatrix matrix)
Creates an |
OMSVGTransform |
OMSVGSVGElement.createSVGTransformFromMatrix(OMSVGMatrix matrix)
Creates an |
OMSVGTransform |
OMSVGTransformList.getItem(int index)
Returns the specified item from the list.
|
OMSVGTransform |
OMSVGTransformList.initialize(OMSVGTransform newItem)
Clears all existing current items from the list and re-initializes the
list to hold the single item specified by the parameter.
|
OMSVGTransform |
OMSVGTransformList.insertItemBefore(OMSVGTransform newItem,
int index)
Inserts a new item into the list at the specified position.
|
OMSVGTransform |
OMSVGTransformList.removeItem(int index)
Removes an existing item from the list.
|
OMSVGTransform |
OMSVGTransformList.replaceItem(OMSVGTransform newItem,
int index)
Replaces an existing item in the list with a new item.
|
Modifier and Type | Method and Description |
---|---|
Iterator<OMSVGTransform> |
OMSVGTransformList.iterator()
Returns an iterator over the
OMSVGTransform
elements in this list in proper sequence. |
Modifier and Type | Method and Description |
---|---|
OMSVGTransform |
OMSVGTransformList.appendItem(OMSVGTransform newItem)
Inserts a new item at the end of the list.
|
OMSVGTransform |
OMSVGTransformList.initialize(OMSVGTransform newItem)
Clears all existing current items from the list and re-initializes the
list to hold the single item specified by the parameter.
|
OMSVGTransform |
OMSVGTransformList.insertItemBefore(OMSVGTransform newItem,
int index)
Inserts a new item into the list at the specified position.
|
OMSVGTransform |
OMSVGTransformList.replaceItem(OMSVGTransform newItem,
int index)
Replaces an existing item in the list with a new item.
|
Modifier and Type | Method and Description |
---|---|
OMSVGTransform |
SVGSVGElement.createSVGTransform()
Creates an
OMSVGTransform object outside
of any document trees. |
OMSVGTransform |
SVGSVGElement.createSVGTransformFromMatrix(OMSVGMatrix matrix)
Creates an |
Copyright © 2018. All Rights Reserved.