com.esri.arcgis.output
Interface IJpegExporter

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IJpegExporterProxy, JpegExporter

public interface IJpegExporter
extends java.io.Serializable

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

Description: 'Superseded by IExportJPEG. Provides access to members that control the JPEG (Joint Photographic Experts Group) Exporter.' 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 IID511ff079_55c4_11d3_9ffd_00c04f6bc8dd
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IColor getBackgroundColor()
          The background color of the JPEG.
 short getHeight()
          The height of the JPEG.
 short getQuality()
          The JPEG compression / image quality.
 short getWidth()
          The width of the JPEG.
 void setBackgroundColor(IColor ppBackgroundColor)
          The background color of the JPEG.
 void setHeight(short pHeight)
          The height of the JPEG.
 void setQuality(short quality)
          The JPEG compression / image quality.
 void setWidth(short pWidth)
          The width of the JPEG.
 

Field Detail

IID511ff079_55c4_11d3_9ffd_00c04f6bc8dd

static final int IID511ff079_55c4_11d3_9ffd_00c04f6bc8dd
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

setBackgroundColor

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

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

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(short pWidth)
              throws java.io.IOException,
                     AutomationException
The width of the JPEG. If width or height is zero, screen size 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

short getWidth()
               throws java.io.IOException,
                      AutomationException
The width of the JPEG. If width or height is zero, screen size 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(short pHeight)
               throws java.io.IOException,
                      AutomationException
The height of the JPEG. If width or height is zero, screen size 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

short getHeight()
                throws java.io.IOException,
                       AutomationException
The height of the JPEG. If width or height is zero, screen size is used.

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

setQuality

void setQuality(short quality)
                throws java.io.IOException,
                       AutomationException
The JPEG compression / image quality.

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

getQuality

short getQuality()
                 throws java.io.IOException,
                        AutomationException
The JPEG compression / image quality.

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