| Package | Description |
|---|---|
| com.helger.css.property | |
| com.helger.css.utils |
| Modifier and Type | Method and Description |
|---|---|
ICSSValue |
ICSSProperty.newImportantValue(ICSSNamedColor aColor)
Create a new important CSS value with this property and the specified named
color.
|
ICSSValue |
AbstractCSSProperty.newImportantValue(ICSSNamedColor aColor) |
ICSSValue |
ICSSProperty.newValue(ICSSNamedColor aColor)
Create a new CSS value with this property and the specified named color.
|
ICSSValue |
AbstractCSSProperty.newValue(ICSSNamedColor aColor) |
ICSSValue |
ICSSProperty.newValue(ICSSNamedColor aColor,
boolean bImportant)
Create a new CSS value with this property and the specified named color.
|
ICSSValue |
AbstractCSSProperty.newValue(ICSSNamedColor aColor,
boolean bImportant) |
| Modifier and Type | Class and Description |
|---|---|
class |
ECSSColor
CSS basic colors.
|
class |
ECSSColorName
Contains a list of predefined color values in CSS 2.1.
|
Copyright © 2014–2016 Philip Helger. All rights reserved.