Uses of Class
com.helger.css.decl.CSSMediaQuery
-
Packages that use CSSMediaQuery Package Description com.helger.css.decl com.helger.css.tools -
-
Uses of CSSMediaQuery in com.helger.css.decl
Methods in com.helger.css.decl that return CSSMediaQuery Modifier and Type Method Description CSSMediaQueryCSSMediaQuery. addMediaExpression(int nIndex, CSSMediaExpression aMediaExpression)Add a media expression to the list at the specified index.CSSMediaQueryCSSMediaQuery. addMediaExpression(CSSMediaExpression aMediaExpression)Append a media expression to the list.CSSMediaQueryCSSMediaRule. getMediaQueryAtIndex(int nMediumIndex)Get the media query at the specified index ornull.Methods in com.helger.css.decl that return types with arguments of type CSSMediaQuery Modifier and Type Method Description com.helger.commons.collection.impl.ICommonsList<CSSMediaQuery>CSSImportRule. getAllMediaQueries()com.helger.commons.collection.impl.ICommonsList<CSSMediaQuery>CSSMediaRule. getAllMediaQueries()Methods in com.helger.css.decl with parameters of type CSSMediaQuery Modifier and Type Method Description CSSImportRuleCSSImportRule. addMediaQuery(int nIndex, CSSMediaQuery aMediaQuery)Add a media query at the specified index of the list.CSSImportRuleCSSImportRule. addMediaQuery(CSSMediaQuery aMediaQuery)Add a media query at the end of the list.CSSMediaRuleCSSMediaRule. addMediaQuery(int nIndex, CSSMediaQuery aMediaQuery)Add a media query at the specified index.CSSMediaRuleCSSMediaRule. addMediaQuery(CSSMediaQuery aMediaQuery)Add a new media query.com.helger.commons.state.EChangeCSSImportRule. removeMediaQuery(CSSMediaQuery aMediaQuery)Remove the specified media query.com.helger.commons.state.EChangeCSSMediaRule. removeMediaQuery(CSSMediaQuery aMediaQuery)Remove the provided media query. -
Uses of CSSMediaQuery in com.helger.css.tools
Methods in com.helger.css.tools that return types with arguments of type CSSMediaQuery Modifier and Type Method Description static com.helger.commons.collection.impl.ICommonsList<CSSMediaQuery>MediaQueryTools. parseToMediaQuery(String sMediaQuery, ECSSVersion eVersion)Utility method to convert a media query string to a structured list ofCSSMediaQueryobjects.Methods in com.helger.css.tools with parameters of type CSSMediaQuery Modifier and Type Method Description static CascadingStyleSheetMediaQueryTools. getWrappedInMediaQuery(CascadingStyleSheet aCSS, CSSMediaQuery aMediaQuery, boolean bAllowNestedMediaQueries)Get the CSS wrapped in the specified media query.Method parameters in com.helger.css.tools with type arguments of type CSSMediaQuery Modifier and Type Method Description static CascadingStyleSheetMediaQueryTools. getWrappedInMediaQuery(CascadingStyleSheet aCSS, Iterable<? extends CSSMediaQuery> aMediaQueries, boolean bAllowNestedMediaQueries)Get the CSS wrapped in the specified media query.
-