|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAreaSeriesProperties
Provides access to members that control area series.
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. |
Method Detail |
---|
int getMultipleAreaType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMultipleAreaType(int type) throws IOException, AutomationException
type
- A com.esri.arcgis.carto.esriMultiAreaType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isStairs() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStairs(boolean bStairs) throws IOException, AutomationException
bStairs
- The bStairs (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getTransparency() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTransparency(int pValue) throws IOException, AutomationException
pValue
- The pValue (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isStairsInvert() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStairsInvert(boolean bInvert) throws IOException, AutomationException
bInvert
- The bInvert (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 |