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, Externalizable, Serializable

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

Provides access to members that control bubble series.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  IBubbleSeriesPropertiesProxy()
           
  IBubbleSeriesPropertiesProxy(Object obj)
           
protected IBubbleSeriesPropertiesProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, 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(String iidStr, 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

noncastable

public boolean noncastable
Constructor Detail

IBubbleSeriesPropertiesProxy

public IBubbleSeriesPropertiesProxy()

IBubbleSeriesPropertiesProxy

public IBubbleSeriesPropertiesProxy(Object obj)
                             throws IOException
Throws:
IOException

IBubbleSeriesPropertiesProxy

protected IBubbleSeriesPropertiesProxy(Object obj,
                                       String iid)
                                throws IOException
Throws:
IOException
Method Detail

addListener

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

removeListener

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

getSymbolProperties

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getTransparency

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setTransparency

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

isNormalizedRadius

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setNormalizedRadius

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setNormalizedRadiusMinMax

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getNormalizedRadiusMinMax

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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