@DOMObjectAttribute @DOMNameAttribute(name="SVGPathSegList") public class SVGPathSegList extends SVGListBase<SVGPathSeg>
This interface defines a list of SVGPathSeg objects.
flags
PropertyChanged, 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_Item
dispose, getKey, isDetached, isObserverSuppressed, isReadOnly, notifyPropertyChanged, setDetached, setObserverSuppressed, toString
fireNotifyPropertyChanged, getCurrentValues, getRuntimesBinding, setCurrentValues, setField, setRuntimesBinding
public 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