|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISxAnimationEnvironment
Provides access to members that control the Animation Environment.
Method Summary | |
---|---|
int |
getAnimationControlsHWnd()
The window handle of the animation controls dialog. |
double |
getAnimationDuration()
The duration of the animation in seconds. |
void |
getPlayInterval(double[] pBeginTime,
double[] pEndTime)
Gets the begin and end times of play interval. |
IAnimationType |
getSelectedAnimationType()
The selected animation type. |
ILongArray |
getSelectedKeyframes()
The indices of the selected animation keyframes. |
IArray |
getSelectedTracks()
The selected animation tracks. |
int |
getState()
The play or recording state. |
boolean |
isIntervalPlay()
Indicates whether to play only part of the animation. |
void |
putPlayInterval(double beginTime,
double endTime)
Sets the begin and end times of play interval. |
void |
setAnimationControlsHWnd(int pHwnd)
The window handle of the animation controls dialog. |
void |
setAnimationDuration(double pSeconds)
The duration of the animation in seconds. |
void |
setIsIntervalPlay(boolean pbIsInterval)
Indicates whether to play only part of the animation. |
void |
setSelectedAnimationTypeByRef(IAnimationType ppAnimType)
The selected animation type. |
void |
setSelectedKeyframesByRef(ILongArray ppIndices)
The indices of the selected animation keyframes. |
void |
setSelectedTracksByRef(IArray ppTracks)
The selected animation tracks. |
void |
setState(int pState)
The play or recording state. |
Method Detail |
---|
IAnimationType getSelectedAnimationType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSelectedAnimationTypeByRef(IAnimationType ppAnimType) throws IOException, AutomationException
ppAnimType
- A reference to a com.esri.arcgis.analyst3d.IAnimationType (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IArray getSelectedTracks() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSelectedTracksByRef(IArray ppTracks) throws IOException, AutomationException
ppTracks
- A reference to a com.esri.arcgis.system.IArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILongArray getSelectedKeyframes() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSelectedKeyframesByRef(ILongArray ppIndices) throws IOException, AutomationException
ppIndices
- A reference to a com.esri.arcgis.system.ILongArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getState() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setState(int pState) throws IOException, AutomationException
pState
- A com.esri.arcgis.animation.esriAnimationState constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getAnimationDuration() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAnimationDuration(double pSeconds) throws IOException, AutomationException
pSeconds
- The pSeconds (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isIntervalPlay() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIsIntervalPlay(boolean pbIsInterval) throws IOException, AutomationException
pbIsInterval
- The pbIsInterval (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getPlayInterval(double[] pBeginTime, double[] pEndTime) throws IOException, AutomationException
pBeginTime
- The pBeginTime (out: use single element array)pEndTime
- The pEndTime (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void putPlayInterval(double beginTime, double endTime) throws IOException, AutomationException
beginTime
- The beginTime (in)endTime
- The endTime (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getAnimationControlsHWnd() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAnimationControlsHWnd(int pHwnd) throws IOException, AutomationException
pHwnd
- The pHwnd (A COM typedef) (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 |