| Package | Description |
|---|---|
| cz.vutbr.web.css | |
| cz.vutbr.web.csskit | |
| cz.vutbr.web.csskit.antlr4 |
| Modifier and Type | Interface and Description |
|---|---|
interface |
KeyframeBlock
Holds a set of keyframe declarations.
|
interface |
RuleFontFace
Contains collection of CSS declarations specified for a given font.
|
interface |
RuleImport
Deprecated.
|
interface |
RuleKeyframes
Contains collection of CSS declarations specified for a keyframes rule.
|
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 |
AbstractRuleBlock<T> |
class |
KeyframeBlockImpl |
class |
RuleFontFaceImpl
Wrap of declarations bound with a font specification
|
class |
RuleImportImpl
Deprecated.
|
class |
RuleKeyframesImpl |
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 |
|---|---|
void |
StyleSheetImpl.add(int index,
RuleBlock<?> element) |
boolean |
StyleSheetImpl.add(RuleBlock<?> o) |
| Modifier and Type | Method and Description |
|---|---|
RuleBlock<?> |
SimplePreparator.prepareInlineRuleSet(List<Declaration> dlist,
List<Selector.SelectorPart> pseudos) |
RuleBlock<?> |
Preparator.prepareInlineRuleSet(List<Declaration> dlist,
List<Selector.SelectorPart> 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.prepareRuleKeyframes(List<KeyframeBlock> rules,
String name) |
RuleBlock<?> |
Preparator.prepareRuleKeyframes(List<KeyframeBlock> rules,
String name)
Creates RuleKeyframes, block of key frames with assigned name.
|
RuleBlock<?> |
SimplePreparator.prepareRuleMedia(List<RuleSet> rules,
List<MediaQuery> media) |
RuleBlock<?> |
Preparator.prepareRuleMedia(List<RuleSet> rules,
List<MediaQuery> media)
Creates RuleMedia, block of rules with assigned medias.
|
RuleBlock<?> |
SimplePreparator.prepareRulePage(List<Declaration> declarations,
List<RuleMargin> marginRules,
String name,
Selector.PseudoPage pseudo) |
RuleBlock<?> |
Preparator.prepareRulePage(List<Declaration> declarations,
List<RuleMargin> marginRules,
String name,
Selector.PseudoPage pseudo)
Creates RulePage, block of rules associated with specific page
|
RuleBlock<?> |
SimplePreparator.prepareRuleSet(List<CombinedSelector> cslist,
List<Declaration> dlist,
boolean wrap,
List<MediaQuery> media) |
RuleBlock<?> |
Preparator.prepareRuleSet(List<CombinedSelector> cslist,
List<Declaration> dlist,
boolean wrap,
List<MediaQuery> 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<?> |
CSSParserVisitorImpl.visitAtstatement(CSSParser.AtstatementContext ctx) |
RuleBlock<?> |
CSSParserVisitorImpl.visitInlineset(CSSParser.InlinesetContext ctx) |
RuleBlock<?> |
CSSParserVisitorImpl.visitMedia_rule(CSSParser.Media_ruleContext ctx) |
RuleBlock<?> |
CSSParserVisitorImpl.visitPage(CSSParser.PageContext ctx) |
RuleBlock<?> |
CSSParserVisitorImpl.visitRuleset(CSSParser.RulesetContext ctx) |
RuleBlock<?> |
CSSParserVisitorImpl.visitStatement(CSSParser.StatementContext ctx) |
Copyright © 2019. All rights reserved.