|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAGGroupAnimationOptions
COM Interface 'IAGGroupAnimationOptions'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriAnimation.olb'
Description: 'Provides access to options of the 'create group animation' functionality.' 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 |
IIDa09e0261_ae4f_4351_a482_72a3f805380b
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
IAGAnimationEnvironment |
getAnimationEnvironment()
The animation environment. |
IAGAnimationTracks |
getAnimationTracks()
The animation track container. |
int |
getFadingPercentage()
The percentage (0-100) of transparency fading time. |
IArray |
getLayerSet()
The layers to animate. |
java.lang.String |
getTrackBaseName()
The base name for the tracks. |
void |
getTrackInterval(double[] pBeginTime,
double[] pEndTime)
Gets the begin and end times for the group animation. |
void |
getVisibilitySettings(boolean[] pbOneLayer,
boolean[] pbAppear,
boolean[] pbReverse)
Get the visibility settings. |
boolean |
isBlending()
Indicates whether to blend layers during animation. |
boolean |
isCycleAnimation()
Indicates whether to cycle the group animation. |
boolean |
isOverwriteExisting()
Indicates whether to overwrite option. |
void |
putTrackInterval(double beginTime,
double endTime)
Sets the begin and end times for the group animation. |
void |
putVisibilitySettings(boolean bOneLayer,
boolean bAppear,
boolean bReverse)
Put the visibility settings. |
void |
setAnimationEnvironmentByRef(IAGAnimationEnvironment ppEnvironment)
The animation environment. |
void |
setAnimationTracksByRef(IAGAnimationTracks ppTracks)
The animation track container. |
void |
setBlending(boolean pbBlend)
Indicates whether to blend layers during animation. |
void |
setCycleAnimation(boolean pbIsCycle)
Indicates whether to cycle the group animation. |
void |
setFadingPercentage(int pFadePercent)
The percentage (0-100) of transparency fading time. |
void |
setLayerSetByRef(IArray ppLayerSet)
The layers to animate. |
void |
setOverwriteExisting(boolean pbOverwrite)
Indicates whether to overwrite option. |
void |
setTrackBaseName(java.lang.String pTrackName)
The base name for the tracks. |
Field Detail |
---|
static final int IIDa09e0261_ae4f_4351_a482_72a3f805380b
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
IAGAnimationTracks getAnimationTracks() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAnimationTracksByRef(IAGAnimationTracks ppTracks) throws java.io.IOException, AutomationException
ppTracks
- 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.IAGAnimationEnvironment getAnimationEnvironment() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAnimationEnvironmentByRef(IAGAnimationEnvironment ppEnvironment) throws java.io.IOException, AutomationException
ppEnvironment
- A reference to a com.esri.arcgis.animation.IAGAnimationEnvironment (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IArray getLayerSet() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLayerSetByRef(IArray ppLayerSet) throws java.io.IOException, AutomationException
ppLayerSet
- A reference to a com.esri.arcgis.system.IArray (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getTrackBaseName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTrackBaseName(java.lang.String pTrackName) throws java.io.IOException, AutomationException
pTrackName
- The pTrackName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getVisibilitySettings(boolean[] pbOneLayer, boolean[] pbAppear, boolean[] pbReverse) throws java.io.IOException, AutomationException
pbOneLayer
- The pbOneLayer (out: use single element array)pbAppear
- The pbAppear (out: use single element array)pbReverse
- The pbReverse (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void putVisibilitySettings(boolean bOneLayer, boolean bAppear, boolean bReverse) throws java.io.IOException, AutomationException
bOneLayer
- The bOneLayer (in)bAppear
- The bAppear (in)bReverse
- The bReverse (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getFadingPercentage() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFadingPercentage(int pFadePercent) throws java.io.IOException, AutomationException
pFadePercent
- The pFadePercent (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isBlending() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBlending(boolean pbBlend) throws java.io.IOException, AutomationException
pbBlend
- The pbBlend (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isCycleAnimation() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCycleAnimation(boolean pbIsCycle) throws java.io.IOException, AutomationException
pbIsCycle
- The pbIsCycle (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getTrackInterval(double[] pBeginTime, double[] pEndTime) throws java.io.IOException, AutomationException
pBeginTime
- The pBeginTime (out: use single element array)pEndTime
- The pEndTime (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void putTrackInterval(double beginTime, double endTime) throws java.io.IOException, AutomationException
beginTime
- The beginTime (in)endTime
- The endTime (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isOverwriteExisting() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOverwriteExisting(boolean pbOverwrite) throws java.io.IOException, AutomationException
pbOverwrite
- The pbOverwrite (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 |