Uses of Class
jaxx.runtime.css.Rule
| Package | Description |
|---|---|
| jaxx.runtime.css |
-
Uses of Rule in jaxx.runtime.css
Methods in jaxx.runtime.css that return Rule Modifier and Type Method Description Rule[]Stylesheet. getRules()Methods in jaxx.runtime.css with parameters of type Rule Modifier and Type Method Description voidStylesheet. add(Rule newRule)voidStylesheet. add(Rule[] newRules)intRule. compareTo(Rule o)Constructors in jaxx.runtime.css with parameters of type Rule Constructor Description Stylesheet(Rule[] rules)