public class CSSMediaRule extends CSSDeclarationRule
Constructor | Description |
---|---|
CSSMediaRule(StyleSheet parentStyle,
StyleRule parentRule) |
Modifier and Type | Method | Description |
---|---|---|
void |
addRule(StyleRule rule) |
|
void |
deleteRule(int index) |
|
StyleRule |
getRule(int index) |
|
int |
getRuleCount() |
|
void |
insertRule(int index,
StyleRule rule) |
clear, clone, getImportantValues, getPropertyCSSValue, getPropertyKeysAsArray, getStyleValues, isEmpty, isImportant, removeProperty, setImportant, setPropertyValue, setPropertyValue, setPropertyValueAsString, setPropertyValueAsString
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getParentRule, getParentStyle, getStyleKeyRegistry, isReadOnly, makeReadOnly, setParentRule, setParentStyle
public CSSMediaRule(StyleSheet parentStyle, StyleRule parentRule)