| Package | Description |
|---|---|
| cz.vutbr.web.css | |
| cz.vutbr.web.csskit |
| Modifier and Type | Method and Description |
|---|---|
TermColor.Keyword |
TermColor.getKeyword()
When the color was created using a special keyword such as 'transparent'
or 'currentColor', this method may be used to test this condition.
|
static TermColor.Keyword |
TermColor.Keyword.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TermColor.Keyword[] |
TermColor.Keyword.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TermColor.Keyword |
TermColorImpl.getKeyword() |
TermColor.Keyword |
TermColorKeywordImpl.getKeyword() |
| Constructor and Description |
|---|
TermColorKeywordImpl(TermColor.Keyword keyword,
Color value) |
TermColorKeywordImpl(TermColor.Keyword keyword,
int r,
int g,
int b,
int a) |
Copyright © 2019. All rights reserved.