com.esri.arcgis.display
Interface IDotDensityMasking

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DotDensityFillSymbol, IDotDensityMaskingProxy

public interface IDotDensityMasking
extends java.io.Serializable

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

Description: 'Provides access to the masking properties of a dot density fill symbol.' 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 IID758fc2b0_d2ac_11d3_81f3_0080c79f0371
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IGeometry getMaskGeometry()
          The geometry used for masking (can be a geometry collection).
 boolean isExcludeMask()
          Indicates if the dots are to be excluded from the mask area.
 boolean isUseMasking()
          Indicates if masking is used.
 void setExcludeMask(boolean excludeMask)
          Indicates if the dots are to be excluded from the mask area.
 void setMaskGeometryByRef(IGeometry geometry)
          The geometry used for masking (can be a geometry collection).
 void setUseMasking(boolean useMasking)
          Indicates if masking is used.
 

Field Detail

IID758fc2b0_d2ac_11d3_81f3_0080c79f0371

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

setMaskGeometryByRef

void setMaskGeometryByRef(IGeometry geometry)
                          throws java.io.IOException,
                                 AutomationException
The geometry used for masking (can be a geometry collection).

Parameters:
geometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMaskGeometry

IGeometry getMaskGeometry()
                          throws java.io.IOException,
                                 AutomationException
The geometry used for masking (can be a geometry collection).

Returns:
A reference to a com.esri.arcgis.geometry.IGeometry
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isUseMasking

boolean isUseMasking()
                     throws java.io.IOException,
                            AutomationException
Indicates if masking is used.

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

setUseMasking

void setUseMasking(boolean useMasking)
                   throws java.io.IOException,
                          AutomationException
Indicates if masking is used.

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

isExcludeMask

boolean isExcludeMask()
                      throws java.io.IOException,
                             AutomationException
Indicates if the dots are to be excluded from the mask area.

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

setExcludeMask

void setExcludeMask(boolean excludeMask)
                    throws java.io.IOException,
                           AutomationException
Indicates if the dots are to be excluded from the mask area.

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