| Package | Description |
|---|---|
| com.qeagle.devtools.protocol.commands | |
| com.qeagle.devtools.protocol.types.css |
| Modifier and Type | Method and Description |
|---|---|
CSSMedia |
CSS.setMediaText(String styleSheetId,
SourceRange range,
String text)
Modifies the rule selector.
|
| Modifier and Type | Method and Description |
|---|---|
List<CSSMedia> |
CSS.getMediaQueries()
Returns all media queries parsed by the rendering engine.
|
| Modifier and Type | Method and Description |
|---|---|
List<CSSMedia> |
CSSRule.getMedia()
Media list array (for rules involving media queries).
|
| Modifier and Type | Method and Description |
|---|---|
void |
CSSRule.setMedia(List<CSSMedia> media)
Media list array (for rules involving media queries).
|
Copyright © 2020. All rights reserved.