public class MediaQueryList extends AbstractLocatable
| Constructor and Description |
|---|
MediaQueryList() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(MediaQuery mediaQuery) |
void |
add(String s) |
int |
getLength() |
MediaQuery |
mediaQuery(int index) |
String |
toString() |
getLocator, setLocatorpublic int getLength()
public MediaQuery mediaQuery(int index)
public void add(String s)
public void add(MediaQuery mediaQuery)
Copyright © 2019. All rights reserved.