com.esri.arcgis.carto
Interface IBubbleSeriesProperties

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IBubbleSeriesPropertiesProxy

public interface IBubbleSeriesProperties
extends java.io.Serializable

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID5f6a90cb_4cb1_4799_acd8_8baae27fc2fb
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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 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.
 

Field Detail

IID5f6a90cb_4cb1_4799_acd8_8baae27fc2fb

static final int IID5f6a90cb_4cb1_4799_acd8_8baae27fc2fb
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getSymbolProperties

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

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

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

Returns:
The pValue
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTransparency

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

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

isNormalizedRadius

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

Returns:
The bNormalized
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNormalizedRadius

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

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

setNormalizedRadiusMinMax

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

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

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

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.