Module io.sf.carte.css4j
Package io.sf.carte.doc.style.css
Interface CSSUnicodeRangeValue.CSSUnicodeValue
- All Superinterfaces:
Cloneable,CSSPrimitiveValue,CSSTypedValue,CSSValue
- All Known Implementing Classes:
UnicodeValue
- Enclosing interface:
CSSUnicodeRangeValue
A CSS unicode character value.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.sf.carte.doc.style.css.CSSValue
CSSValue.CssType, CSSValue.Type -
Method Summary
Modifier and TypeMethodDescriptionintGet the value of the unicode codepoint.voidsetCodePoint(int codePoint) Set the value of the unicode codepoint.Methods inherited from interface io.sf.carte.doc.style.css.CSSPrimitiveValue
getUnitType, isNegativeNumber, isPrimitiveValue, setExpectIntegerMethods inherited from interface io.sf.carte.doc.style.css.CSSTypedValue
clone, getFloatValue, getFloatValue, getStringValue, isCalculatedNumber, isNumberZero, setFloatValue, setStringValue, toRGBColor, toRGBColorValueMethods inherited from interface io.sf.carte.doc.style.css.CSSValue
getCssText, getCssValueType, getMinifiedCssText, getMinifiedCssText, getPrecedingComments, getPrimitiveType, getTrailingComments, matches, setCssText, writeCssText
-
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.
-