com.esri.arcgis.output
Interface IExportImage

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ExportBMP, ExportGIF, ExportJPEG, ExportPNG, ExportTIFF, IExportImageProxy

public interface IExportImage
extends java.io.Serializable

COM Interface 'IExportImage'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriOutput.olb'

Description: 'Provides access to members that control the Image Export.' 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID4bf7d12a_5c15_4671_a9e2_11fce89f0873
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IColor getBackgroundColor()
          The background color of the Image.
 int getHeight()
          The height of the Image.
 int getImageType()
          Export Image Type.
 int getWidth()
          The width of the Image.
 void setBackgroundColor(IColor ppBackgroundColor)
          The background color of the Image.
 void setHeight(int pHeight)
          The height of the Image.
 void setImageType(int pimageType)
          Export Image Type.
 void setWidth(int pWidth)
          The width of the Image.
 

Field Detail

IID4bf7d12a_5c15_4671_a9e2_11fce89f0873

static final int IID4bf7d12a_5c15_4671_a9e2_11fce89f0873
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setImageType

void setImageType(int pimageType)
                  throws java.io.IOException,
                         AutomationException
Export Image Type.

Parameters:
pimageType - A com.esri.arcgis.output.esriExportImageType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getImageType

int getImageType()
                 throws java.io.IOException,
                        AutomationException
Export Image Type.

Returns:
A com.esri.arcgis.output.esriExportImageType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBackgroundColor

void setBackgroundColor(IColor ppBackgroundColor)
                        throws java.io.IOException,
                               AutomationException
The background color of the Image.

Parameters:
ppBackgroundColor - A reference to a com.esri.arcgis.display.IColor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBackgroundColor

IColor getBackgroundColor()
                          throws java.io.IOException,
                                 AutomationException
The background color of the Image.

Returns:
A reference to a com.esri.arcgis.display.IColor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setWidth

void setWidth(int pWidth)
              throws java.io.IOException,
                     AutomationException
The width of the Image. If width is zero, screen width is used.

Parameters:
pWidth - The pWidth (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getWidth

int getWidth()
             throws java.io.IOException,
                    AutomationException
The width of the Image. If width is zero, screen width is used.

Returns:
The pWidth
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setHeight

void setHeight(int pHeight)
               throws java.io.IOException,
                      AutomationException
The height of the Image. If height is zero, screen height is used.

Parameters:
pHeight - The pHeight (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getHeight

int getHeight()
              throws java.io.IOException,
                     AutomationException
The height of the Image. If height is zero, screen height is used.

Returns:
The pHeight
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.