|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IStackedChartSymbol
COM Interface 'IStackedChartSymbol'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'
Description: 'Provides access to stacked chart symbol properties.' 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 |
IID50317366_bd70_11d3_9f79_00c04f6bc709
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
ILineSymbol |
getOutline()
The symbol for the chart outline. |
double |
getWidth()
The width of the bar in points. |
boolean |
isFixed()
Indicates if the bars are of a fixed length (the alternative is graduated length bars). |
boolean |
isUseOutline()
Indicates if the outline symbol is drawn. |
boolean |
isVerticalBar()
Indicates if the bar is oriented vertically. |
void |
setFixed(boolean flag)
Indicates if the bars are of a fixed length (the alternative is graduated length bars). |
void |
setOutline(ILineSymbol symbol)
The symbol for the chart outline. |
void |
setUseOutline(boolean flag)
Indicates if the outline symbol is drawn. |
void |
setVerticalBar(boolean flag)
Indicates if the bar is oriented vertically. |
void |
setWidth(double points)
The width of the bar in points. |
| Field Detail |
|---|
static final int IID50317366_bd70_11d3_9f79_00c04f6bc709
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
double getWidth()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setWidth(double points)
throws java.io.IOException,
AutomationException
points - The points (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isVerticalBar()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setVerticalBar(boolean flag)
throws java.io.IOException,
AutomationException
flag - The flag (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isUseOutline()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setUseOutline(boolean flag)
throws java.io.IOException,
AutomationException
flag - The flag (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ILineSymbol getOutline()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setOutline(ILineSymbol symbol)
throws java.io.IOException,
AutomationException
symbol - A reference to a com.esri.arcgis.display.ILineSymbol (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isFixed()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFixed(boolean flag)
throws java.io.IOException,
AutomationException
flag - The flag (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 | ||||||||