|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthudson.plugins.covcomplplot.Constant
public class Constant
Constants
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 |
---|
public static final String URL_NAME
public static final String ICON_NAME
public static final int RANGE_AXIS_TICK_UNIT
public static final int DOMAIN_AXIS_TICK_UNIT
public static final int RANGE_AXIS_UPPERBOUND
public static final int DOMAIN_AXIS_UPPERBOUND
public static final int DOMAIN_AXIS_COUNT
public static final int RANGE_AXIS_COUNT
public static final int GRAPH_POINT_SIZE
public static final String RESULT_FILENAME
public static final int PAGING_SIZE
public static final int PAGING_RANGE
public static final int OUTLIER_MAXIMIZE_RATE
Constructor Detail |
---|
public Constant()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |