| Package | Description |
|---|---|
| cz.vutbr.web.css | |
| cz.vutbr.web.csskit | |
| cz.vutbr.web.csskit.antlr4 |
| Modifier and Type | Method and Description |
|---|---|
RuleMargin |
RuleFactory.createMargin(String area)
Creates CSS margin rule
|
| Modifier and Type | Class and Description |
|---|---|
class |
RuleMarginImpl
Implementation of RuleMargin
|
| Modifier and Type | Method and Description |
|---|---|
RuleMargin |
RuleFactoryImpl.createMargin(String area) |
| Modifier and Type | Method and Description |
|---|---|
RuleMargin |
SimplePreparator.prepareRuleMargin(String area,
List<Declaration> decl) |
RuleMargin |
Preparator.prepareRuleMargin(String area,
List<Declaration> declarations)
Creates RuleMargin, block of declarations associated with specific area in the page margin.
|
RuleMargin |
CSSParserVisitorImpl.visitMargin_rule(CSSParser.Margin_ruleContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
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
|
Copyright © 2019. All rights reserved.