Module io.sf.carte.css4j
Package io.sf.carte.doc.style.css.property
package io.sf.carte.doc.style.css.property
Implementations of CSS property values.
-
ClassDescriptionTransforms HTML attributes into style declarations.Attr primitive value.Calc CSSPrimitiveValue.CSS Color identifiers map.Color-specific CSSPrimitiveValue.CSS Property exception.Thrown when a property does not seem to have a correct value.Custom property (
var
) CSSPrimitiveValue.Environment variable (env
) CSSPrimitiveValue.Expression/Function evaluator.Expression container base class.Function CSSPrimitiveValue.Implementation of a gradient value.Identifier CSSPrimitiveValue.Aninherit
value.Linked-list implementation ofExtendedCSSValueList
.Number-specific CSSPrimitiveValue.Percentage CSSPrimitiveValue.Base implementation for CSS primitive values.Database of device-independent CSS property information.Ratio CSSPrimitiveValue.Database of shorthand-related property information.String-specific CSSPrimitiveValue.Base implementation for CSS values.When a system-dependent property must be set but there is no style database, this value can be used.Unicode range CSSPrimitiveValue.Unicode character CSSPrimitiveValue.Unicode range wildcard CSSPrimitiveValue.Unknown CSS primitive value.URI primitive value.This class is mostly for internal use by the library (cross-package, so its visibility is public).Factory of CSS values.The return value ofValueFactory.parseBracketList(LexicalUnit, AbstractCSSStyleDeclaration, boolean)
.This interface provides information about the processing of one (or more) CSS lexical unit(s) in order to produce aCSSValue
, that can be recovered withValueItem.getCSSValue()
.Implementation of CSSValueList.This interface is mostly for internal use by the library (cross-package, so its visibility is public).