com.esri.arcgis.cartoUI
Class BarSizeDialog

java.lang.Object
  extended by com.esri.arcgis.cartoUI.BarSizeDialog
All Implemented Interfaces:
IRendererUIDialog2, com.esri.arcgis.interop.RemoteObjRef, Serializable

public class BarSizeDialog
extends Object
implements com.esri.arcgis.interop.RemoteObjRef, IRendererUIDialog2

A dialog for working with the size properties of BarChartSymbol and StackedChartSymbol objects.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

See Also:
Serialized Form

Constructor Summary
BarSizeDialog()
          Constructs a BarSizeDialog using ArcGIS Engine.
BarSizeDialog(Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
BarSizeDialog theBarSizeDialog = (BarSizeDialog) obj;
 
Method Summary
 boolean doModal(int parentHWnd)
          Displays the dialog.
 boolean equals(Object o)
          Compare this object with another
static String getClsid()
          getClsid.
 int hashCode()
          the hashcode for this object
 void setFeatureLayerByRef(IFeatureLayer rhs1)
          The feature layer.
 void setRendererByRef(IFeatureRenderer rhs1)
          The renderer.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef
getJintegraDispatch, release
 

Constructor Detail

BarSizeDialog

public BarSizeDialog()
              throws IOException,
                     UnknownHostException
Constructs a BarSizeDialog using ArcGIS Engine.

Throws:
IOException - if there are interop problems
UnknownHostException - if there are interop problems

BarSizeDialog

public BarSizeDialog(Object obj)
              throws IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
BarSizeDialog theBarSizeDialog = (BarSizeDialog) obj;

Construct a BarSizeDialog using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to BarSizeDialog.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
IOException - if there are interop problems
Method Detail

getClsid

public static String getClsid()
getClsid.


equals

public boolean equals(Object o)
Compare this object with another

Overrides:
equals in class Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class Object

setRendererByRef

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

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

setFeatureLayerByRef

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

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Specified by:
setFeatureLayerByRef in interface IRendererUIDialog2
Parameters:
rhs1 - A reference to a com.esri.arcgis.carto.IFeatureLayer (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

doModal

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

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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