org.jfree.layouting.input.style.keys.text
Class WhitespaceCollapse

java.lang.Object
  extended by org.jfree.layouting.input.style.keys.text.WhitespaceCollapse

public class WhitespaceCollapse
extends java.lang.Object

Creation-Date: 30.10.2005, 19:59:54

Author:
Thomas Morgner

Field Summary
static CSSConstant COLLAPSE
           
static CSSConstant DISCARD
           
static CSSConstant PRESERVE
           
static CSSConstant PRESERVE_BREAKS
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PRESERVE

public static final CSSConstant PRESERVE

COLLAPSE

public static final CSSConstant COLLAPSE

PRESERVE_BREAKS

public static final CSSConstant PRESERVE_BREAKS

DISCARD

public static final CSSConstant DISCARD