|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IBarChartSymbol
COM Interface 'IBarChartSymbol'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'
Description: 'Provides access to members that control bar 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 |
IID50317365_bd70_11d3_9f79_00c04f6bc709
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
ILineSymbol |
getAxes()
The axis symbol. |
double |
getSpacing()
The spacing between bars in points. |
double |
getWidth()
The width of each bar in points. |
boolean |
isShowAxes()
Indicates if the axis are shown. |
boolean |
isVerticalBars()
Indicates if the bars are oriented vertically. |
void |
setAxes(ILineSymbol symbol)
The axis symbol. |
void |
setShowAxes(boolean flag)
Indicates if the axis are shown. |
void |
setSpacing(double points)
The spacing between bars in points. |
void |
setVerticalBars(boolean flag)
Indicates if the bars are oriented vertically. |
void |
setWidth(double points)
The width of each bar in points. |
| Field Detail |
|---|
static final int IID50317365_bd70_11d3_9f79_00c04f6bc709
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
boolean isVerticalBars()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setVerticalBars(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 isShowAxes()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setShowAxes(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 getAxes()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAxes(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.
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.
double getSpacing()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSpacing(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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||