| Package | Description |
|---|---|
| cz.vutbr.web.css | |
| cz.vutbr.web.csskit | |
| cz.vutbr.web.csskit.antlr |
| Modifier and Type | Interface and Description |
|---|---|
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 | Method and Description |
|---|---|
RuleBlock<T> |
RuleBlock.setPriority(RuleBlock.Priority priority)
Sets priority for current object
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRuleBlock<T> |
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 |
|---|---|
RuleBlock<T> |
AbstractRuleBlock.setPriority(RuleBlock.Priority priority) |
| Modifier and Type | Method and Description |
|---|---|
void |
StyleSheetImpl.add(int index,
RuleBlock<?> element) |
boolean |
StyleSheetImpl.add(RuleBlock<?> o) |
int |
AbstractRuleBlock.compareTo(RuleBlock<?> o) |
| Modifier and Type | Method and Description |
|---|---|
RuleBlock<?> |
CSSTreeParser.atstatement() |
RuleBlock<?> |
CSSTreeParser.inlineset() |
RuleBlock<?> |
SimplePreparator.prepareInlineRuleSet(List<Declaration> dlist,
List<Selector.PseudoPage> pseudos) |
RuleBlock<?> |
Preparator.prepareInlineRuleSet(List<Declaration> dlist,
List<Selector.PseudoPage> pseudos)
Creates block of rules as result of parsing in-line declaration.
|
RuleBlock<?> |
SimplePreparator.prepareRuleFontFace(List<Declaration> decl) |
RuleBlock<?> |
Preparator.prepareRuleFontFace(List<Declaration> decl)
Creates RuleFontFace, block of rules associated with specific font
|
RuleBlock<?> |
SimplePreparator.prepareRuleMedia(RuleBlock.Priority mark,
List<RuleSet> rules,
List<String> media) |
RuleBlock<?> |
Preparator.prepareRuleMedia(RuleBlock.Priority mark,
List<RuleSet> rules,
List<String> media)
Creates RuleMedia, block of rules with assigned medias.
|
RuleBlock<?> |
SimplePreparator.prepareRulePage(List<Declaration> declarations,
List<RuleMargin> marginRules,
String name,
String pseudo) |
RuleBlock<?> |
Preparator.prepareRulePage(List<Declaration> declarations,
List<RuleMargin> marginRules,
String name,
String pseudo)
Creates RulePage, block of rules associated with specific page
|
RuleBlock<?> |
SimplePreparator.prepareRuleSet(List<CombinedSelector> cslist,
List<Declaration> dlist,
boolean wrap,
List<String> media) |
RuleBlock<?> |
Preparator.prepareRuleSet(List<CombinedSelector> cslist,
List<Declaration> dlist,
boolean wrap,
List<String> media)
Creates base block of rules.
|
RuleBlock<?> |
SimplePreparator.prepareRuleViewport(List<Declaration> decl) |
RuleBlock<?> |
Preparator.prepareRuleViewport(List<Declaration> decl)
Creates RuleViewport, block of rules associated with the viewport.
|
RuleBlock<?> |
CSSTreeParser.ruleset() |
RuleBlock<?> |
CSSTreeParser.statement() |
Copyright © 2014. All rights reserved.