@DOMObjectAttribute @DOMNameAttribute(name="SVGPathSegList") public class SVGPathSegList extends SVGListBase<SVGPathSeg>
This interface defines a list of SVGPathSeg objects.
flagsPropertyChanged, PropertyChangedDelegate| Constructor and Description |
|---|
SVGPathSegList()
Initializes a new instance of the
SVGPathSegList class. |
SVGPathSegList(com.aspose.ms.System.Collections.Generic.IGenericEnumerable<SVGPathSeg> enumerable)
Initializes a new instance of the
SVGPathSegList class. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
deepClone()
Creates a new object that is a copy of the current instance.
|
appendItem, asReadOnly, 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 SVGPathSegList()
Initializes a new instance of the SVGPathSegList class.
public SVGPathSegList(com.aspose.ms.System.Collections.Generic.IGenericEnumerable<SVGPathSeg> enumerable)
Initializes a new instance of the SVGPathSegList class.
enumerable - The enumerable.public java.lang.Object deepClone()
Creates a new object that is a copy of the current instance.
deepClone in class SVGValueType