com.esri.arcgis.carto
Interface IPolarSeriesProperties

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

public interface IPolarSeriesProperties
extends java.io.Serializable

COM Interface 'IPolarSeriesProperties'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control polar 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 IID7a761088_7684_4545_a553_2edde236194d
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IDataGraphTSymbolProperties getSymbolProperties()
          Properties of the symbol.
 int getTransparency()
          Transparency level.
 boolean isCircleClosed()
          Circle closed
 boolean isCircled()
          Circled
 void setCircleClosed(boolean b)
          Circle closed
 void setCircled(boolean b)
          Circled
 void setTransparency(int pValue)
          Transparency level.
 

Field Detail

IID7a761088_7684_4545_a553_2edde236194d

static final int IID7a761088_7684_4545_a553_2edde236194d
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 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.

setCircled

void setCircled(boolean b)
                throws java.io.IOException,
                       AutomationException
Circled

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

isCircled

boolean isCircled()
                  throws java.io.IOException,
                         AutomationException
Circled

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

setCircleClosed

void setCircleClosed(boolean b)
                     throws java.io.IOException,
                            AutomationException
Circle closed

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

isCircleClosed

boolean isCircleClosed()
                       throws java.io.IOException,
                              AutomationException
Circle closed

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