com.esri.arcgis.trackinganalyst
Interface ITemporalLegendGroup2

All Superinterfaces:
ITemporalLegendGroup, java.io.Serializable
All Known Implementing Classes:
ITemporalLegendGroup2Proxy, TemporalLegendGroup

public interface ITemporalLegendGroup2
extends ITemporalLegendGroup, java.io.Serializable

COM Interface 'ITemporalLegendGroup2'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

Description: 'Provides access to properties and methods needed to manage the temporal legend group of classes.' 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 IIDce0e96b2_5bf1_4062_88db_67c515b7879a
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.trackinganalyst.ITemporalLegendGroup
IIDb75d7088_1333_11d5_b7c9_00010265adc5
 
Method Summary
 java.lang.String getUID()
          A unique ID to represent the type of legend group.
 boolean isUseGradient()
          Create a smooth gradient using the symbols in the first two classes.
 void setUID(java.lang.String uID)
          A unique ID to represent the type of legend group.
 void setUseGradient(boolean useGradient)
          Create a smooth gradient using the symbols in the first two classes.
 
Methods inherited from interface com.esri.arcgis.trackinganalyst.ITemporalLegendGroup
addClass, clearClasses, esri_getClass, getClassCount, getColorRampName, getDescription, getHeading, getTemporalLegendClass, insertClass, intersects, isEditable, isSuppress, isVisible, moveClass, removeClass, setColorRampName, setDescription, setEditable, setHeading, setReference, setSuppress, setVisible, update, verify
 

Field Detail

IIDce0e96b2_5bf1_4062_88db_67c515b7879a

static final int IIDce0e96b2_5bf1_4062_88db_67c515b7879a
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

isUseGradient

boolean isUseGradient()
                      throws java.io.IOException,
                             AutomationException
Create a smooth gradient using the symbols in the first two classes.

Returns:
The useGradient
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setUseGradient

void setUseGradient(boolean useGradient)
                    throws java.io.IOException,
                           AutomationException
Create a smooth gradient using the symbols in the first two classes.

Parameters:
useGradient - The useGradient (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getUID

java.lang.String getUID()
                        throws java.io.IOException,
                               AutomationException
A unique ID to represent the type of legend group.

Returns:
The uID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setUID

void setUID(java.lang.String uID)
            throws java.io.IOException,
                   AutomationException
A unique ID to represent the type of legend group.

Parameters:
uID - The uID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.