com.esri.arcgis.display
Interface IRasterPicture

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
BasicRasterPicture, IRasterPictureProxy, RasterPicture

public interface IRasterPicture
extends java.io.Serializable

COM Interface 'IRasterPicture'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

Description: 'Provides access to members that control the raster picture.' 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 IIDcfdfa1b1_d5de_11d3_a414_0004ac1b1d86
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IColor getTransparentColor()
          The transparent color if there is any.
 IPicture loadPicture(java.lang.String fileName)
          Loads the picture.
 

Field Detail

IIDcfdfa1b1_d5de_11d3_a414_0004ac1b1d86

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

loadPicture

IPicture loadPicture(java.lang.String fileName)
                     throws java.io.IOException,
                            AutomationException
Loads the picture.

Parameters:
fileName - The fileName (in)
Returns:
A reference to a com.esri.arcgis.support.ms.stdole.IPicture
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTransparentColor

IColor getTransparentColor()
                           throws java.io.IOException,
                                  AutomationException
The transparent color if there is any.

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.