|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPieChartSymbol
COM Interface 'IPieChartSymbol'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'
Description: 'Provides access to pie 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 |
IID50317364_bd70_11d3_9f79_00c04f6bc709
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
ILineSymbol |
getOutline()
The chart outline symbol. |
boolean |
isClockwise()
Indicates if the slices are drawn in a clockwise direction. |
boolean |
isUseOutline()
Indicates if the outline symbol is drawn. |
void |
setClockwise(boolean flag)
Indicates if the slices are drawn in a clockwise direction. |
void |
setOutline(ILineSymbol symbol)
The chart outline symbol. |
void |
setUseOutline(boolean flag)
Indicates if the outline symbol is drawn. |
| Field Detail |
|---|
static final int IID50317364_bd70_11d3_9f79_00c04f6bc709
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
boolean isClockwise()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setClockwise(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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||