com.esri.arcgis.datasourcesraster
Interface esriRasterPaintMethod

All Superinterfaces:
java.io.Serializable

public interface esriRasterPaintMethod
extends java.io.Serializable

Constants from esriRasterPaintMethod' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'The method used to paint the raster.' 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 int esriRasterPaintCheckerboard
          The raster is painted using a checkerboard pattern.
static int esriRasterPaintConstantColor
          The raster is painted using a constant color value.
 

Field Detail

esriRasterPaintConstantColor

static final int esriRasterPaintConstantColor
The raster is painted using a constant color value.

See Also:
Constant Field Values

esriRasterPaintCheckerboard

static final int esriRasterPaintCheckerboard
The raster is painted using a checkerboard pattern.

See Also:
Constant Field Values