org.jacoco.report.html.resources
Class Styles

java.lang.Object
  extended by org.jacoco.report.html.resources.Styles

public class Styles
extends Object

Constants for styles defined by the report style sheet.

Version:
$Revision: $
Author:
Marc R. Hoffmann

Field Summary
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 FOOTER
          Footer
static String FULLY_COVERED
          Part of source code that is fully covered
static String NOT_COVERED
          Part of source code that is not covered
static String NR
          Line number before each source line
static String PARTLY_COVERED
          Part of source code that is partly covered
static String SOURCE
          Block of source code
static String VERSIONINFO
          Version Info in Footer
 
Constructor Summary
Styles()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BREADCRUMB

public static final String BREADCRUMB
Breadcrumb bar

See Also:
Constant Field Values

FOOTER

public static final String FOOTER
Footer

See Also:
Constant Field Values

VERSIONINFO

public static final String VERSIONINFO
Version Info in Footer

See Also:
Constant Field Values

COVERAGETABLE

public static final String COVERAGETABLE
Coverage table

See Also:
Constant Field Values

CTR1

public static final String CTR1
Table cells for the first column of a counter

See Also:
Constant Field Values

CTR2

public static final String CTR2
Table cells for the second column of a counter

See Also:
Constant Field Values

SOURCE

public static final String SOURCE
Block of source code

See Also:
Constant Field Values

NR

public static final String NR
Line number before each source line

See Also:
Constant Field Values

NOT_COVERED

public static final String NOT_COVERED
Part of source code that is not covered

See Also:
Constant Field Values

PARTLY_COVERED

public static final String PARTLY_COVERED
Part of source code that is partly covered

See Also:
Constant Field Values

FULLY_COVERED

public static final String FULLY_COVERED
Part of source code that is fully covered

See Also:
Constant Field Values
Constructor Detail

Styles

public Styles()