com.esri.arcgis.carto
Interface IPieSeriesProperties

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IPieSeriesPropertiesProxy, PieSeriesProperties

public interface IPieSeriesProperties
extends java.io.Serializable

COM Interface 'IPieSeriesProperties'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control pie series.' 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 IIDad7a0f73_12a2_4bac_befd_2c65a571d13c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getExplodeBiggestSlice()
          The percentage of extrusion for the biggest slice.
 int getRotatePie()
          The degree in rotating the pie.
 int getTotalPieAngle()
          The angle of the entire pie display.
 void setExplodeBiggestSlice(int amount)
          The percentage of extrusion for the biggest slice.
 void setRotatePie(int degree)
          The degree in rotating the pie.
 void setTotalPieAngle(int degree)
          The angle of the entire pie display.
 

Field Detail

IIDad7a0f73_12a2_4bac_befd_2c65a571d13c

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

getExplodeBiggestSlice

int getExplodeBiggestSlice()
                           throws java.io.IOException,
                                  AutomationException
The percentage of extrusion for the biggest slice.

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

setExplodeBiggestSlice

void setExplodeBiggestSlice(int amount)
                            throws java.io.IOException,
                                   AutomationException
The percentage of extrusion for the biggest slice.

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

getTotalPieAngle

int getTotalPieAngle()
                     throws java.io.IOException,
                            AutomationException
The angle of the entire pie display. Valid value range is 1-360 degree.

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

setTotalPieAngle

void setTotalPieAngle(int degree)
                      throws java.io.IOException,
                             AutomationException
The angle of the entire pie display. Valid value range is 1-360 degree.

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

getRotatePie

int getRotatePie()
                 throws java.io.IOException,
                        AutomationException
The degree in rotating the pie. Valid value range is 0-359 degree.

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

setRotatePie

void setRotatePie(int degree)
                  throws java.io.IOException,
                         AutomationException
The degree in rotating the pie. Valid value range is 0-359 degree.

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