org.jfree.layouting.input.style

Class CSSMediaRule

Implemented Interfaces:
Cloneable, Serializable

public class CSSMediaRule
extends CSSDeclarationRule

Creation-Date: 23.11.2005, 11:00:04
Author:
Thomas Morgner

Constructor Summary

CSSMediaRule(StyleSheet parentStyle, StyleRule parentRule)

Method Summary

void
addRule(StyleRule rule)
void
deleteRule(int index)
StyleRule
getRule(int index)
int
getRuleCount()
void
insertRule(int index, StyleRule rule)

Methods inherited from class org.jfree.layouting.input.style.CSSDeclarationRule

clear, clone, getImportantValues, getPropertyCSSValue, getPropertyKeysAsArray, getStyleValues, isEmpty, isImportant, removeProperty, setImportant, setPropertyValue, setPropertyValue, setPropertyValueAsString, setPropertyValueAsString

Methods inherited from class org.jfree.layouting.input.style.StyleRule

clone, getParentRule, getParentStyle, getStyleKeyRegistry, isReadOnly, makeReadOnly, setParentRule, setParentStyle

Constructor Details

CSSMediaRule

public CSSMediaRule(StyleSheet parentStyle,
                    StyleRule parentRule)

Method Details

addRule

public void addRule(StyleRule rule)

deleteRule

public void deleteRule(int index)

getRule

public StyleRule getRule(int index)

getRuleCount

public int getRuleCount()

insertRule

public void insertRule(int index,
                       StyleRule rule)