@DOMObjectAttribute @DOMNameAttribute(name="SVGTransformList") @DOMIndexerAttribute(indexerType="SVGTransform") public class SVGTransformList extends SVGListBase<SVGTransform>
This interface defines a list of SVGTransform objects.
SVGListBase{SVGTransform}flagsPropertyChanged, PropertyChangedDelegate| Constructor and Description |
|---|
SVGTransformList()
Initializes a new instance of the
SVGTransformList class. |
SVGTransformList(com.aspose.ms.System.Collections.Generic.IGenericEnumerable<SVGTransform> enumerable)
Initializes a new instance of the
SVGTransformList class. |
| Modifier and Type | Method and Description |
|---|---|
SVGValueType |
asReadOnly() |
java.lang.Object |
deepClone()
Creates a new object that is a copy of the current instance.
|
appendItem, clear, dispose, get_Item, getItem, getLength, getNumberOfItems, initialize, insertItemBefore, iterator, removeItem, replaceItem, set_Itemdispose, getKey, isDetached, isObserverSuppressed, isReadOnly, notifyPropertyChanged, setDetached, setObserverSuppressed, toStringfireNotifyPropertyChanged, getCurrentValues, getRuntimesBinding, setCurrentValues, setField, setRuntimesBindingpublic SVGTransformList()
Initializes a new instance of the SVGTransformList class.
public SVGTransformList(com.aspose.ms.System.Collections.Generic.IGenericEnumerable<SVGTransform> enumerable)
Initializes a new instance of the SVGTransformList class.
enumerable - The enumerable.public java.lang.Object deepClone()
Creates a new object that is a copy of the current instance.
deepClone in class SVGValueTypepublic SVGValueType asReadOnly()
asReadOnly in class SVGListBase<SVGTransform>