public class MonitoringChart
extends java.lang.Object
MonitoringManager| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
REVISION |
| Constructor and Description |
|---|
MonitoringChart() |
| Modifier and Type | Method and Description |
|---|---|
static java.io.File |
getJpegChart(java.util.Locale userLocale,
java.util.Date startDate,
java.util.Date endDate,
int width,
int height)
Generate a new chart using the given paremeter and save it in a JPEG
file returned
|
public static final java.lang.String REVISION
public static java.io.File getJpegChart(java.util.Locale userLocale,
java.util.Date startDate,
java.util.Date endDate,
int width,
int height)
throws java.io.IOException
userLocale - the Locale to use fo I18NstartDate - the starting Date below which events are not read, if null, it is not used.endDate - the ending Date above which events are not read, if null, it is not used.width - the width of the chart to generateheight - the height of the chart to generatejava.io.IOExceptionCopyright © 2001-2016 Jalios SA. All Rights Reserved.