public final class Styles extends Object
Modifier and Type | Field and Description |
---|---|
static String |
BAR
Table cells for a graphical bar
|
static String |
BRANCH_FULLY_COVERED
Part of source code where branches are fully covered
|
static String |
BRANCH_NOT_COVERED
Part of source code where branches are not covered
|
static String |
BRANCH_PARTLY_COVERED
Part of source code where branches are partly covered
|
static String |
BREADCRUMB
Breadcrumb bar
|
static String |
COVERAGETABLE
Coverage table
|
static String |
CTR1
Table cells for the first column of a counter
|
static String |
CTR2
Table cells for the second column of a counter
|
static String |
DOWN
Table header for column sorted downwards
|
static String |
EL_BUNDLE
Bundle element
|
static String |
EL_CLASS
Class element
|
static String |
EL_GROUP
Group element
|
static String |
EL_METHOD
Method element
|
static String |
EL_PACKAGE
Package element
|
static String |
EL_REPORT
Report element
|
static String |
EL_SESSION
Sessions element
|
static String |
EL_SOURCE
Source file element
|
static String |
FOOTER
Footer
|
static String |
FULLY_COVERED
Part of source code where instructions are is fully covered
|
static String |
INFO
Info links within the Breadcrumb bar
|
static String |
NOT_COVERED
Part of source code where instructions are not covered
|
static String |
NR
Line number before each source line
|
static String |
PARTLY_COVERED
Part of source code where instructions are partly covered
|
static String |
RIGHT
Text block aligned to the right
|
static String |
SORTABLE
Table header for sortable columns
|
static String |
SOURCE
Block of source code
|
static String |
UP
Table header for column sorted upwards
|
Modifier and Type | Method and Description |
---|---|
static String |
combine(String... styles)
Returns a combined style from the given styles.
|
public static final String BREADCRUMB
public static final String INFO
public static final String FOOTER
public static final String RIGHT
public static final String EL_REPORT
public static final String EL_SESSION
public static final String EL_GROUP
public static final String EL_BUNDLE
public static final String EL_PACKAGE
public static final String EL_SOURCE
public static final String EL_CLASS
public static final String EL_METHOD
public static final String COVERAGETABLE
public static final String BAR
public static final String CTR1
public static final String CTR2
public static final String SORTABLE
public static final String UP
public static final String DOWN
public static final String SOURCE
public static final String NR
public static final String NOT_COVERED
public static final String PARTLY_COVERED
public static final String FULLY_COVERED
public static final String BRANCH_NOT_COVERED
public static final String BRANCH_PARTLY_COVERED
public static final String BRANCH_FULLY_COVERED
Copyright © 2022. All rights reserved.