com.esri.arcgis.output
Class FontMapEnvironment

java.lang.Object
  extended by com.esri.arcgis.output.FontMapEnvironment
All Implemented Interfaces:
com.esri.arcgis.interop.RemoteObjRef, IFontMapEnvironment, java.io.Serializable

public class FontMapEnvironment
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, IFontMapEnvironment

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 =

See Also:
Serialized Form

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

FontMapEnvironment

public FontMapEnvironment()
                   throws java.io.IOException,
                          java.net.UnknownHostException
Constructs a FontMapEnvironment using ArcGIS Engine.

Throws:
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems

FontMapEnvironment

public FontMapEnvironment(java.lang.Object obj)
                   throws java.io.IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
FontMapEnvironment theFontMapEnvironment = (FontMapEnvironment) obj;

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

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

getClsid

public static java.lang.String getClsid()
getClsid.


equals

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

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

release

public void release()
Release a FontMapEnvironment.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

setSaveMappings

public void setSaveMappings(boolean saveMappings)
                     throws java.io.IOException,
                            AutomationException
Indicates whether to save font mappings.

Specified by:
setSaveMappings in interface IFontMapEnvironment
Parameters:
saveMappings - The saveMappings (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isSaveMappings

public boolean isSaveMappings()
                       throws java.io.IOException,
                              AutomationException
Indicates whether to save font mappings.

Specified by:
isSaveMappings in interface IFontMapEnvironment
Returns:
The saveMappings
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFontMapCollection

public IFontMapCollection getFontMapCollection()
                                        throws java.io.IOException,
                                               AutomationException
The FontMap Collection.

Specified by:
getFontMapCollection in interface IFontMapEnvironment
Returns:
A reference to a com.esri.arcgis.output.IFontMapCollection
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDefaultMappingsChoices

public void setDefaultMappingsChoices(java.lang.Object defaultMappingChoices)
                               throws java.io.IOException,
                                      AutomationException
The Default Mapping Choices for Font Substitution.

Specified by:
setDefaultMappingsChoices in interface IFontMapEnvironment
Parameters:
defaultMappingChoices - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDefaultMappingsChoices

public java.lang.Object getDefaultMappingsChoices()
                                           throws java.io.IOException,
                                                  AutomationException
The Default Mapping Choices for Font Substitution.

Specified by:
getDefaultMappingsChoices in interface IFontMapEnvironment
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDefaultMapping

public void setDefaultMapping(java.lang.String defaultMapping)
                       throws java.io.IOException,
                              AutomationException
The Default Font Mapping string.

Specified by:
setDefaultMapping in interface IFontMapEnvironment
Parameters:
defaultMapping - The defaultMapping (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDefaultMapping

public java.lang.String getDefaultMapping()
                                   throws java.io.IOException,
                                          AutomationException
The Default Font Mapping string.

Specified by:
getDefaultMapping in interface IFontMapEnvironment
Returns:
The defaultMapping
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setApplyDefaultMappingDesc

public void setApplyDefaultMappingDesc(java.lang.String applyDefaultMappingDesc)
                                throws java.io.IOException,
                                       AutomationException
The Font Mapping checkbox description string.

Specified by:
setApplyDefaultMappingDesc in interface IFontMapEnvironment
Parameters:
applyDefaultMappingDesc - The applyDefaultMappingDesc (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getApplyDefaultMappingDesc

public java.lang.String getApplyDefaultMappingDesc()
                                            throws java.io.IOException,
                                                   AutomationException
The Font Mapping checkbox description string.

Specified by:
getApplyDefaultMappingDesc in interface IFontMapEnvironment
Returns:
The applyDefaultMappingDesc
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.