org.jfree.layouting.input.style.keys.box
Class Overflow

java.lang.Object
  extended by org.jfree.layouting.input.style.keys.box.Overflow

public class Overflow
extends java.lang.Object

Creation-Date: 30.10.2005, 18:34:39

Author:
Thomas Morgner

Field Summary
static CSSConstant HIDDEN
           
static CSSConstant SCROLL
           
static CSSConstant VISIBLE
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VISIBLE

public static final CSSConstant VISIBLE

HIDDEN

public static final CSSConstant HIDDEN

SCROLL

public static final CSSConstant SCROLL