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 TypeMethodDescriptionint
Get the value of the unicode codepoint.void
setCodePoint
(int codePoint) Set the value of the unicode codepoint.Methods inherited from interface io.sf.carte.doc.style.css.CSSPrimitiveValue
getUnitType, isNegativeNumber, isPrimitiveValue, setExpectInteger
Methods inherited from interface io.sf.carte.doc.style.css.CSSTypedValue
clone, getFloatValue, getStringValue, isCalculatedNumber, isNumberZero, setFloatValue, setStringValue, toRGBColor, toRGBColorValue
Methods inherited from interface io.sf.carte.doc.style.css.CSSValue
getCssText, getCssValueType, getMinifiedCssText, getMinifiedCssText, getPrimitiveType, 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.
-