Class CCSS

java.lang.Object
com.helger.css.CCSS

@Immutable public final class CCSS extends Object
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
Author:
Philip Helger
  • Field Details

    • SEPARATOR_PROPERTY_VALUE

      public static final char SEPARATOR_PROPERTY_VALUE
      The separator between a property and a value. (e.g. display:none)
      See Also:
    • SEPARATOR_PROPERTY_VALUE_STR

      public static final String SEPARATOR_PROPERTY_VALUE_STR
      The separator between a property and a value. (e.g. display:none)
    • DEFINITION_END

      public static final char DEFINITION_END
      The character to end a definition. (e.g. display:none;)
      See Also:
    • DEFINITION_END_STR

      public static final String DEFINITION_END_STR
      The character to end a definition. (e.g. display:none;)
    • FILE_EXTENSION_CSS

      public static final String FILE_EXTENSION_CSS
      Regular CSS file extension
      See Also:
    • FILE_EXTENSION_MIN_CSS

      public static final String FILE_EXTENSION_MIN_CSS
      Minified CSS file extension
      See Also:
    • IMPORTANT_SUFFIX

      public static final String IMPORTANT_SUFFIX
      The "!important" suffix for property values
      See Also:
    • SINGLE_QUOTE

      public static final char SINGLE_QUOTE
      Single quote for Strings
      See Also:
    • DOUBLE_QUOTE

      public static final char DOUBLE_QUOTE
      Double quote for Strings
      See Also:
    • CSS_MAXIMUM_FRACTION_DIGITS

      public static final int CSS_MAXIMUM_FRACTION_DIGITS
      The maximum fraction digits to be considered when printing CSS decimal values.
      Since:
      3.7.3
      See Also: