org.codehaus.mojo.dashboard.report.plugin.utils
Class ChartUtils

java.lang.Object
  extended by org.codehaus.mojo.dashboard.report.plugin.utils.ChartUtils

public class ChartUtils
extends java.lang.Object

Author:
David Vicente

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

BLUE_LIGHT

public static final java.awt.Paint BLUE_LIGHT
Blue light color.


YELLOW_LIGHT

public static final java.awt.Paint YELLOW_LIGHT
Yellow light color.


STANDARD_WIDTH

public static final int STANDARD_WIDTH
Standard width of the resulting chart file.

See Also:
Constant Field Values

STANDARD_HEIGHT

public static final int STANDARD_HEIGHT
Standard Height of the resulting chart file.

See Also:
Constant Field Values

MINIMUM_WIDTH

public static final int MINIMUM_WIDTH
minimum width of the resulting chart file.

See Also:
Constant Field Values

MINIMUM_HEIGHT

public static final int MINIMUM_HEIGHT
minimum Height of the resulting chart file.

See Also:
Constant Field Values

STANDARD_BARCHART_ENTRY_HEIGHT

public static final int STANDARD_BARCHART_ENTRY_HEIGHT
Standard Height of a single bar chart line.

See Also:
Constant Field Values

STANDARD_BARCHART_ADDITIONAL_HEIGHT

public static final int STANDARD_BARCHART_ADDITIONAL_HEIGHT
Additional Height of a bar chart.

See Also:
Constant Field Values

STANDARD_TIME_ENTRY_WIDTH

public static final int STANDARD_TIME_ENTRY_WIDTH
Standard width of a time series chart line.

See Also:
Constant Field Values

STANDARD_TIME_ADDITIONAL_WIDTH

public static final int STANDARD_TIME_ADDITIONAL_WIDTH
Additional width of a time series chart.

See Also:
Constant Field Values
Constructor Detail

ChartUtils

public ChartUtils()


Copyright © 2006-2010 CodeHaus. All Rights Reserved.