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