| Package | Description |
|---|---|
| cz.vutbr.web.css | |
| cz.vutbr.web.csskit | |
| cz.vutbr.web.domassign |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Declaration
Basic CSS declaration consisting of list of terms.
|
interface |
RuleFontFace
Contains collection of CSS declarations specified for a given font.
|
interface |
RuleImport
Deprecated.
|
interface |
RuleMargin
Contains CSS rules associated with a specific area in the page margin.
|
interface |
RuleMedia
Contains CSS rules associated with medias.
|
interface |
RulePage
Contains collection of CSS declarations specified for a page rule.
|
interface |
RuleSet
Holds set of CSS declarations for specified selectors.
|
interface |
RuleViewport
Contains collection of CSS declarations specified for the viewport.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DeclarationImpl
CSS Declaration
|
class |
RuleFontFaceImpl
Wrap of declarations bound with a font specification
|
class |
RuleImportImpl
Deprecated.
|
class |
RuleMarginImpl
Implementation of RuleMargin
|
class |
RuleMediaImpl
Implementation of RuleMedia
|
class |
RulePageImpl
Wrap of declarations bounded with a page rule
|
class |
RuleSetImpl
Basic holder of declarations with CSS selectors
|
class |
RuleViewportImpl
Set of declarations bound with the viewport.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends PrettyOutput> |
OutputUtil.appendList(StringBuilder sb,
List<T> list,
String delimiter,
int depth)
Appends of elements of
list to list, separater by delimiter. |
| Modifier and Type | Class and Description |
|---|---|
class |
AssignedDeclaration
Adds specificity to declaration from its selector.
|
Copyright © 2014. All rights reserved.