|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IJpegExporter
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 |
|---|
static final int IID511ff079_55c4_11d3_9ffd_00c04f6bc8dd
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void setBackgroundColor(IColor ppBackgroundColor)
throws java.io.IOException,
AutomationException
ppBackgroundColor - A reference to a com.esri.arcgis.display.IColor (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IColor getBackgroundColor()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setWidth(short pWidth)
throws java.io.IOException,
AutomationException
pWidth - The pWidth (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
short getWidth()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setHeight(short pHeight)
throws java.io.IOException,
AutomationException
pHeight - The pHeight (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
short getHeight()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setQuality(short quality)
throws java.io.IOException,
AutomationException
quality - The quality (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
short getQuality()
throws java.io.IOException,
AutomationException
java.io.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 | ||||||||