com.esri.arcgis.output
Class IPSDriver2Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.output.IPSDriver2Proxy
All Implemented Interfaces:
IPSDriver2, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IPSDriver2'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriOutput.olb'

Description: 'Provides access to members that control the other options of the PostScript Driver.' 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 =

public class IPSDriver2Proxy
extends com.esri.arcgis.interop.Dispatch
implements IPSDriver2, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.output.IPSDriver2
IID, IID25164bc3_56da_4af1_a195_1506ecfec53c
 
Constructor Summary
  IPSDriver2Proxy()
          Deprecated. For internal use only
  IPSDriver2Proxy(java.lang.Object obj)
          Deprecated.  
protected IPSDriver2Proxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IPSDriver2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IPSDriver2Proxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 void createPS(java.lang.String inputFileName, java.lang.String outputFileName)
          Deprecated. Converts the EMF file to a EPS File.
 short getCopies()
          Deprecated. The number of copies.
 int getEmulsion()
          Deprecated. The Emulsion setting for the PostScript Driver.
 IFontMapCollection getFontMapCollection()
          Deprecated. The Font Map Collection for Font Mapping.
 java.lang.String getFormName()
          Deprecated. The printer page form.
 int getHalfTone(int halfTone)
          Deprecated. The Halftone DPI / LPI.
 int getImage()
          Deprecated. The Image setting (Positive or Negative) for the PostScript Driver.
 int getImageCompression()
          Deprecated. The Image Compression of the PostScript Driver.
 short getMarks()
          Deprecated. The PostScript Marks.
 short getOrientation()
          Deprecated. The printer page orientation (1 = portrait.
 java.lang.String getPPDFile()
          Deprecated. The PPD (PostScript Printer Description) file to be used.
 IEnvelope getPrintableBounds()
          Deprecated. The printers Printable Bounds - Used for Marks.
 int getPSLanguageLevel()
          Deprecated. The PostScript Driver Language Level.
 boolean isArcPressSeparateImage()
          Deprecated. Indicates whether a separate Image file should be created for ArcPress.
 boolean isArcPressSeparateImageRotate()
          Deprecated. Indicates whether the Image should be rotated 90 degress for ArcPress.
 boolean isOneBitImageTransparency()
          Deprecated. Indicates if the 1-bit Image Transparency setting for the PostScript Driver is set to true.
 boolean isUseEMFFrameBoxForPSBoundingBox()
          Deprecated. Indicates whether the PostScript Driver should use the ENHMETAHEADER rclFrame instead of rclBounds for the PostScript Bounding Box.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setArcPressSeparateImage(boolean sepImage)
          Deprecated. Indicates whether a separate Image file should be created for ArcPress.
 void setArcPressSeparateImageRotate(boolean sepImage)
          Deprecated. Indicates whether the Image should be rotated 90 degress for ArcPress.
 void setCopies(short copies)
          Deprecated. The number of copies.
 void setEmulsion(int emulsion)
          Deprecated. The Emulsion setting for the PostScript Driver.
 void setFontMapCollectionByRef(IFontMapCollection fontMapCollection)
          Deprecated. The Font Map Collection for Font Mapping.
 void setFormName(java.lang.String formName)
          Deprecated. The printer page form.
 void setHalfTone(int halfTone, int value)
          Deprecated. The Halftone DPI / LPI.
 void setImage(int image)
          Deprecated. The Image setting (Positive or Negative) for the PostScript Driver.
 void setImageCompression(int imageCompression)
          Deprecated. The Image Compression of the PostScript Driver.
 void setMarks(short marks)
          Deprecated. The PostScript Marks.
 void setOneBitImageTransparency(boolean imageTransparency)
          Deprecated. Indicates if the 1-bit Image Transparency setting for the PostScript Driver is set to true.
 void setOrientation(short orientation)
          Deprecated. The printer page orientation (1 = portrait.
 void setPPDFile(java.lang.String pPDFile)
          Deprecated. The PPD (PostScript Printer Description) file to be used.
 void setPrintableBounds(IEnvelope ppBounds)
          Deprecated. The printers Printable Bounds - Used for Marks.
 void setPSLanguageLevel(int pslevel)
          Deprecated. The PostScript Driver Language Level.
 void setStepProgressor(IStepProgressor rhs1)
          Deprecated. PostScript Driver will update a Progress Bar.
 void setUseEMFFrameBoxForPSBoundingBox(boolean useFrameBox)
          Deprecated. Indicates whether the PostScript Driver should use the ENHMETAHEADER rclFrame instead of rclBounds for the PostScript Bounding Box.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IPSDriver2Proxy

public IPSDriver2Proxy(java.lang.String CLSID,
                       java.lang.String host,
                       com.esri.arcgis.interop.AuthInfo authInfo)
                throws java.net.UnknownHostException,
                       java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IPSDriver2Proxy

public IPSDriver2Proxy()
Deprecated. 
For internal use only


IPSDriver2Proxy

public IPSDriver2Proxy(java.lang.Object obj)
                throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IPSDriver2Proxy

protected IPSDriver2Proxy(java.lang.Object obj,
                          java.lang.String iid)
                   throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IPSDriver2Proxy

protected IPSDriver2Proxy(java.lang.String CLSID,
                          java.lang.String iid,
                          java.lang.String host,
                          com.esri.arcgis.interop.AuthInfo authInfo)
                   throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getCopies

public short getCopies()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The number of copies.

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

setCopies

public void setCopies(short copies)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
The number of copies.

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

getImageCompression

public int getImageCompression()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The Image Compression of the PostScript Driver.

Specified by:
getImageCompression in interface IPSDriver2
Returns:
A com.esri.arcgis.output.esriPSDriverImageCompression constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setImageCompression

public void setImageCompression(int imageCompression)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The Image Compression of the PostScript Driver.

Specified by:
setImageCompression in interface IPSDriver2
Parameters:
imageCompression - A com.esri.arcgis.output.esriPSDriverImageCompression constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isArcPressSeparateImage

public boolean isArcPressSeparateImage()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Indicates whether a separate Image file should be created for ArcPress.

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

setArcPressSeparateImage

public void setArcPressSeparateImage(boolean sepImage)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Indicates whether a separate Image file should be created for ArcPress.

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

isArcPressSeparateImageRotate

public boolean isArcPressSeparateImageRotate()
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
Indicates whether the Image should be rotated 90 degress for ArcPress.

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

setArcPressSeparateImageRotate

public void setArcPressSeparateImageRotate(boolean sepImage)
                                    throws java.io.IOException,
                                           AutomationException
Deprecated. 
Indicates whether the Image should be rotated 90 degress for ArcPress.

Specified by:
setArcPressSeparateImageRotate in interface IPSDriver2
Parameters:
sepImage - The sepImage (in)
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
Deprecated. 
The Font Map Collection for Font Mapping.

Specified by:
getFontMapCollection in interface IPSDriver2
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.

setFontMapCollectionByRef

public void setFontMapCollectionByRef(IFontMapCollection fontMapCollection)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
The Font Map Collection for Font Mapping.

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

getPPDFile

public java.lang.String getPPDFile()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The PPD (PostScript Printer Description) file to be used.

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

setPPDFile

public void setPPDFile(java.lang.String pPDFile)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The PPD (PostScript Printer Description) file to be used.

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

getMarks

public short getMarks()
               throws java.io.IOException,
                      AutomationException
Deprecated. 
The PostScript Marks.

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

setMarks

public void setMarks(short marks)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
The PostScript Marks.

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

getHalfTone

public int getHalfTone(int halfTone)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The Halftone DPI / LPI.

Specified by:
getHalfTone in interface IPSDriver2
Parameters:
halfTone - A com.esri.arcgis.output.esriPSDriverHalfTone constant (in)
Returns:
The value
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setHalfTone

public void setHalfTone(int halfTone,
                        int value)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The Halftone DPI / LPI.

Specified by:
setHalfTone in interface IPSDriver2
Parameters:
halfTone - A com.esri.arcgis.output.esriPSDriverHalfTone constant (in)
value - The value (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFormName

public java.lang.String getFormName()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The printer page form. Use Win32 DMPAPER_xxx constants.

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

setFormName

public void setFormName(java.lang.String formName)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The printer page form. Use Win32 DMPAPER_xxx constants.

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

getPrintableBounds

public IEnvelope getPrintableBounds()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The printers Printable Bounds - Used for Marks.

Specified by:
getPrintableBounds in interface IPSDriver2
Returns:
A reference to a com.esri.arcgis.geometry.IEnvelope
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPrintableBounds

public void setPrintableBounds(IEnvelope ppBounds)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The printers Printable Bounds - Used for Marks.

Specified by:
setPrintableBounds in interface IPSDriver2
Parameters:
ppBounds - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOrientation

public short getOrientation()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The printer page orientation (1 = portrait. 2 = landscape).

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

setOrientation

public void setOrientation(short orientation)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The printer page orientation (1 = portrait. 2 = landscape).

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

getEmulsion

public int getEmulsion()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The Emulsion setting for the PostScript Driver.

Specified by:
getEmulsion in interface IPSDriver2
Returns:
A com.esri.arcgis.output.esriPSDriverEmulsion constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setEmulsion

public void setEmulsion(int emulsion)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The Emulsion setting for the PostScript Driver.

Specified by:
setEmulsion in interface IPSDriver2
Parameters:
emulsion - A com.esri.arcgis.output.esriPSDriverEmulsion constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getImage

public int getImage()
             throws java.io.IOException,
                    AutomationException
Deprecated. 
The Image setting (Positive or Negative) for the PostScript Driver.

Specified by:
getImage in interface IPSDriver2
Returns:
A com.esri.arcgis.output.esriPSDriverImage constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setImage

public void setImage(int image)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
The Image setting (Positive or Negative) for the PostScript Driver.

Specified by:
setImage in interface IPSDriver2
Parameters:
image - A com.esri.arcgis.output.esriPSDriverImage constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isOneBitImageTransparency

public boolean isOneBitImageTransparency()
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
Indicates if the 1-bit Image Transparency setting for the PostScript Driver is set to true.

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

setOneBitImageTransparency

public void setOneBitImageTransparency(boolean imageTransparency)
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Indicates if the 1-bit Image Transparency setting for the PostScript Driver is set to true.

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

isUseEMFFrameBoxForPSBoundingBox

public boolean isUseEMFFrameBoxForPSBoundingBox()
                                         throws java.io.IOException,
                                                AutomationException
Deprecated. 
Indicates whether the PostScript Driver should use the ENHMETAHEADER rclFrame instead of rclBounds for the PostScript Bounding Box.

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

setUseEMFFrameBoxForPSBoundingBox

public void setUseEMFFrameBoxForPSBoundingBox(boolean useFrameBox)
                                       throws java.io.IOException,
                                              AutomationException
Deprecated. 
Indicates whether the PostScript Driver should use the ENHMETAHEADER rclFrame instead of rclBounds for the PostScript Bounding Box.

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

getPSLanguageLevel

public int getPSLanguageLevel()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The PostScript Driver Language Level.

Specified by:
getPSLanguageLevel in interface IPSDriver2
Returns:
A com.esri.arcgis.output.esriPSDriverPSLanguageLevel constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPSLanguageLevel

public void setPSLanguageLevel(int pslevel)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The PostScript Driver Language Level.

Specified by:
setPSLanguageLevel in interface IPSDriver2
Parameters:
pslevel - A com.esri.arcgis.output.esriPSDriverPSLanguageLevel constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setStepProgressor

public void setStepProgressor(IStepProgressor rhs1)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
PostScript Driver will update a Progress Bar.

Specified by:
setStepProgressor in interface IPSDriver2
Parameters:
rhs1 - A reference to a com.esri.arcgis.system.IStepProgressor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createPS

public void createPS(java.lang.String inputFileName,
                     java.lang.String outputFileName)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Converts the EMF file to a EPS File.

Specified by:
createPS in interface IPSDriver2
Parameters:
inputFileName - The inputFileName (in)
outputFileName - The outputFileName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.