| Package | Description |
|---|---|
| cz.vutbr.web.css | |
| cz.vutbr.web.csskit | |
| cz.vutbr.web.csskit.antlr4 |
| Modifier and Type | Method and Description |
|---|---|
MediaExpression |
RuleFactory.createMediaExpression()
Creates a new CSS media query expression.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
MediaSpec.getExpressionIdentifier(MediaExpression e)
Obtains the identifier specified by the given media query expression.
|
protected Integer |
MediaSpec.getExpressionInteger(MediaExpression e)
Obtains the integer specified by the given media query expression.
|
protected Float |
MediaSpec.getExpressionLengthPx(MediaExpression e)
Obtains the length specified by the given media query expression.
|
protected Float |
MediaSpec.getExpressionRatio(MediaExpression e)
Obtains the ratio specified by the given media query expression.
|
protected Float |
MediaSpec.getExpressionResolution(MediaExpression e)
Obtains the resolution specified by the given media query expression.
|
boolean |
MediaSpecNone.matches(MediaExpression e) |
boolean |
MediaSpec.matches(MediaExpression e)
Checks if this media specification matches a given media query expression.
|
boolean |
MediaSpecAll.matches(MediaExpression e) |
boolean |
MediaSpecType.matches(MediaExpression e) |
| Modifier and Type | Class and Description |
|---|---|
class |
MediaExpressionImpl |
| Modifier and Type | Method and Description |
|---|---|
MediaExpression |
RuleFactoryImpl.createMediaExpression() |
| Modifier and Type | Method and Description |
|---|---|
MediaExpression |
CSSParserVisitorImpl.visitMedia_expression(CSSParser.Media_expressionContext ctx) |
Copyright © 2019. All rights reserved.