|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.output.FontMap
public class FontMap
Class used to map a font from a TrueType Font to a resident Adobe Type 1 Font for the PostScript Printer Driver, EPS Export Driver and PDF Export Driver.
Constructor Summary | |
---|---|
FontMap()
Constructs a FontMap using ArcGIS Engine. |
|
FontMap(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. FontMap theFontMap = (FontMap) obj; |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
String |
getMappedFont()
Creates an association between the TrueType Font and the Mapped Font. |
String |
getTrueTypeFont()
Creates an association between the TrueType Font and the Mapped Font. |
int |
hashCode()
the hashcode for this object |
void |
setMapping(String trueTypeFont,
String rhs2)
Creates an association between the TrueType Font and the Mapped Font. |
void |
setMapping2(String trueTypeFont,
String rhs2)
Creates an association between the TrueType Font and the Mapped 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 FontMap() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic FontMap(Object obj) throws IOException
FontMap theFontMap = (FontMap) obj;
obj
to FontMap
.
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 getTrueTypeFont() throws IOException, AutomationException
getTrueTypeFont
in interface IFontMap
getTrueTypeFont
in interface IFontMap2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getMappedFont() throws IOException, AutomationException
getMappedFont
in interface IFontMap
getMappedFont
in interface IFontMap2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMapping(String trueTypeFont, String rhs2) throws IOException, AutomationException
setMapping
in interface IFontMap
setMapping
in interface IFontMap2
trueTypeFont
- The trueTypeFont (in)rhs2
- The rhs2 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMapping2(String trueTypeFont, String rhs2) throws IOException, AutomationException
setMapping2
in interface IFontMap2
trueTypeFont
- The trueTypeFont (in)rhs2
- The rhs2 (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 |