|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.cartoUI.DotDensitySymbolUIDialog
public class DotDensitySymbolUIDialog
A dialog for working with some properties of a DotDensitySymbol object.
The dialog used to work with DotDensityFillSymbol properties including masking and dot placement options.
| Constructor Summary | |
|---|---|
DotDensitySymbolUIDialog()
Constructs a DotDensitySymbolUIDialog using ArcGIS Engine. |
|
DotDensitySymbolUIDialog(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. DotDensitySymbolUIDialog theDotDensitySymbolUIDialog = (DotDensitySymbolUIDialog) obj; |
|
| Method Summary | |
|---|---|
boolean |
doModal(int parentHWnd)
Displays the dialog. |
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
ILayer |
getLayer()
Dot density masking layer (i.e. |
int |
hashCode()
the hashcode for this object |
void |
setLayersByRef(IEnumLayer rhs1)
Layers available to the user for dot density masking. |
void |
setSymbolByRef(IDotDensityFillSymbol rhs1)
Dot density fill symbol. |
| 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 |
|---|
public DotDensitySymbolUIDialog()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public DotDensitySymbolUIDialog(Object obj)
throws IOException
DotDensitySymbolUIDialog theDotDensitySymbolUIDialog = (DotDensitySymbolUIDialog) obj;
obj to DotDensitySymbolUIDialog.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public void setSymbolByRef(IDotDensityFillSymbol rhs1)
throws IOException,
AutomationException
setSymbolByRef in interface IDotDensitySymbolUIDialogrhs1 - A reference to a com.esri.arcgis.display.IDotDensityFillSymbol (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLayersByRef(IEnumLayer rhs1)
throws IOException,
AutomationException
setLayersByRef in interface IDotDensitySymbolUIDialogrhs1 - A reference to a com.esri.arcgis.carto.IEnumLayer (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ILayer getLayer()
throws IOException,
AutomationException
getLayer in interface IDotDensitySymbolUIDialogIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean doModal(int parentHWnd)
throws IOException,
AutomationException
doModal in interface IDotDensitySymbolUIDialogparentHWnd - The parentHWnd (A COM typedef) (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||