| Interface | Description |
|---|---|
| ICSSMultiValue |
Base interface for a CSS value that contains more than one value
|
| ICSSValue |
Represents a single CSS value that is used in a CSS declaration.
|
| Class | Description |
|---|---|
| CCSSValue |
Contains CSS style constants and utility stuff.
|
| CSSSimpleValueWithUnit |
This class encapsulates a single numeric value and a unit (
ECSSUnit). |
| CSSValue |
Represents the combination of a single CSS property (
ICSSProperty)
and it's according value plus the important state (! |
| CSSValueList |
Represents a CSS value that has both different property names and multiple
different values.
|
| CSSValueMultiProperty |
Represents a CSS value that has several property names, but only one value.
|
| CSSValueMultiValue |
Represents a CSS value that has one property name, but multiple different
values.
|
Copyright © 2014–2018 Philip Helger. All rights reserved.