public final class EffectAnnotationCollection extends java.lang.Object implements java.lang.Iterable<EffectAnnotation>
Constructor and Description |
---|
EffectAnnotationCollection() |
Modifier and Type | Method and Description |
---|---|
int |
Count()
Gets the number of EffectAnnotation objects in this EffectAnnotationCollection.
|
EffectAnnotation |
get(int index)
Gets a specific EffectAnnotation object by using an index value.
|
EffectAnnotation |
get(java.lang.String name)
Gets a specific EffectAnnotation object by using a name.
|
java.util.Iterator<EffectAnnotation> |
iterator()
Gets an iterator that can iterate through the EffectAnnotationCollection.
|
public int Count()
public EffectAnnotation get(int index)
index
- Index of the EffectAnnotation to get.public EffectAnnotation get(java.lang.String name)
name
- Name of the EffectAnnotation to get.public java.util.Iterator<EffectAnnotation> iterator()
iterator
in interface java.lang.Iterable<EffectAnnotation>