Uses of Class
com.helger.css.decl.CSSMediaQuery
Packages that use CSSMediaQuery
-
Uses of CSSMediaQuery in com.helger.css.decl
Methods in com.helger.css.decl that return CSSMediaQueryModifier and TypeMethodDescriptionCSSMediaQuery.addMediaExpression(int nIndex, CSSMediaExpression aMediaExpression) Add a media expression to the list at the specified index.CSSMediaQuery.addMediaExpression(CSSMediaExpression aMediaExpression) Append a media expression to the list.CSSMediaRule.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 CSSMediaQueryModifier and TypeMethodDescriptioncom.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 CSSMediaQueryModifier and TypeMethodDescriptionCSSImportRule.addMediaQuery(int nIndex, CSSMediaQuery aMediaQuery) Add a media query at the specified index of the list.CSSImportRule.addMediaQuery(CSSMediaQuery aMediaQuery) Add a media query at the end of the list.CSSMediaRule.addMediaQuery(int nIndex, CSSMediaQuery aMediaQuery) Add a media query at the specified index.CSSMediaRule.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 CSSMediaQueryModifier and TypeMethodDescriptionstatic 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 CSSMediaQueryModifier and TypeMethodDescriptionstatic 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 CSSMediaQueryModifier and TypeMethodDescriptionstatic CascadingStyleSheetMediaQueryTools.getWrappedInMediaQuery(CascadingStyleSheet aCSS, Iterable<? extends CSSMediaQuery> aMediaQueries, boolean bAllowNestedMediaQueries) Get the CSS wrapped in the specified media query.