|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISxAnimationEnvironment2
Provides access to members that control the Animation Environment.
Method Summary | |
---|---|
int |
getPlayMode()
The play mode (once/loop, forward/reverse). |
double |
getPlayTime()
The current animation time during playing. |
boolean |
isPlayInAllViewers()
Indicates if the option to play camera animations in for all viewers. |
void |
setPlayInAllViewers(boolean pbPlayInAll)
Indicates if the option to play camera animations in for all viewers. |
void |
setPlayMode(int pPlayMode)
The play mode (once/loop, forward/reverse). |
void |
setPlayTime(double pTime)
The current animation time during playing. |
Methods inherited from interface com.esri.arcgis.analyst3d.ISxAnimationEnvironment |
---|
getAnimationControlsHWnd, getAnimationDuration, getPlayInterval, getSelectedAnimationType, getSelectedKeyframes, getSelectedTracks, getState, isIntervalPlay, putPlayInterval, setAnimationControlsHWnd, setAnimationDuration, setIsIntervalPlay, setSelectedAnimationTypeByRef, setSelectedKeyframesByRef, setSelectedTracksByRef, setState |
Method Detail |
---|
double getPlayTime() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPlayTime(double pTime) throws IOException, AutomationException
pTime
- The pTime (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isPlayInAllViewers() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPlayInAllViewers(boolean pbPlayInAll) throws IOException, AutomationException
pbPlayInAll
- The pbPlayInAll (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getPlayMode() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPlayMode(int pPlayMode) throws IOException, AutomationException
pPlayMode
- A com.esri.arcgis.animation.esriAnimationPlayMode constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |