com.esri.arcgis.display
Interface IDotDensityFillSymbol2

All Superinterfaces:
IDotDensityFillSymbol, IFillSymbol, java.io.Serializable
All Known Implementing Classes:
DotDensityFillSymbol, IDotDensityFillSymbol2Proxy

public interface IDotDensityFillSymbol2
extends IDotDensityFillSymbol, java.io.Serializable

COM Interface 'IDotDensityFillSymbol2'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

Description: 'Provides access to further properties of a data driven symbol commonly used with a dot density renderer.' 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 IIDde641030_cfc0_4465_beaf_33245d3ea1e9
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.display.IDotDensityFillSymbol
IID85e413a0_cdf9_11d3_81eb_0080c79f0371
 
Fields inherited from interface com.esri.arcgis.display.IFillSymbol
IIDe6bdaa7e_4d35_11d0_98be_00805f7ced21
 
Method Summary
 java.lang.Object getRandomSeed()
          Defines how the random generator is initialized to draw dots randomly.
 void setRandomSeed(java.lang.Object seed)
          Defines how the random generator is initialized to draw dots randomly.
 
Methods inherited from interface com.esri.arcgis.display.IDotDensityFillSymbol
getBackgroundColor, getDotCount, getDotSize, getDotSpacing, isFixedPlacement, setBackgroundColor, setDotCount, setDotSize, setDotSpacing, setFixedPlacement
 
Methods inherited from interface com.esri.arcgis.display.IFillSymbol
getColor, getOutline, setColor, setOutline
 

Field Detail

IIDde641030_cfc0_4465_beaf_33245d3ea1e9

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

getRandomSeed

java.lang.Object getRandomSeed()
                               throws java.io.IOException,
                                      AutomationException
Defines how the random generator is initialized to draw dots randomly.

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

setRandomSeed

void setRandomSeed(java.lang.Object seed)
                   throws java.io.IOException,
                          AutomationException
Defines how the random generator is initialized to draw dots randomly.

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