com.esri.arcgis.carto
Class IPieChartRendererProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.IPieChartRendererProxy
All Implemented Interfaces:
IPieChartRenderer, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for 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 =

public class IPieChartRendererProxy
extends com.esri.arcgis.interop.Dispatch
implements IPieChartRenderer, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.carto.IPieChartRenderer
IID, IID22a98368_c48d_11d3_9f7a_00c04f6bc709
 
Constructor Summary
  IPieChartRendererProxy()
          Deprecated. For internal use only
  IPieChartRendererProxy(java.lang.Object obj)
          Deprecated.  
protected IPieChartRendererProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IPieChartRendererProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IPieChartRendererProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 double getMinSize()
          Deprecated. Symbol size (points) corresponding to the minimum value.
 double getMinValue()
          Deprecated. Minimum value (used for proportional sizing).
 java.lang.String getProportionalField()
          Deprecated. Field used to determine size of the pie chart symbols.
 java.lang.String getProportionalFieldAlias()
          Deprecated. Field alias for the proportional field.
 boolean isFlanneryCompensation()
          Deprecated. Indicates if Flannery Compensation is applied.
 boolean isProportionalBySum()
          Deprecated. Indicates if the size of pie chart symbols is determined by the sum of the values.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setFlanneryCompensation(boolean flag)
          Deprecated. Indicates if Flannery Compensation is applied.
 void setMinSize(double points)
          Deprecated. Symbol size (points) corresponding to the minimum value.
 void setMinValue(double value)
          Deprecated. Minimum value (used for proportional sizing).
 void setProportionalBySum(boolean flag)
          Deprecated. Indicates if the size of pie chart symbols is determined by the sum of the values.
 void setProportionalField(java.lang.String name)
          Deprecated. Field used to determine size of the pie chart symbols.
 void setProportionalFieldAlias(java.lang.String name)
          Deprecated. Field alias for the proportional field.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IPieChartRendererProxy

public IPieChartRendererProxy(java.lang.String CLSID,
                              java.lang.String host,
                              com.esri.arcgis.interop.AuthInfo authInfo)
                       throws java.net.UnknownHostException,
                              java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IPieChartRendererProxy

public IPieChartRendererProxy()
Deprecated. 
For internal use only


IPieChartRendererProxy

public IPieChartRendererProxy(java.lang.Object obj)
                       throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IPieChartRendererProxy

protected IPieChartRendererProxy(java.lang.Object obj,
                                 java.lang.String iid)
                          throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IPieChartRendererProxy

protected IPieChartRendererProxy(java.lang.String CLSID,
                                 java.lang.String iid,
                                 java.lang.String host,
                                 com.esri.arcgis.interop.AuthInfo authInfo)
                          throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getProportionalField

public java.lang.String getProportionalField()
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
Field used to determine size of the pie chart symbols.

Specified by:
getProportionalField in interface IPieChartRenderer
Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setProportionalField

public void setProportionalField(java.lang.String name)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Field used to determine size of the pie chart symbols.

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

getProportionalFieldAlias

public java.lang.String getProportionalFieldAlias()
                                           throws java.io.IOException,
                                                  AutomationException
Deprecated. 
Field alias for the proportional field.

Specified by:
getProportionalFieldAlias in interface IPieChartRenderer
Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setProportionalFieldAlias

public void setProportionalFieldAlias(java.lang.String name)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Field alias for the proportional field.

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

isProportionalBySum

public boolean isProportionalBySum()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Indicates if the size of pie chart symbols is determined by the sum of the values.

Specified by:
isProportionalBySum in interface IPieChartRenderer
Returns:
The flag
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setProportionalBySum

public void setProportionalBySum(boolean flag)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Indicates if the size of pie chart symbols is determined by the sum of the values.

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

getMinValue

public double getMinValue()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Minimum value (used for proportional sizing).

Specified by:
getMinValue in interface IPieChartRenderer
Returns:
The value
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMinValue

public void setMinValue(double value)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Minimum value (used for proportional sizing).

Specified by:
setMinValue in interface IPieChartRenderer
Parameters:
value - The value (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMinSize

public double getMinSize()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Symbol size (points) corresponding to the minimum value.

Specified by:
getMinSize in interface IPieChartRenderer
Returns:
The points
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMinSize

public void setMinSize(double points)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Symbol size (points) corresponding to the minimum value.

Specified by:
setMinSize in interface IPieChartRenderer
Parameters:
points - The points (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isFlanneryCompensation

public boolean isFlanneryCompensation()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Indicates if Flannery Compensation is applied.

Specified by:
isFlanneryCompensation in interface IPieChartRenderer
Returns:
The flag
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFlanneryCompensation

public void setFlanneryCompensation(boolean flag)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Indicates if Flannery Compensation is applied.

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