com.esri.arcgis.carto
Class IPieSeriesPropertiesProxy

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

public class IPieSeriesPropertiesProxy
extends com.esri.arcgis.interop.Dispatch
implements IPieSeriesProperties, java.io.Serializable

Internal use class Proxy for 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 =

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
static java.lang.Class targetClass
           
 
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.IPieSeriesProperties
IID, IIDad7a0f73_12a2_4bac_befd_2c65a571d13c
 
Constructor Summary
  IPieSeriesPropertiesProxy()
          For internal use only
  IPieSeriesPropertiesProxy(java.lang.Object obj)
           
protected IPieSeriesPropertiesProxy(java.lang.Object obj, java.lang.String iid)
           
  IPieSeriesPropertiesProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
protected IPieSeriesPropertiesProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
           
 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 removeListener(java.lang.String iidStr, java.lang.Object theListener)
           
 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.
 
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

noncastable

public boolean noncastable
Constructor Detail

IPieSeriesPropertiesProxy

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

IPieSeriesPropertiesProxy

public IPieSeriesPropertiesProxy()
For internal use only


IPieSeriesPropertiesProxy

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

IPieSeriesPropertiesProxy

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

IPieSeriesPropertiesProxy

protected IPieSeriesPropertiesProxy(java.lang.String CLSID,
                                    java.lang.String iid,
                                    java.lang.String host,
                                    com.esri.arcgis.interop.AuthInfo authInfo)
                             throws java.io.IOException
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
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
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getExplodeBiggestSlice

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

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

setExplodeBiggestSlice

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

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

getTotalPieAngle

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

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

setTotalPieAngle

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

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

getRotatePie

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

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

setRotatePie

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

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