org.jfree.layouting.input.style
Class CSSCharsetRule

java.lang.Object
  extended by org.jfree.layouting.input.style.StyleRule
      extended by org.jfree.layouting.input.style.CSSCharsetRule
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class CSSCharsetRule
extends StyleRule

Creation-Date: 23.11.2005, 11:08:59

Author:
Thomas Morgner
See Also:
Serialized Form

Constructor Summary
CSSCharsetRule(StyleSheet parentStyle, StyleRule parentRule)
           
 
Method Summary
 java.lang.String getCharset()
           
 void setCharset(java.lang.String charset)
           
 
Methods inherited from class org.jfree.layouting.input.style.StyleRule
clone, getParentRule, getParentStyle, getStyleKeyRegistry, isReadOnly, makeReadOnly, setParentRule, setParentStyle
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSSCharsetRule

public CSSCharsetRule(StyleSheet parentStyle,
                      StyleRule parentRule)
Method Detail

getCharset

public java.lang.String getCharset()

setCharset

public void setCharset(java.lang.String charset)