com.esri.arcgis.carto
Class IBubbleSeriesPropertiesProxy

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

public class IBubbleSeriesPropertiesProxy
extends com.esri.arcgis.interop.Dispatch
implements IBubbleSeriesProperties, java.io.Serializable

Internal use class Proxy for COM Interface 'IBubbleSeriesProperties'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control bubble 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.IBubbleSeriesProperties
IID, IID5f6a90cb_4cb1_4799_acd8_8baae27fc2fb
 
Constructor Summary
  IBubbleSeriesPropertiesProxy()
          For internal use only
  IBubbleSeriesPropertiesProxy(java.lang.Object obj)
           
protected IBubbleSeriesPropertiesProxy(java.lang.Object obj, java.lang.String iid)
           
  IBubbleSeriesPropertiesProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
protected IBubbleSeriesPropertiesProxy(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)
           
 void getNormalizedRadiusMinMax(double[] minval, double[] maxval)
          Get normalized radius min max (percent of Y values).
 IDataGraphTSymbolProperties getSymbolProperties()
          Properties of the bubble symbol.
 int getTransparency()
          Transparency level.
 boolean isNormalizedRadius()
          Properties of normalized Radius.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
           
 void setNormalizedRadius(boolean bNormalized)
          Properties of normalized Radius.
 void setNormalizedRadiusMinMax(double minval, double maxval)
          Set normalized radius min max (percent of Y values).
 void setTransparency(int pValue)
          Transparency level.
 
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

IBubbleSeriesPropertiesProxy

public IBubbleSeriesPropertiesProxy(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

IBubbleSeriesPropertiesProxy

public IBubbleSeriesPropertiesProxy()
For internal use only


IBubbleSeriesPropertiesProxy

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

IBubbleSeriesPropertiesProxy

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

IBubbleSeriesPropertiesProxy

protected IBubbleSeriesPropertiesProxy(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

getSymbolProperties

public IDataGraphTSymbolProperties getSymbolProperties()
                                                throws java.io.IOException,
                                                       AutomationException
Properties of the bubble symbol.

Specified by:
getSymbolProperties in interface IBubbleSeriesProperties
Returns:
A reference to a com.esri.arcgis.carto.IDataGraphTSymbolProperties
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTransparency

public int getTransparency()
                    throws java.io.IOException,
                           AutomationException
Transparency level.

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

setTransparency

public void setTransparency(int pValue)
                     throws java.io.IOException,
                            AutomationException
Transparency level.

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

isNormalizedRadius

public boolean isNormalizedRadius()
                           throws java.io.IOException,
                                  AutomationException
Properties of normalized Radius.

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

setNormalizedRadius

public void setNormalizedRadius(boolean bNormalized)
                         throws java.io.IOException,
                                AutomationException
Properties of normalized Radius.

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

setNormalizedRadiusMinMax

public void setNormalizedRadiusMinMax(double minval,
                                      double maxval)
                               throws java.io.IOException,
                                      AutomationException
Set normalized radius min max (percent of Y values).

Specified by:
setNormalizedRadiusMinMax in interface IBubbleSeriesProperties
Parameters:
minval - The minval (in)
maxval - The maxval (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNormalizedRadiusMinMax

public void getNormalizedRadiusMinMax(double[] minval,
                                      double[] maxval)
                               throws java.io.IOException,
                                      AutomationException
Get normalized radius min max (percent of Y values).

Specified by:
getNormalizedRadiusMinMax in interface IBubbleSeriesProperties
Parameters:
minval - The minval (out: use single element array)
maxval - The maxval (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.