com.esri.arcgis.display
Interface IPieChartSymbol

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IPieChartSymbolProxy, PieChartSymbol

public interface IPieChartSymbol
extends java.io.Serializable

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

IID50317364_bd70_11d3_9f79_00c04f6bc709

static final int IID50317364_bd70_11d3_9f79_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

isClockwise

boolean isClockwise()
                    throws java.io.IOException,
                           AutomationException
Indicates if the slices are drawn in a clockwise direction.

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

setClockwise

void setClockwise(boolean flag)
                  throws java.io.IOException,
                         AutomationException
Indicates if the slices are drawn in a clockwise direction.

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

isUseOutline

boolean isUseOutline()
                     throws java.io.IOException,
                            AutomationException
Indicates if the outline symbol is drawn.

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

setUseOutline

void setUseOutline(boolean flag)
                   throws java.io.IOException,
                          AutomationException
Indicates if the outline symbol is drawn.

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

getOutline

ILineSymbol getOutline()
                       throws java.io.IOException,
                              AutomationException
The chart outline symbol.

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

setOutline

void setOutline(ILineSymbol symbol)
                throws java.io.IOException,
                       AutomationException
The chart outline symbol.

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