GLG Toolkit, Java Class Library  Version 4.5
GlgChartCacheUse

Controls the use of a per-plot chart cache. More...

Detailed Description

Controls the use of a per-plot chart cache.

Constants

static final int NO_CHART_CACHE = 0
 Chart cache use constant. More...
 
static final int USE_CHART_CACHE = 1
 Chart cache use constant. More...
 
static final int USE_PREALLOCATED_CHART_CACHE = 3
 Chart cache use constant. More...
 

Variable Documentation

◆ NO_CHART_CACHE

final int NO_CHART_CACHE = 0
static

Chart cache use constant.

◆ USE_CHART_CACHE

final int USE_CHART_CACHE = 1
static

Chart cache use constant.

◆ USE_PREALLOCATED_CHART_CACHE

final int USE_PREALLOCATED_CHART_CACHE = 3
static

Chart cache use constant.