Package io.sf.carte.doc.style.css
Interface CSSShorthandValue
Shorthand value.
These values are of SHORTHAND
type.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.sf.carte.doc.style.css.CSSValue
CSSValue.CssType, CSSValue.Type
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this value.default CSSValue.CssType
Get the general category to which this value belongs.Get the set of longhand properties that this shorthand is responsible for.default CSSValue.Type
Get the primitive type.boolean
Is the value of important priority ?Methods inherited from interface io.sf.carte.doc.style.css.CSSValue
getCssText, getMinifiedCssText, matches, setCssText, writeCssText
-
Method Details
-
isImportant
boolean isImportant()Is the value of important priority ?- Returns:
true
if the priority is important.
-
getLonghands
Get the set of longhand properties that this shorthand is responsible for.- Returns:
- the set of longhand properties.
-
getCssValueType
Description copied from interface:CSSValue
Get the general category to which this value belongs.- Specified by:
getCssValueType
in interfaceCSSValue
- Returns:
- the general value type.
-
getPrimitiveType
Description copied from interface:CSSValue
Get the primitive type.- Specified by:
getPrimitiveType
in interfaceCSSValue
- Returns:
- the primitive type.
-
clone
CSSShorthandValue clone()Description copied from interface:CSSValue
Creates and returns a copy of this value.
-