|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAreaSeriesProperties
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 |
---|
static final int IID11dc96fc_533a_4d13_8c0f_564801bf00a8
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
int getMultipleAreaType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMultipleAreaType(int type) throws java.io.IOException, AutomationException
type
- A com.esri.arcgis.carto.esriMultiAreaType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isStairs() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStairs(boolean bStairs) throws java.io.IOException, AutomationException
bStairs
- The bStairs (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getTransparency() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTransparency(int pValue) throws java.io.IOException, AutomationException
pValue
- The pValue (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isStairsInvert() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStairsInvert(boolean bInvert) throws java.io.IOException, AutomationException
bInvert
- The bInvert (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 |