com.esri.arcgis.display
Interface esriDisplayCacheFlags

All Superinterfaces:
java.io.Serializable

public interface esriDisplayCacheFlags
extends java.io.Serializable

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

Description: 'Flags for Display Caching.' 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 esriDisplayCacheNoFlags
          No flags.
static int esriDisplayCachePrivate
          Cache is being managed by third party.
static int esriDisplayCacheRequiresBackground
          Cache must be initialized with background drawing so that effects such as alpha blending and anti aliasing can be drawn in cache.
 

Field Detail

esriDisplayCacheNoFlags

static final int esriDisplayCacheNoFlags
No flags.

See Also:
Constant Field Values

esriDisplayCacheRequiresBackground

static final int esriDisplayCacheRequiresBackground
Cache must be initialized with background drawing so that effects such as alpha blending and anti aliasing can be drawn in cache.

See Also:
Constant Field Values

esriDisplayCachePrivate

static final int esriDisplayCachePrivate
Cache is being managed by third party.

See Also:
Constant Field Values