| Package | Description |
|---|---|
| cz.vutbr.web.css | |
| cz.vutbr.web.csskit | |
| cz.vutbr.web.domassign |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CombinedSelector
CombinedSelector of CSS declaration block.
|
interface |
Declaration
Basic CSS declaration consisting of list of terms.
|
interface |
RuleBlock<T>
Special case of rule, where rule is meant to be comparable
with other rules to determine priority of CSS declarations
|
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.
|
interface |
Selector
Acts as collection of parsed parts of Selector (Parts)
with extended functionality.
|
interface |
StyleSheet
Acts as collection of Rules.
|
| Modifier and Type | Method and Description |
|---|---|
Rule<T> |
Rule.replaceAll(List<T> replacement)
Replaces all elements stored inside.
|
Rule<T> |
Rule.unlock()
Unlocks immutable object by changing collection from
immutable to mutable
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRule<T> |
class |
AbstractRuleBlock<T> |
class |
CombinedSelectorImpl
CSS CombinedSelector with implementation of specificity
|
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.
|
class |
SelectorImpl
Encapsulates one selector for CSS declaration.
|
class |
StyleSheetImpl
CSS style sheet, entry point.
|
| Modifier and Type | Method and Description |
|---|---|
Rule<T> |
AbstractRule.replaceAll(List<T> replacement) |
Rule<T> |
AbstractRule.unlock() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RulePageImpl.add(Rule<?> element) |
| Modifier and Type | Class and Description |
|---|---|
class |
AssignedDeclaration
Adds specificity to declaration from its selector.
|
Copyright © 2014. All rights reserved.