| Package | Description |
|---|---|
| cz.vutbr.web.css | |
| cz.vutbr.web.csskit | |
| cz.vutbr.web.csskit.fn |
| Modifier and Type | Method and Description |
|---|---|
TermColor |
TermFactory.createColor(int r,
int g,
int b) |
TermColor |
TermFactory.createColor(int r,
int g,
int b,
int a) |
TermColor |
TermFactory.createColor(String hash) |
TermColor |
TermFactory.createColor(TermFunction function) |
TermColor |
TermFactory.createColor(TermIdent ident) |
TermColor |
TermFunction.Gradient.ColorStop.getColor() |
TermColor |
TermFunction.DropShadow.getColor() |
| Modifier and Type | Class and Description |
|---|---|
class |
TermColorImpl
TermColor implementation that represents a color defined by a standard color
specification without usign special keywords.
|
class |
TermColorKeywordImpl
A TermColor implementation that represents a color created using a special
keyword.
|
| Modifier and Type | Method and Description |
|---|---|
TermColor |
TermFactoryImpl.createColor(int r,
int g,
int b) |
TermColor |
TermFactoryImpl.createColor(int r,
int g,
int b,
int a) |
TermColor |
TermFactoryImpl.createColor(String hash) |
TermColor |
TermFactoryImpl.createColor(TermFunction function) |
TermColor |
TermFactoryImpl.createColor(TermIdent ident) |
TermColor |
ColorStopImpl.getColor() |
static TermColor |
TermColorImpl.getColorByFunction(TermFunction func)
Creates color from
rgb() function. |
static TermColor |
TermColorImpl.getColorByHash(String hash)
Creates color from string in form #ABC or #AABBCC, or
just simply ABC and AABBCC.
|
static TermColor |
TermColorImpl.getColorByIdent(TermIdent ident)
Checks indent value against color card.
|
static TermColor |
ColorCard.getTermColor(String name)
Return color by its name
|
| Constructor and Description |
|---|
ColorStopImpl(TermColor color,
TermLengthOrPercent length) |
| Modifier and Type | Method and Description |
|---|---|
TermColor |
DropShadowImpl.getColor() |
Copyright © 2019. All rights reserved.