|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAGAnimationContainer
COM Interface 'IAGAnimationContainer'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriAnimation.olb'
Description: 'Provides access to members that control the animation container.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDac5655cd_56cf_4c9f_a1c0_a9f80ba453ea
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
drawGraphsToDC(int hDC)
Draw datagraphs to specified device context. |
void |
drawPageLayoutToDC(int hDC)
Draw the page layout to specified device context. |
IArray |
getAllViews()
All the viewers. |
java.lang.String |
getAnimationFileExtension()
The extension for the animation files. |
java.lang.String |
getAnimationFileFilter(boolean bAllVersions)
The filter for browing animation files. |
IArray |
getAnimationTypes()
The registered types of animation. |
java.lang.Object |
getCurrentView()
The current active viewer. |
IArray |
getSpatialBookmarks()
The spatial bookmarks that can be used to define animations. |
java.lang.Object |
getViewController(java.lang.Object pViewer)
The controller object (Camera) of a viewer. |
int |
getWindowHandle(java.lang.Object pView)
The window handle associated with the given view. |
boolean |
isGestureEnabled()
Indicates if interactive gestures are enabled. |
void |
putIsAnimating(boolean bAnimating,
boolean bFullQuality)
Indicates if the animation is active, and if full quality rendering is used (for video). |
void |
refreshObject(java.lang.Object pObject)
Container-specific actions to refresh object. |
void |
refreshViews(boolean bRefreshAllViewers)
Refresh the active viewer or all viewers. |
void |
removeAllAnimationTimeStrings(IAGAnimationTracks pTracks)
Remove all animation time string from the display. |
void |
removeTrackTimeDisplay(IAGAnimationTrack pTrack)
Remove a single animation track time string from the display. |
void |
restoreViewerStates(boolean bApplyRestored)
Restore the current state of the viewers. |
void |
saveViewerStates()
Save the current state of the viewers. |
void |
setAnimationTime(IStringArray rhs1)
Provides access to the animation time string. |
void |
setIsGestureEnabled(boolean pbGestureEnabled)
Indicates if interactive gestures are enabled. |
Field Detail |
---|
static final int IIDac5655cd_56cf_4c9f_a1c0_a9f80ba453ea
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
IArray getAnimationTypes() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.Object getCurrentView() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IArray getAllViews() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.Object getViewController(java.lang.Object pViewer) throws java.io.IOException, AutomationException
pViewer
- A reference to another Object (IUnknown) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void refreshViews(boolean bRefreshAllViewers) throws java.io.IOException, AutomationException
bRefreshAllViewers
- The bRefreshAllViewers (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void refreshObject(java.lang.Object pObject) throws java.io.IOException, AutomationException
pObject
- A reference to another Object (IUnknown) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void saveViewerStates() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void restoreViewerStates(boolean bApplyRestored) throws java.io.IOException, AutomationException
bApplyRestored
- The bApplyRestored (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void putIsAnimating(boolean bAnimating, boolean bFullQuality) throws java.io.IOException, AutomationException
bAnimating
- The bAnimating (in)bFullQuality
- The bFullQuality (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isGestureEnabled() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIsGestureEnabled(boolean pbGestureEnabled) throws java.io.IOException, AutomationException
pbGestureEnabled
- The pbGestureEnabled (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getWindowHandle(java.lang.Object pView) throws java.io.IOException, AutomationException
pView
- A reference to another Object (IUnknown) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getAnimationFileExtension() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getAnimationFileFilter(boolean bAllVersions) throws java.io.IOException, AutomationException
bAllVersions
- The bAllVersions (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IArray getSpatialBookmarks() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeAllAnimationTimeStrings(IAGAnimationTracks pTracks) throws java.io.IOException, AutomationException
pTracks
- A reference to a com.esri.arcgis.animation.IAGAnimationTracks (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeTrackTimeDisplay(IAGAnimationTrack pTrack) throws java.io.IOException, AutomationException
pTrack
- A reference to a com.esri.arcgis.animation.IAGAnimationTrack (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAnimationTime(IStringArray rhs1) throws java.io.IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.system.IStringArray (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void drawGraphsToDC(int hDC) throws java.io.IOException, AutomationException
hDC
- The hDC (A COM typedef) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void drawPageLayoutToDC(int hDC) throws java.io.IOException, AutomationException
hDC
- The hDC (A COM typedef) (in)
java.io.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 |