Example usage for org.jfree.chart.servlet ServletUtilities setTempFilePrefix

List of usage examples for org.jfree.chart.servlet ServletUtilities setTempFilePrefix

Introduction

In this page you can find the example usage for org.jfree.chart.servlet ServletUtilities setTempFilePrefix.

Prototype

public static void setTempFilePrefix(String prefix) 

Source Link

Document

Sets the prefix for the temporary file names generated by this class.

Usage

From source file:org.webguitoolkit.ui.controls.chart.Chart.java

protected void init() {
    ServletUtilities.setTempFilePrefix("tmp");
    load();
}