Package | Description |
---|---|
elemental.js.svg | |
elemental.svg |
Modifier and Type | Class and Description |
---|---|
class |
JsSVGTransform |
Modifier and Type | Method and Description |
---|---|
JsSVGTransform |
JsSVGTransformList.appendItem(SVGTransform item) |
JsSVGTransform |
JsSVGTransformList.initialize(SVGTransform item) |
JsSVGTransform |
JsSVGTransformList.insertItemBefore(SVGTransform item,
int index) |
JsSVGTransform |
JsSVGTransformList.replaceItem(SVGTransform item,
int index) |
Modifier and Type | Method and Description |
---|---|
SVGTransform |
SVGTransformList.appendItem(SVGTransform item)
Inserts a new item at the end of the list.
|
SVGTransform |
SVGTransformList.consolidate() |
SVGTransform |
SVGSVGElement.createSVGTransform()
Creates an
SVGTransform object outside of any document trees. |
SVGTransform |
SVGSVGElement.createSVGTransformFromMatrix(SVGMatrix matrix)
Creates an
SVGTransform object outside of any document trees. |
SVGTransform |
SVGTransformList.createSVGTransformFromMatrix(SVGMatrix matrix) |
SVGTransform |
SVGTransformList.getItem(int index)
Returns the specified item from the list.
|
SVGTransform |
SVGTransformList.initialize(SVGTransform item)
Clears all existing current items from the list and re-initializes the list to hold the single item specified by the parameter.
|
SVGTransform |
SVGTransformList.insertItemBefore(SVGTransform item,
int index)
Inserts a new item into the list at the specified position.
|
SVGTransform |
SVGTransformList.removeItem(int index)
Removes an existing item from the list.
|
SVGTransform |
SVGTransformList.replaceItem(SVGTransform item,
int index)
Replaces an existing item in the list with a new item.
|
Modifier and Type | Method and Description |
---|---|
SVGTransform |
SVGTransformList.appendItem(SVGTransform item)
Inserts a new item at the end of the list.
|
SVGTransform |
SVGTransformList.initialize(SVGTransform item)
Clears all existing current items from the list and re-initializes the list to hold the single item specified by the parameter.
|
SVGTransform |
SVGTransformList.insertItemBefore(SVGTransform item,
int index)
Inserts a new item into the list at the specified position.
|
SVGTransform |
SVGTransformList.replaceItem(SVGTransform item,
int index)
Replaces an existing item in the list with a new item.
|
Copyright © 2018. All rights reserved.