| Package | Description |
|---|---|
| cz.vutbr.web.css | |
| cz.vutbr.web.csskit | |
| cz.vutbr.web.domassign |
| Modifier and Type | Method and Description |
|---|---|
TermIdent |
TermFactory.createIdent(String value) |
TermIdent |
TermFactory.createIdent(String value,
boolean dash) |
| Modifier and Type | Method and Description |
|---|---|
TermColor |
TermFactory.createColor(TermIdent ident) |
| Modifier and Type | Class and Description |
|---|---|
class |
TermIdentImpl
TermIdent
|
| Modifier and Type | Method and Description |
|---|---|
TermIdent |
TermFactoryImpl.createIdent(String value) |
TermIdent |
TermFactoryImpl.createIdent(String value,
boolean dash) |
| Modifier and Type | Method and Description |
|---|---|
TermColor |
TermFactoryImpl.createColor(TermIdent ident) |
static TermColor |
TermColorImpl.getColorByIdent(TermIdent ident)
Checks indent value against color card.
|
| Modifier and Type | Method and Description |
|---|---|
protected <T extends CSSProperty> |
DeclarationTransformer.genericProperty(Class<T> type,
TermIdent term,
boolean avoidInherit,
Map<String,CSSProperty> properties,
String propertyName)
Converts TermIdent into value of enum of given class and stores it into
properties map under key property
|
<T extends CSSProperty> |
DeclarationTransformer.genericPropertyRaw(Class<T> type,
Set<T> intersection,
TermIdent term)
Converts TermIdent into CSSProperty using intersection set.
|
Copyright © 2014. All rights reserved.