com.esri.arcgis.carto
Interface IDotDensityRenderer2

All Superinterfaces:
IDotDensityRenderer, java.io.Serializable
All Known Implementing Classes:
DotDensityRenderer, IDotDensityRenderer2Proxy

public interface IDotDensityRenderer2
extends IDotDensityRenderer, java.io.Serializable

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

Description: 'Provides access to members that control the drawing of varying densities of dots within polygon features to represent different quantities.' 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 IIDf4f653c0_fca7_4a4c_83eb_d5b6c625e2ce
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.carto.IDotDensityRenderer
IID9c7776b7_0421_11d4_9f7c_00c04f6bc709
 
Method Summary
 int getMaintainDensityBy()
          Indicates if density is preserved by dot size or dot value.
 void setMaintainDensityBy(int eMaintainDensityBy)
          Indicates if density is preserved by dot size or dot value.
 
Methods inherited from interface com.esri.arcgis.carto.IDotDensityRenderer
createLegend, getColorScheme, getControlLayer, getDotDensitySymbol, getDotValue, isMaintainSize, setColorScheme, setControlLayerByRef, setDotDensitySymbolByRef, setDotValue, setMaintainSize
 

Field Detail

IIDf4f653c0_fca7_4a4c_83eb_d5b6c625e2ce

static final int IIDf4f653c0_fca7_4a4c_83eb_d5b6c625e2ce
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

setMaintainDensityBy

void setMaintainDensityBy(int eMaintainDensityBy)
                          throws java.io.IOException,
                                 AutomationException
Indicates if density is preserved by dot size or dot value.

Parameters:
eMaintainDensityBy - A com.esri.arcgis.carto.esriMaintainDensityBy constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMaintainDensityBy

int getMaintainDensityBy()
                         throws java.io.IOException,
                                AutomationException
Indicates if density is preserved by dot size or dot value.

Returns:
A com.esri.arcgis.carto.esriMaintainDensityBy constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.