com.esri.arcgis.output
Class FontMapCollection

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

public class FontMapCollection
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, IFontMapCollection

COM Class 'FontMapCollection'. Generated 3/19/2015 1:20:45 PM from 'C:\ArcGIS\COM\esriOutput.olb'

Description 'A collection of font mappings.' 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.IFontMapCollection
IID, IID7539e7dd_2d89_11d3_9fc6_00c04f6bc8dd, xxDummy
 
Constructor Summary
FontMapCollection()
          Constructs a FontMapCollection using ArcGIS Engine.
FontMapCollection(java.lang.Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
FontMapCollection theFontMapCollection = (FontMapCollection) obj;
 
Method Summary
 void add(IFontMap fontMap)
          Add an IFontMap to the FontMap collection.
 boolean equals(java.lang.Object o)
          Compare this object with another
static java.lang.String getClsid()
          getClsid.
 int getCount()
          The count of the FontMap collection.
 IFontMap getFontMap(int index)
          An IFontMap from the FontMap collection.
 com.esri.arcgis.interop.Dispatch getJintegraDispatch()
          Deprecated. Internal use only.
 int hashCode()
          the hashcode for this object
 void insert(int index, IFontMap fontMap)
          Insert an IFontMap into the FontMap collection at position index.
 void release()
          Release a FontMapCollection.
 void remove(int index)
          Removes IFontMap at index from the FontMap collection.
 void removeAll()
          Removes all IFontMaps from the FontMap collection.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FontMapCollection

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

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

FontMapCollection

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

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

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 FontMapCollection.

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

getCount

public int getCount()
             throws java.io.IOException,
                    AutomationException
The count of the FontMap collection.

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

getFontMap

public IFontMap getFontMap(int index)
                    throws java.io.IOException,
                           AutomationException
An IFontMap from the FontMap collection.

Specified by:
getFontMap in interface IFontMapCollection
Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.output.IFontMap
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

add

public void add(IFontMap fontMap)
         throws java.io.IOException,
                AutomationException
Add an IFontMap to the FontMap collection.

Specified by:
add in interface IFontMapCollection
Parameters:
fontMap - A reference to a com.esri.arcgis.output.IFontMap (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

insert

public void insert(int index,
                   IFontMap fontMap)
            throws java.io.IOException,
                   AutomationException
Insert an IFontMap into the FontMap collection at position index.

Specified by:
insert in interface IFontMapCollection
Parameters:
index - The index (in)
fontMap - A reference to a com.esri.arcgis.output.IFontMap (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

remove

public void remove(int index)
            throws java.io.IOException,
                   AutomationException
Removes IFontMap at index from the FontMap collection.

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

removeAll

public void removeAll()
               throws java.io.IOException,
                      AutomationException
Removes all IFontMaps from the FontMap collection.

Specified by:
removeAll in interface IFontMapCollection
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.