public class MediaQueryList extends AbstractLocatable
| Constructor and Description |
|---|
MediaQueryList()
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(MediaQuery mediaQuery)
Adds a new media query to the list.
|
int |
getLength() |
List<MediaQuery> |
getMediaQueries() |
String |
toString() |
getLocator, setLocatorpublic int getLength()
public List<MediaQuery> getMediaQueries()
public void add(MediaQuery mediaQuery)
mediaQuery - the media query to addCopyright © 2022. All rights reserved.