|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.framework.SymbolPickerDialog
public class SymbolPickerDialog
The SymbolPicker Dialog Object.
Constructor Summary | |
---|---|
SymbolPickerDialog()
Constructs a SymbolPickerDialog using ArcGIS Engine. |
|
SymbolPickerDialog(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. SymbolPickerDialog theSymbolPickerDialog = (SymbolPickerDialog) obj; |
Method Summary | |
---|---|
boolean |
doModal(int hWndParent)
Shows modal version of dialog. |
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
int |
getSelectedChar()
The Selected unicode Character. |
String |
getSelectedFontName()
The name of the Selected Font. |
int |
hashCode()
the hashcode for this object |
void |
setSelectedChar(int iCharUnicode)
The Selected unicode Character. |
void |
setSelectedFontName(String fontFaceName)
The name of the Selected Font. |
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 SymbolPickerDialog() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic SymbolPickerDialog(Object obj) throws IOException
SymbolPickerDialog theSymbolPickerDialog = (SymbolPickerDialog) obj;
obj
to SymbolPickerDialog
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String getSelectedFontName() throws IOException, AutomationException
getSelectedFontName
in interface ISymbolPickerDialog
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSelectedFontName(String fontFaceName) throws IOException, AutomationException
setSelectedFontName
in interface ISymbolPickerDialog
fontFaceName
- The fontFaceName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getSelectedChar() throws IOException, AutomationException
getSelectedChar
in interface ISymbolPickerDialog
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSelectedChar(int iCharUnicode) throws IOException, AutomationException
setSelectedChar
in interface ISymbolPickerDialog
iCharUnicode
- The iCharUnicode (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean doModal(int hWndParent) throws IOException, AutomationException
doModal
in interface ISymbolPickerDialog
hWndParent
- The hWndParent (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 |