|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.output.FontMapEnvironment
public class FontMapEnvironment
COM Class 'FontMapEnvironment'. Generated 3/19/2015 1:20:45 PM from 'C:\ArcGIS\COM\esriOutput.olb'
Description 'A global collection of font mapping settings.' 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 |
|---|
| Fields inherited from interface com.esri.arcgis.output.IFontMapEnvironment |
|---|
IID, IID9ecb85b2_6caa_11d3_b685_0080c8ea4fd5, xxDummy |
| Constructor Summary | |
|---|---|
FontMapEnvironment()
Constructs a FontMapEnvironment using ArcGIS Engine. |
|
FontMapEnvironment(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. FontMapEnvironment theFontMapEnvironment = (FontMapEnvironment) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
java.lang.String |
getApplyDefaultMappingDesc()
The Font Mapping checkbox description string. |
static java.lang.String |
getClsid()
getClsid. |
java.lang.String |
getDefaultMapping()
The Default Font Mapping string. |
java.lang.Object |
getDefaultMappingsChoices()
The Default Mapping Choices for Font Substitution. |
IFontMapCollection |
getFontMapCollection()
The FontMap Collection. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
int |
hashCode()
the hashcode for this object |
boolean |
isSaveMappings()
Indicates whether to save font mappings. |
void |
release()
Release a FontMapEnvironment. |
void |
setApplyDefaultMappingDesc(java.lang.String applyDefaultMappingDesc)
The Font Mapping checkbox description string. |
void |
setDefaultMapping(java.lang.String defaultMapping)
The Default Font Mapping string. |
void |
setDefaultMappingsChoices(java.lang.Object defaultMappingChoices)
The Default Mapping Choices for Font Substitution. |
void |
setSaveMappings(boolean saveMappings)
Indicates whether to save font mappings. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FontMapEnvironment()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public FontMapEnvironment(java.lang.Object obj)
throws java.io.IOException
FontMapEnvironment theFontMapEnvironment = (FontMapEnvironment) obj;
obj to FontMapEnvironment.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public void setSaveMappings(boolean saveMappings)
throws java.io.IOException,
AutomationException
setSaveMappings in interface IFontMapEnvironmentsaveMappings - The saveMappings (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isSaveMappings()
throws java.io.IOException,
AutomationException
isSaveMappings in interface IFontMapEnvironmentjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IFontMapCollection getFontMapCollection()
throws java.io.IOException,
AutomationException
getFontMapCollection in interface IFontMapEnvironmentjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDefaultMappingsChoices(java.lang.Object defaultMappingChoices)
throws java.io.IOException,
AutomationException
setDefaultMappingsChoices in interface IFontMapEnvironmentdefaultMappingChoices - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object getDefaultMappingsChoices()
throws java.io.IOException,
AutomationException
getDefaultMappingsChoices in interface IFontMapEnvironmentjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDefaultMapping(java.lang.String defaultMapping)
throws java.io.IOException,
AutomationException
setDefaultMapping in interface IFontMapEnvironmentdefaultMapping - The defaultMapping (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getDefaultMapping()
throws java.io.IOException,
AutomationException
getDefaultMapping in interface IFontMapEnvironmentjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setApplyDefaultMappingDesc(java.lang.String applyDefaultMappingDesc)
throws java.io.IOException,
AutomationException
setApplyDefaultMappingDesc in interface IFontMapEnvironmentapplyDefaultMappingDesc - The applyDefaultMappingDesc (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getApplyDefaultMappingDesc()
throws java.io.IOException,
AutomationException
getApplyDefaultMappingDesc in interface IFontMapEnvironmentjava.io.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 | ||||||||