com.esri.arcgis.display
Interface esriDisplayCacheFlags

All Superinterfaces:
Serializable

public interface esriDisplayCacheFlags
extends Serializable

Flags for Display Caching.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux


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