| Package | Description |
|---|---|
| org.apache.batik.css.engine |
| Modifier and Type | Class | Description |
|---|---|---|
class |
FontFaceRule |
This class represents a @font-face CSS rule.
|
class |
ImportRule |
This class represents a @import CSS rule.
|
class |
MediaRule |
This class represents a @media CSS rule.
|
class |
StyleRule |
This class represents a style rule.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected Rule[] |
StyleSheet.rules |
The rules.
|
| Modifier and Type | Method | Description |
|---|---|---|
Rule |
StyleSheet.getRule(int i) |
Returns the rule at the given index.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
StyleSheet.append(Rule r) |
Appends a rule to the stylesheet.
|
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.