com.stimulsoft.report.options
Class EngineOptions.ImageCache

java.lang.Object
  extended by com.stimulsoft.report.options.EngineOptions.ImageCache
Enclosing class:
EngineOptions

public static final class EngineOptions.ImageCache
extends java.lang.Object

A Class for managing of the image cache.


Constructor Summary
EngineOptions.ImageCache()
           
 
Method Summary
static java.lang.String getCachePath()
          Specifies path for the image cache.
static boolean getEnabled()
           
static void setCachePath(java.lang.String value)
           
static void setEnabled(boolean value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EngineOptions.ImageCache

public EngineOptions.ImageCache()
Method Detail

getCachePath

public static java.lang.String getCachePath()
Specifies path for the image cache.


setCachePath

public static void setCachePath(java.lang.String value)

getEnabled

public static boolean getEnabled()

setEnabled

public static void setEnabled(boolean value)