org.jfree.layouting.input.style.selectors
Class CSSConditionalSelector
- ConditionalSelector, CSSSelector, Selector, Serializable
public class CSSConditionalSelector
implements ConditionalSelector
Creation-Date: 30.11.2005, 16:43:45
CSSConditionalSelector
public CSSConditionalSelector(SimpleSelector simpleSelector,
Condition condition)
getCondition
public Condition getCondition()
Returns the condition to be applied on the simple selector.
getSelectorType
public short getSelectorType()
An integer indicating the type of Selector
getSimpleSelector
public SimpleSelector getSimpleSelector()
Returns the simple selector.
The simple selector can't be a
ConditionalSelector
.