org.jfree.layouting.input.style.selectors.conditions
public final class OrCSSCondition extends Object implements CombinatorCondition, CSSCondition
Constructor Summary | |
---|---|
OrCSSCondition(CSSCondition firstCondition, CSSCondition secondCondition) |
Method Summary | |
---|---|
short | getConditionType() An integer indicating the type of Condition . |
Condition | getFirstCondition() Returns the first condition. |
Condition | getSecondCondition() Returns the second condition. |
boolean | isMatch(Object resolveState) |
Condition
.