com.esri.arcgis.carto
Interface IChartRenderer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ChartRenderer, IChartRendererProxy

public interface IChartRenderer
extends java.io.Serializable

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

IID22a98367_c48d_11d3_9f7a_00c04f6bc709

static final int IID22a98367_c48d_11d3_9f7a_00c04f6bc709
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getFieldTotal

double getFieldTotal(int index)
                     throws java.io.IOException,
                            AutomationException
Field total for the field at the specified index.

Parameters:
index - The index (in)
Returns:
The total
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFieldTotal

void setFieldTotal(int index,
                   double total)
                   throws java.io.IOException,
                          AutomationException
Field total for the field at the specified index.

Parameters:
index - The index (in)
total - The total (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getChartSymbol

IChartSymbol getChartSymbol()
                            throws java.io.IOException,
                                   AutomationException
Chart symbol object.

Returns:
A reference to a com.esri.arcgis.display.IChartSymbol
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setChartSymbolByRef

void setChartSymbolByRef(IChartSymbol symbol)
                         throws java.io.IOException,
                                AutomationException
Chart symbol object.

Parameters:
symbol - A reference to a com.esri.arcgis.display.IChartSymbol (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBaseSymbol

ISymbol getBaseSymbol()
                      throws java.io.IOException,
                             AutomationException
Background fill symbol, (used when chart symbols are drawn for polygon features).

Returns:
A reference to a com.esri.arcgis.display.ISymbol
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBaseSymbolByRef

void setBaseSymbolByRef(ISymbol symbol)
                        throws java.io.IOException,
                               AutomationException
Background fill symbol, (used when chart symbols are drawn for polygon features).

Parameters:
symbol - A reference to a com.esri.arcgis.display.ISymbol (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getColorScheme

java.lang.String getColorScheme()
                                throws java.io.IOException,
                                       AutomationException
Color scheme (user interface property only).

Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setColorScheme

void setColorScheme(java.lang.String name)
                    throws java.io.IOException,
                           AutomationException
Color scheme (user interface property only).

Parameters:
name - The name (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLabel

java.lang.String getLabel()
                          throws java.io.IOException,
                                 AutomationException
Chart label.

Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLabel

void setLabel(java.lang.String name)
              throws java.io.IOException,
                     AutomationException
Chart label.

Parameters:
name - The name (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isUseOverposter

boolean isUseOverposter()
                        throws java.io.IOException,
                               AutomationException
Indicates if the overposter is used for positioning the chart symbols.

Returns:
The flag
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setUseOverposter

void setUseOverposter(boolean flag)
                      throws java.io.IOException,
                             AutomationException
Indicates if the overposter is used for positioning the chart symbols.

Parameters:
flag - The flag (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createLegend

void createLegend()
                  throws java.io.IOException,
                         AutomationException
Creates the legend. Call after all properties are set.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.