Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.jfree.layouting.input.style.selectors.conditions.AttributeCSSCondition
org.jfree.layouting.input.style.selectors.conditions.OneOfAttributeCSSCondition
public class OneOfAttributeCSSCondition
extends AttributeCSSCondition
Constructor Summary | |
|
Method Summary | |
short |
|
boolean |
|
Methods inherited from class org.jfree.layouting.input.style.selectors.conditions.AttributeCSSCondition | |
getConditionType , getLocalName , getNamespaceURI , getSpecified , getValue , isMatch , isSpecified |
public OneOfAttributeCSSCondition(String name, String namespace, boolean specified, String value)
public short getConditionType()
An integer indicating the type ofCondition
.
- Overrides:
- getConditionType in interface AttributeCSSCondition
public boolean isMatch(Object resolveState)
- Specified by:
- isMatch in interface CSSCondition
- Overrides:
- isMatch in interface AttributeCSSCondition