|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.output.AIDriver
public class AIDriver
Superseded by ExportAI. Adobe Illustator Driver Class.
| Constructor Summary | |
|---|---|
AIDriver()
Constructs a AIDriver using ArcGIS Engine. |
|
AIDriver(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. AIDriver theAIDriver = (AIDriver) obj; |
|
| Method Summary | |
|---|---|
void |
createAI(String inputFileName,
String outputFileName)
Converts the EMF file to a AI File. |
boolean |
equals(Object o)
Compare this object with another |
int |
getAIDriverOptions()
Adobe Illustrator Driver options. |
static String |
getClsid()
getClsid. |
int |
hashCode()
the hashcode for this object |
void |
setAIDriverOptions(int aiOptions)
Adobe Illustrator Driver options. |
void |
setStepProgressor(IStepProgressor rhs1)
Updates a Progress Bar. |
void |
setTrackCancel(ITrackCancel rhs1)
Reacts to a Cancel. |
| 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 AIDriver()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public AIDriver(Object obj)
throws IOException
AIDriver theAIDriver = (AIDriver) obj;
obj to AIDriver.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public void createAI(String inputFileName,
String outputFileName)
throws IOException,
AutomationException
createAI in interface IAIDriverinputFileName - The inputFileName (in)outputFileName - The outputFileName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getAIDriverOptions()
throws IOException,
AutomationException
getAIDriverOptions in interface IAIDriverIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAIDriverOptions(int aiOptions)
throws IOException,
AutomationException
setAIDriverOptions in interface IAIDriveraiOptions - A com.esri.arcgis.output.esriAIDriverOptions constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setStepProgressor(IStepProgressor rhs1)
throws IOException,
AutomationException
setStepProgressor in interface IStepProgressorSetuprhs1 - A reference to a com.esri.arcgis.system.IStepProgressor (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTrackCancel(ITrackCancel rhs1)
throws IOException,
AutomationException
setTrackCancel in interface ITrackCancelSetuprhs1 - A reference to a com.esri.arcgis.system.ITrackCancel (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 | ||||||||