Package com.helger.css
Class CCSS
java.lang.Object
com.helger.css.CCSS
Contains CSS style constants and utility stuff. Only constants that are part
of the CSS specification are contained in this class.
Units of measurement are based on: http://de.selfhtml.org/css/formate/wertzuweisung.htm
Units of measurement are based on: http://de.selfhtml.org/css/formate/wertzuweisung.htm
- Author:
- Philip Helger
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe maximum fraction digits to be considered when printing CSS decimal values.static final charThe character to end a definition.static final StringThe character to end a definition.static final charDouble quote for Stringsstatic final StringRegular CSS file extensionstatic final StringMinified CSS file extensionstatic final StringThe "!static final charThe separator between a property and a value.static final StringThe separator between a property and a value.static final charSingle quote for Strings -
Method Summary
-
Field Details
-
SEPARATOR_PROPERTY_VALUE
public static final char SEPARATOR_PROPERTY_VALUEThe separator between a property and a value. (e.g. display:none)- See Also:
-
SEPARATOR_PROPERTY_VALUE_STR
The separator between a property and a value. (e.g. display:none) -
DEFINITION_END
public static final char DEFINITION_ENDThe character to end a definition. (e.g. display:none;)- See Also:
-
DEFINITION_END_STR
The character to end a definition. (e.g. display:none;) -
FILE_EXTENSION_CSS
Regular CSS file extension- See Also:
-
FILE_EXTENSION_MIN_CSS
Minified CSS file extension- See Also:
-
IMPORTANT_SUFFIX
The "!important" suffix for property values- See Also:
-
SINGLE_QUOTE
public static final char SINGLE_QUOTESingle quote for Strings- See Also:
-
DOUBLE_QUOTE
public static final char DOUBLE_QUOTEDouble quote for Strings- See Also:
-
CSS_MAXIMUM_FRACTION_DIGITS
public static final int CSS_MAXIMUM_FRACTION_DIGITSThe maximum fraction digits to be considered when printing CSS decimal values.- Since:
- 3.7.3
- See Also:
-