|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPieChartRenderer
COM Interface 'IPieChartRenderer'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that work with additional chart renderer properties specific to pie charts.' 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 |
IID22a98368_c48d_11d3_9f7a_00c04f6bc709
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
double |
getMinSize()
Symbol size (points) corresponding to the minimum value. |
double |
getMinValue()
Minimum value (used for proportional sizing). |
java.lang.String |
getProportionalField()
Field used to determine size of the pie chart symbols. |
java.lang.String |
getProportionalFieldAlias()
Field alias for the proportional field. |
boolean |
isFlanneryCompensation()
Indicates if Flannery Compensation is applied. |
boolean |
isProportionalBySum()
Indicates if the size of pie chart symbols is determined by the sum of the values. |
void |
setFlanneryCompensation(boolean flag)
Indicates if Flannery Compensation is applied. |
void |
setMinSize(double points)
Symbol size (points) corresponding to the minimum value. |
void |
setMinValue(double value)
Minimum value (used for proportional sizing). |
void |
setProportionalBySum(boolean flag)
Indicates if the size of pie chart symbols is determined by the sum of the values. |
void |
setProportionalField(java.lang.String name)
Field used to determine size of the pie chart symbols. |
void |
setProportionalFieldAlias(java.lang.String name)
Field alias for the proportional field. |
Field Detail |
---|
static final int IID22a98368_c48d_11d3_9f7a_00c04f6bc709
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
java.lang.String getProportionalField() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setProportionalField(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 getProportionalFieldAlias() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setProportionalFieldAlias(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 isProportionalBySum() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setProportionalBySum(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.double getMinValue() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMinValue(double value) throws java.io.IOException, AutomationException
value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getMinSize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMinSize(double points) throws java.io.IOException, AutomationException
points
- The points (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isFlanneryCompensation() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFlanneryCompensation(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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |