|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.mojo.dashboard.report.plugin.utils.ChartUtils
public class ChartUtils
Field Summary | |
---|---|
static java.awt.Paint |
BLUE_LIGHT
Blue light color. |
static int |
MINIMUM_HEIGHT
minimum Height of the resulting chart file. |
static int |
MINIMUM_WIDTH
minimum width of the resulting chart file. |
static int |
STANDARD_BARCHART_ADDITIONAL_HEIGHT
Additional Height of a bar chart. |
static int |
STANDARD_BARCHART_ENTRY_HEIGHT
Standard Height of a single bar chart line. |
static int |
STANDARD_HEIGHT
Standard Height of the resulting chart file. |
static int |
STANDARD_TIME_ADDITIONAL_WIDTH
Additional width of a time series chart. |
static int |
STANDARD_TIME_ENTRY_WIDTH
Standard width of a time series chart line. |
static int |
STANDARD_WIDTH
Standard width of the resulting chart file. |
static java.awt.Paint |
YELLOW_LIGHT
Yellow light color. |
Constructor Summary | |
---|---|
ChartUtils()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.awt.Paint BLUE_LIGHT
public static final java.awt.Paint YELLOW_LIGHT
public static final int STANDARD_WIDTH
public static final int STANDARD_HEIGHT
public static final int MINIMUM_WIDTH
public static final int MINIMUM_HEIGHT
public static final int STANDARD_BARCHART_ENTRY_HEIGHT
public static final int STANDARD_BARCHART_ADDITIONAL_HEIGHT
public static final int STANDARD_TIME_ENTRY_WIDTH
public static final int STANDARD_TIME_ADDITIONAL_WIDTH
Constructor Detail |
---|
public ChartUtils()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |