public class ChartingUtil extends Object
The following arguments are understood:
Default values are indicated by the similarly named constants in this class.Modifier and Type | Field and Description |
---|---|
static String |
CHART_DEFINITIONS_DEFAULT |
static String |
CHART_DEFINITIONS_PROP
the path to the directory containing the chart definition files
|
static String |
JDBC_DRIVER_NAME_DEFAULT |
static String |
JDBC_DRIVER_NAME_PROP
the class name of the JDBC driver to use for reading the chart data
|
static String |
JDBC_URL_DEFAULT |
static String |
JDBC_URL_PROP
the JDBC URL of the data to be charted
|
static String |
OUTPUT_DIR_DEFAULT |
static String |
OUTPUT_DIR_PROP
directory in which to produce the PNGs
|
static String |
SUMMARY_TITLE_DEFAULT |
static String |
SUMMARY_TITLE_PROP |
Constructor and Description |
---|
ChartingUtil() |
public static final String OUTPUT_DIR_PROP
public static final String OUTPUT_DIR_DEFAULT
public static final String CHART_DEFINITIONS_PROP
public static final String CHART_DEFINITIONS_DEFAULT
public static final String SUMMARY_TITLE_PROP
public static final String SUMMARY_TITLE_DEFAULT
public static final String JDBC_DRIVER_NAME_PROP
public static final String JDBC_DRIVER_NAME_DEFAULT
public static final String JDBC_URL_PROP
public static final String JDBC_URL_DEFAULT
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.