com.esri.arcgis.cartoUI
Interface IRendererUIDialog2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
BarSizeDialog, IRendererUIDialog2Proxy, MarkerRotationDialog, MarkerSizeDialog, PieSizeDialog, TransparencyFieldDialog

public interface IRendererUIDialog2
extends java.io.Serializable

COM Interface 'IRendererUIDialog2'. 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 the size properties of chart symbols.' 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 IID98dd7039_feb4_11d3_9f7c_00c04f6bc709
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean doModal(int parentHWnd)
          Displays the dialog.
 void setFeatureLayerByRef(IFeatureLayer rhs1)
          The feature layer.
 void setRendererByRef(IFeatureRenderer rhs1)
          The renderer.
 

Field Detail

IID98dd7039_feb4_11d3_9f7c_00c04f6bc709

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

setRendererByRef

void setRendererByRef(IFeatureRenderer rhs1)
                      throws java.io.IOException,
                             AutomationException
The renderer.

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

setFeatureLayerByRef

void setFeatureLayerByRef(IFeatureLayer rhs1)
                          throws java.io.IOException,
                                 AutomationException
The feature layer.

Parameters:
rhs1 - A reference to a com.esri.arcgis.carto.IFeatureLayer (in)
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.