public class OMSVGElementInstanceList
extends com.google.gwt.core.client.JavaScriptObject
OMSVGElementInstanceList interface provides
the abstraction of an ordered collection of OMSVGElementInstance
objects, without defining or constraining how this collection is implemented.| Modifier | Constructor and Description |
|---|---|
protected |
OMSVGElementInstanceList() |
| Modifier and Type | Method and Description |
|---|---|
int |
getLength()
The number of
OMSVGElementInstance objects
in the list. |
OMSVGElementInstance |
item(int index)
Returns the indexth item in the collection.
|
public final int getLength()
OMSVGElementInstance objects
in the list. The range of valid child indices is 0 to getLength()−1
inclusive.public final OMSVGElementInstance item(int index)
index - Index into the collection.OMSVGElementInstance object
at the indexth position in the OMSVGElementInstanceList,
or null if that is not a valid index.Copyright © 2018. All Rights Reserved.