@DOMObjectAttribute @DOMNameAttribute(name="SVGPointList") @DOMIndexerAttribute(indexerType="SVGPoint") public class SVGPointList extends SVGListBase<SVGPoint>
This interface defines a list of SVGPoint objects.
SVGListBase{SVGPoint}flagsPropertyChanged, 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_Itemdispose, getKey, isDetached, isObserverSuppressed, isReadOnly, notifyPropertyChanged, setDetached, setObserverSuppressed, toStringfireNotifyPropertyChanged, getCurrentValues, getRuntimesBinding, setCurrentValues, setField, setRuntimesBindingpublic 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