|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.presentation.collections.animationeffectcollection
public class animationeffectcollection
represent collection of effects.
constructor summary | |
---|---|
animationeffectcollection(timeline parent)
|
method summary | |
---|---|
animationeffect |
addeffect(ishape shape,
animationeffecttype animationeffecttype)
add new effect to the end of sequence. |
void |
clear()
removes all effects from a collection. |
animationeffect |
get(int index)
gets an effect at the specified index. |
int |
getcount()
gets the number of effects in a sequense. |
shape |
gettriggershape()
gets or set shape target for interactive sequence. |
void |
remove(animationeffect item)
removes specified effect from a collection. |
void |
removeat(int index)
removes an effect from a collection. |
void |
settriggershape(shape value)
gets or set shape target for interactive sequence. |
constructor detail |
---|
public animationeffectcollection(timeline parent)
method detail |
---|
public int getcount()
public void remove(animationeffect item)
item
- public void removeat(int index)
index
- public void clear()
public animationeffect get(int index)
index
-
public shape gettriggershape()
public void settriggershape(shape value)
value
- public animationeffect addeffect(ishape shape, animationeffecttype animationeffecttype)
shape
- animationeffecttype
-
java.lang.exception
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |