|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBubbleSeriesProperties
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 |
---|
static final int IID5f6a90cb_4cb1_4799_acd8_8baae27fc2fb
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
IDataGraphTSymbolProperties getSymbolProperties() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getTransparency() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTransparency(int pValue) throws java.io.IOException, AutomationException
pValue
- The pValue (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isNormalizedRadius() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNormalizedRadius(boolean bNormalized) throws java.io.IOException, AutomationException
bNormalized
- The bNormalized (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNormalizedRadiusMinMax(double minval, double maxval) throws java.io.IOException, AutomationException
minval
- The minval (in)maxval
- The maxval (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getNormalizedRadiusMinMax(double[] minval, double[] maxval) throws java.io.IOException, AutomationException
minval
- The minval (out: use single element array)maxval
- The maxval (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |