com.esri.arcgis.carto
Interface IAreaSeriesProperties

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AreaSeriesProperties, IAreaSeriesPropertiesProxy

public interface IAreaSeriesProperties
extends java.io.Serializable

COM Interface 'IAreaSeriesProperties'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control area series.' 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 IID11dc96fc_533a_4d13_8c0f_564801bf00a8
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getMultipleAreaType()
          Type of multiple area-series graph.
 int getTransparency()
          Transparency level of area graph.
 boolean isStairs()
          Indicates if area series is in "stair" mode.
 boolean isStairsInvert()
          Indicates if "stair" mode area series is inverted.
 void setMultipleAreaType(int type)
          Type of multiple area-series graph.
 void setStairs(boolean bStairs)
          Indicates if area series is in "stair" mode.
 void setStairsInvert(boolean bInvert)
          Indicates if "stair" mode area series is inverted.
 void setTransparency(int pValue)
          Transparency level of area graph.
 

Field Detail

IID11dc96fc_533a_4d13_8c0f_564801bf00a8

static final int IID11dc96fc_533a_4d13_8c0f_564801bf00a8
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

getMultipleAreaType

int getMultipleAreaType()
                        throws java.io.IOException,
                               AutomationException
Type of multiple area-series graph.

Returns:
A com.esri.arcgis.carto.esriMultiAreaType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMultipleAreaType

void setMultipleAreaType(int type)
                         throws java.io.IOException,
                                AutomationException
Type of multiple area-series graph.

Parameters:
type - A com.esri.arcgis.carto.esriMultiAreaType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isStairs

boolean isStairs()
                 throws java.io.IOException,
                        AutomationException
Indicates if area series is in "stair" mode.

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

setStairs

void setStairs(boolean bStairs)
               throws java.io.IOException,
                      AutomationException
Indicates if area series is in "stair" mode.

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

getTransparency

int getTransparency()
                    throws java.io.IOException,
                           AutomationException
Transparency level of area graph.

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

setTransparency

void setTransparency(int pValue)
                     throws java.io.IOException,
                            AutomationException
Transparency level of area graph.

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

isStairsInvert

boolean isStairsInvert()
                       throws java.io.IOException,
                              AutomationException
Indicates if "stair" mode area series is inverted.

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

setStairsInvert

void setStairsInvert(boolean bInvert)
                     throws java.io.IOException,
                            AutomationException
Indicates if "stair" mode area series is inverted.

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