Class CSSRectangleType
- java.lang.Object
-
- org.jfree.layouting.input.style.values.CSSType
-
- org.jfree.layouting.input.style.values.CSSRectangleType
-
public class CSSRectangleType extends CSSType
Creation-Date: 23.11.2005, 12:04:06- Author:
- Thomas Morgner
-
-
Field Summary
Fields Modifier and Type Field Description static CSSRectangleType
INSET_RECT
static CSSRectangleType
RECT
-
-
-
Field Detail
-
RECT
public static final CSSRectangleType RECT
-
INSET_RECT
public static final CSSRectangleType INSET_RECT
-
-