Interface CSSUnicodeRangeValue.CSSUnicodeValue

All Superinterfaces:
Cloneable, CSSPrimitiveValue, CSSTypedValue, CSSValue
All Known Implementing Classes:
UnicodeValue
Enclosing interface:
CSSUnicodeRangeValue

public static interface CSSUnicodeRangeValue.CSSUnicodeValue extends CSSTypedValue
A CSS unicode character value.
  • Method Details

    • setCodePoint

      void setCodePoint(int codePoint)
      Set the value of the unicode codepoint.
      Parameters:
      codePoint - the codepoint.
    • getCodePoint

      int getCodePoint()
      Get the value of the unicode codepoint.
      Returns:
      the codepoint.