hudson.plugins.covcomplplot
Class Constant

java.lang.Object
  extended by hudson.plugins.covcomplplot.Constant

public class Constant
extends Object

Constants

Author:
JunHo Yoon

Field Summary
static int DOMAIN_AXIS_COUNT
          The count of how many ticks exists in the horizontal line
static int DOMAIN_AXIS_TICK_UNIT
          Horizontal tick unit
static int DOMAIN_AXIS_UPPERBOUND
          Upper bound value of horizontal line
static int GRAPH_POINT_SIZE
          Minimum graph point size
static String ICON_NAME
          Icon name
static int OUTLIER_MAXIMIZE_RATE
          Constants indicating how many times bigger the outliers in the graph should be drawn.
static int PAGING_RANGE
          Constants indicating how many pages are shown in pagination tag
static int PAGING_SIZE
          Page size of detailed list of methods
static int RANGE_AXIS_COUNT
          The count of how many ticks exists in the vertical line
static int RANGE_AXIS_TICK_UNIT
          Vertical tick unit
static int RANGE_AXIS_UPPERBOUND
          Upper bound value of vertical line
static String RESULT_FILENAME
          Each data file name containing covcomplplot data
static String URL_NAME
          Url name
 
Constructor Summary
Constant()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

URL_NAME

public static final String URL_NAME
Url name

See Also:
Constant Field Values

ICON_NAME

public static final String ICON_NAME
Icon name


RANGE_AXIS_TICK_UNIT

public static final int RANGE_AXIS_TICK_UNIT
Vertical tick unit

See Also:
Constant Field Values

DOMAIN_AXIS_TICK_UNIT

public static final int DOMAIN_AXIS_TICK_UNIT
Horizontal tick unit

See Also:
Constant Field Values

RANGE_AXIS_UPPERBOUND

public static final int RANGE_AXIS_UPPERBOUND
Upper bound value of vertical line

See Also:
Constant Field Values

DOMAIN_AXIS_UPPERBOUND

public static final int DOMAIN_AXIS_UPPERBOUND
Upper bound value of horizontal line

See Also:
Constant Field Values

DOMAIN_AXIS_COUNT

public static final int DOMAIN_AXIS_COUNT
The count of how many ticks exists in the horizontal line

See Also:
Constant Field Values

RANGE_AXIS_COUNT

public static final int RANGE_AXIS_COUNT
The count of how many ticks exists in the vertical line

See Also:
Constant Field Values

GRAPH_POINT_SIZE

public static final int GRAPH_POINT_SIZE
Minimum graph point size

See Also:
Constant Field Values

RESULT_FILENAME

public static final String RESULT_FILENAME
Each data file name containing covcomplplot data

See Also:
Constant Field Values

PAGING_SIZE

public static final int PAGING_SIZE
Page size of detailed list of methods

See Also:
Constant Field Values

PAGING_RANGE

public static final int PAGING_RANGE
Constants indicating how many pages are shown in pagination tag

See Also:
Constant Field Values

OUTLIER_MAXIMIZE_RATE

public static final int OUTLIER_MAXIMIZE_RATE
Constants indicating how many times bigger the outliers in the graph should be drawn.

See Also:
Constant Field Values
Constructor Detail

Constant

public Constant()


Copyright © 2004-2011. All Rights Reserved.