Package org.loboevolution.svg.smil
Class TimeListImpl
java.lang.Object
org.loboevolution.svg.smil.TimeListImpl
- All Implemented Interfaces:
TimeList
TimeListImpl class.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TimeListImpl
-
-
Method Details
-
getLength
public int getLength()Description copied from interface:TimeList
The number of times in the list. The range of valid child time indices is 0 to length-1 inclusive. -
item
Description copied from interface:TimeList
Returns the index th item in the collection. If index is greater than or equal to the number of times in the list, this returns null .
-