|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITemporalLegendGroup2
Provides access to properties and methods needed to manage the temporal legend group of classes.
Method Summary | |
---|---|
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(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 |
Method Detail |
---|
boolean isUseGradient() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUseGradient(boolean useGradient) throws IOException, AutomationException
useGradient
- The useGradient (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getUID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUID(String uID) throws IOException, AutomationException
uID
- The uID (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 |