com.esri.arcgis.cartoUI
Interface IDotDensitySymbolUIDialog

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DotDensitySymbolUIDialog, IDotDensitySymbolUIDialogProxy

public interface IDotDensitySymbolUIDialog
extends java.io.Serializable

COM Interface 'IDotDensitySymbolUIDialog'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriCartoUI.olb'

Description: 'Provides access to members that control a dialog for working with some properties of a DotDensitySymbol object.' 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 IIDdb4ec7b0_e41d_11d3_822a_0080c79f0371
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean doModal(int parentHWnd)
          Displays the dialog.
 ILayer getLayer()
          Dot density masking layer (i.e.
 void setLayersByRef(IEnumLayer rhs1)
          Layers available to the user for dot density masking.
 void setSymbolByRef(IDotDensityFillSymbol rhs1)
          Dot density fill symbol.
 

Field Detail

IIDdb4ec7b0_e41d_11d3_822a_0080c79f0371

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

setSymbolByRef

void setSymbolByRef(IDotDensityFillSymbol rhs1)
                    throws java.io.IOException,
                           AutomationException
Dot density fill symbol.

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

setLayersByRef

void setLayersByRef(IEnumLayer rhs1)
                    throws java.io.IOException,
                           AutomationException
Layers available to the user for dot density masking.

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

getLayer

ILayer getLayer()
                throws java.io.IOException,
                       AutomationException
Dot density masking layer (i.e. the control layer).

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

doModal

boolean doModal(int parentHWnd)
                throws java.io.IOException,
                       AutomationException
Displays the dialog.

Parameters:
parentHWnd - The parentHWnd (A COM typedef) (in)
Returns:
The ok
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.