hudson.plugins.jacoco.portlet.utils
Class Constants

java.lang.Object
  extended by hudson.plugins.jacoco.portlet.utils.Constants

public final class Constants
extends Object

Defines the variables with pre-defined values.


Field Summary
static String AXIS_LABEL
          The chart axis label.
static String AXIS_LABEL_VALUE
          The chart axis label value.
static double BOTTOM_INSET
          Spaces around the graph - bottom.
static double COLUMNS_GAP
          The gap between columns of the chart.
static int DEFAULT_DAYS_NUMBER
          Default number of days of the Graph.
static int DEFAULT_HEIGHT
          Default height of the Graph.
static double DEFAULT_MARGIN
          The chart default margin value.
static int DEFAULT_WIDTH
          Default width of the Graph.
static float FOREGROUND_ALPHA
          The default foreground alpha transparency.
static double LEFT_INSET
          Spaces around the graph - left.
static float LINE_THICKNESS
          The chart line thickness value.
static int LOWER_BOUND
          The chart lower bound value.
static double LOWER_MARGIN
          Lower margin.
static long MILLISECONDS_IN_A_DAY
          Number of milliseconds in a day.
static double RIGHT_INSET
          Spaces around the graph - right.
static double TOP_INSET
          Spaces around the graph - top.
static int UPPER_BOUND
          The chart upper bound value.
static double UPPER_MARGIN
          Upper margin.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_WIDTH

public static final int DEFAULT_WIDTH
Default width of the Graph.

See Also:
Constant Field Values

DEFAULT_HEIGHT

public static final int DEFAULT_HEIGHT
Default height of the Graph.

See Also:
Constant Field Values

DEFAULT_DAYS_NUMBER

public static final int DEFAULT_DAYS_NUMBER
Default number of days of the Graph.

See Also:
Constant Field Values

MILLISECONDS_IN_A_DAY

public static final long MILLISECONDS_IN_A_DAY
Number of milliseconds in a day.

See Also:
Constant Field Values

TOP_INSET

public static final double TOP_INSET
Spaces around the graph - top.

See Also:
Constant Field Values

LEFT_INSET

public static final double LEFT_INSET
Spaces around the graph - left.

See Also:
Constant Field Values

BOTTOM_INSET

public static final double BOTTOM_INSET
Spaces around the graph - bottom.

See Also:
Constant Field Values

RIGHT_INSET

public static final double RIGHT_INSET
Spaces around the graph - right.

See Also:
Constant Field Values

COLUMNS_GAP

public static final double COLUMNS_GAP
The gap between columns of the chart.

See Also:
Constant Field Values

LOWER_MARGIN

public static final double LOWER_MARGIN
Lower margin.

See Also:
Constant Field Values

UPPER_MARGIN

public static final double UPPER_MARGIN
Upper margin.

See Also:
Constant Field Values

FOREGROUND_ALPHA

public static final float FOREGROUND_ALPHA
The default foreground alpha transparency.

See Also:
Constant Field Values

AXIS_LABEL

public static final String AXIS_LABEL
The chart axis label.

See Also:
Constant Field Values

AXIS_LABEL_VALUE

public static final String AXIS_LABEL_VALUE
The chart axis label value.

See Also:
Constant Field Values

UPPER_BOUND

public static final int UPPER_BOUND
The chart upper bound value.

See Also:
Constant Field Values

LOWER_BOUND

public static final int LOWER_BOUND
The chart lower bound value.

See Also:
Constant Field Values

LINE_THICKNESS

public static final float LINE_THICKNESS
The chart line thickness value.

See Also:
Constant Field Values

DEFAULT_MARGIN

public static final double DEFAULT_MARGIN
The chart default margin value.

See Also:
Constant Field Values


Copyright © 2004-2013 Hudson. All Rights Reserved.