@DOMObjectAttribute @DOMNameAttribute(name="SVGPointList") @DOMIndexerAttribute(indexerType="SVGPoint") public class SVGPointList extends SVGListBase<SVGPoint>
This interface defines a list of SVGPoint objects.
SVGListBase{SVGPoint}
flags
PropertyChanged, PropertyChangedDelegate
Constructor and Description |
---|
SVGPointList()
Initializes a new instance of the
SVGPointList 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 SVGPointList()
Initializes a new instance of the SVGPointList
class.
public java.lang.Object deepClone()
Creates a new object that is a copy of the current instance.
deepClone
in class SVGValueType