| Package | Description |
|---|---|
| com.helger.css | |
| com.helger.css.decl | |
| com.helger.css.media | |
| com.helger.css.property | |
| com.helger.css.writer |
| Modifier and Type | Class and Description |
|---|---|
class |
ECSSUnit
Enumeration containing all predefined CSS units.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ICSSWriterSettings.checkVersionRequirements(ICSSVersionAware aCSSObject)
Check if the passed object matches the version requirements defined be this
settings.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ICSSExpressionMathMember
Base interface for all CSS math (
calc()) member objects. |
interface |
ICSSSupportsConditionMember
Marker interface for all children of a single CSS supports condition.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CSSExpressionMemberFunction
Represents a CSS function element
|
class |
CSSExpressionMemberLineNames
Represents a CSS line-names element as used in css-grid.
|
class |
CSSExpressionMemberMath
Represents a CSS calc() element
|
class |
CSSExpressionMemberMathProduct
Part of a CSS calc element
|
class |
CSSExpressionMemberMathUnitProduct
Part of a CSS calc element
|
class |
CSSExpressionMemberMathUnitSimple
Part of a CSS calc element
|
class |
CSSFontFaceRule
Represents a single
@font-face rule. |
class |
CSSHSL
Represents a single HSL color value (hue, saturation, lightness).
|
class |
CSSHSLA
Represents a single HSLA color value (hue, saturation, lightness, opacity).
|
class |
CSSKeyframesBlock
keyframes block
|
class |
CSSKeyframesRule
Represents a single @keyframes rule.
|
class |
CSSMediaExpression
Represents a single media expression
|
class |
CSSPageMarginBlock |
class |
CSSPageRule
Represents a single
@page rule. |
class |
CSSSelectorMemberNot
Represents an inverted CSS selector, used for the ":not()" CSS function.
|
class |
CSSSupportsConditionDeclaration
Represents a single supports condition with a declaration.
|
class |
CSSSupportsConditionNegation
Represents a single negation supports condition.
|
class |
CSSSupportsConditionNested
Represents a single negation supports condition
|
class |
CSSSupportsRule
Represents a single
@supports rule: a list of style rules only
valid when a certain declaration is available. |
class |
CSSViewportRule
Represents a single
@viewport rule. |
class |
ECSSAttributeOperator
Enumeration with selector attribute operations as in
[foo^="bar"] |
class |
ECSSMathOperator
Represents the different math operators available.
|
class |
ECSSSelectorCombinator
This enum contains all the selector combinators.
|
class |
ECSSSupportsConditionOperator
Contains the binary operators for the @supports rule as in
@supports (transition-property: color) or (animation-name: foo) |
| Modifier and Type | Class and Description |
|---|---|
class |
ECSSMedium
Defines all default CSS media types.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ICSSProperty
Base interface for a single CSS property.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCSSProperty
Abstract base class for implementing
ICSSProperty |
class |
AbstractCSSPropertyEnums
CSS properties with a dynamic number of entries.
|
class |
CSSPropertyColor
Represents a color value
|
class |
CSSPropertyDouble
CSS property that is either an enumeration or a decimal value without a unit
(e.g. opacity)
|
class |
CSSPropertyEnum
CSS property with a predefined list of possible values (e.g.
|
class |
CSSPropertyEnumOrColor
CSS property that is either an enumeration or a color value (e.g.
|
class |
CSSPropertyEnumOrColors
CSS property that is a list of either an enumeration or a color value (e.g.
|
class |
CSSPropertyEnumOrInt
CSS property that is either an enumeration or a numeric value without a unit
(e.g. z-index)
|
class |
CSSPropertyEnumOrNumber
CSS property that is either an enumeration or a numeric value (e.g.
|
class |
CSSPropertyEnumOrNumbers
CSS property that is a list of either an enumeration or a numeric value (e.g.
|
class |
CSSPropertyEnumOrRect
CSS property that is either an enumeration or a rectangle (e.g. clip)
|
class |
CSSPropertyEnumOrURL
CSS property that is either an enumeration or a URL value (e.g.
|
class |
CSSPropertyEnums
CSS property that is a list of enumeration entries (e.g. border-style)
|
class |
CSSPropertyFree
CSS property without any value constraints, except that it may not be empty.
|
class |
CSSPropertyNumber
CSS property that is a number (e.g. line-height)
|
class |
CSSPropertyNumbers
CSS property with a list of numbers (e.g. padding)
|
class |
CSSPropertyURL
CSS property that needs to be an URL
|
class |
ECSSProperty
Contains a list of most CSS property names.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CSSWriterSettings.checkVersionRequirements(ICSSVersionAware aCSSObject) |
Copyright © 2014–2018 Philip Helger. All rights reserved.