|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IChartRenderer
COM Interface 'IChartRenderer'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control the drawing of chart symbols (pie, bar, stacked bar) on a map to represent features.' 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 |
IID22a98367_c48d_11d3_9f7a_00c04f6bc709
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
createLegend()
Creates the legend. |
ISymbol |
getBaseSymbol()
Background fill symbol, (used when chart symbols are drawn for polygon features). |
IChartSymbol |
getChartSymbol()
Chart symbol object. |
java.lang.String |
getColorScheme()
Color scheme (user interface property only). |
double |
getFieldTotal(int index)
Field total for the field at the specified index. |
java.lang.String |
getLabel()
Chart label. |
boolean |
isUseOverposter()
Indicates if the overposter is used for positioning the chart symbols. |
void |
setBaseSymbolByRef(ISymbol symbol)
Background fill symbol, (used when chart symbols are drawn for polygon features). |
void |
setChartSymbolByRef(IChartSymbol symbol)
Chart symbol object. |
void |
setColorScheme(java.lang.String name)
Color scheme (user interface property only). |
void |
setFieldTotal(int index,
double total)
Field total for the field at the specified index. |
void |
setLabel(java.lang.String name)
Chart label. |
void |
setUseOverposter(boolean flag)
Indicates if the overposter is used for positioning the chart symbols. |
Field Detail |
---|
static final int IID22a98367_c48d_11d3_9f7a_00c04f6bc709
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
double getFieldTotal(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFieldTotal(int index, double total) throws java.io.IOException, AutomationException
index
- The index (in)total
- The total (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IChartSymbol getChartSymbol() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setChartSymbolByRef(IChartSymbol symbol) throws java.io.IOException, AutomationException
symbol
- A reference to a com.esri.arcgis.display.IChartSymbol (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISymbol getBaseSymbol() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBaseSymbolByRef(ISymbol symbol) throws java.io.IOException, AutomationException
symbol
- A reference to a com.esri.arcgis.display.ISymbol (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getColorScheme() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setColorScheme(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getLabel() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLabel(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUseOverposter() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUseOverposter(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.void createLegend() throws java.io.IOException, AutomationException
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 |