@DOMObjectAttribute @DOMNameAttribute(name="SVGTransformList") @DOMIndexerAttribute(indexerType="SVGTransform") public class SVGTransformList extends SVGListBase<SVGTransform>
This interface defines a list of SVGTransform objects.
SVGListBase{SVGTransform}
flags
PropertyChanged
Constructor and Description |
---|
SVGTransformList()
Initializes a new instance of the
SVGTransformList class. |
SVGTransformList(com.aspose.html.internal.ms.System.Collections.Generic.IGenericEnumerable<SVGTransform> enumerable)
Initializes a new instance of the
SVGTransformList class. |
Modifier and Type | Method and Description |
---|---|
SVGValueType |
asReadOnly() |
Object |
deepClone()
Creates a new object that is a copy of the current instance.
|
appendItem, clear, get_Item, getItem, getLength, getNumberOfItems, initialize, insertItemBefore, iterator, removeItem, replaceItem, set_Item
dispose, getKey, isDetached, isObserverSuppressed, isReadOnly, notifyPropertyChanged, setDetached, setObserverSuppressed, toString
fireNotifyPropertyChanged, getCurrentValues, getRuntimesBinding, setCurrentValues, setField, setRuntimesBinding
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public SVGTransformList()
Initializes a new instance of the SVGTransformList
class.
public SVGTransformList(com.aspose.html.internal.ms.System.Collections.Generic.IGenericEnumerable<SVGTransform> enumerable)
Initializes a new instance of the SVGTransformList
class.
enumerable
- The enumerable.public Object deepClone()
Creates a new object that is a copy of the current instance.
deepClone
in class SVGValueType
public SVGValueType asReadOnly()
asReadOnly
in class SVGListBase<SVGTransform>