| Package | Description |
|---|---|
| com.helger.css.decl |
| Modifier and Type | Method and Description |
|---|---|
CSSMediaExpression |
CSSMediaQuery.getMediaExpression(int nExpressionIndex)
Get the media expression at the specified index.
|
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.collection.impl.ICommonsList<CSSMediaExpression> |
CSSMediaQuery.getAllMediaExpressions() |
| Modifier and Type | Method and Description |
|---|---|
CSSMediaQuery |
CSSMediaQuery.addMediaExpression(CSSMediaExpression aMediaExpression)
Append a media expression to the list.
|
CSSMediaQuery |
CSSMediaQuery.addMediaExpression(int nIndex,
CSSMediaExpression aMediaExpression)
Add a media expression to the list at the specified index.
|
com.helger.commons.state.EChange |
CSSMediaQuery.removeMediaExpression(CSSMediaExpression aMediaExpression)
Remove the specified media expression.
|
Copyright © 2014–2018 Philip Helger. All rights reserved.