|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.layouting.input.style.keys.box.DisplayModel
public class DisplayModel
The DisplayModel selects the algorithm used to layout an element. This is equal to selecting a LayoutManager in Java.
Creation-Date: 27.10.2005, 21:03:12
Field Summary | |
---|---|
static CSSConstant |
ABSOLUTE
A JFreeReport compatibility setting. |
static CSSConstant |
BLOCK_INSIDE
Child elements are rendered as described for their 'display-role'. |
static CSSConstant |
INLINE_INSIDE
If this is not an inline-level element, the effect is the same as for 'block-inside'. |
static CSSConstant |
RUBY
Not yet used. |
static CSSConstant |
TABLE
See the table module |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final CSSConstant INLINE_INSIDE
public static final CSSConstant BLOCK_INSIDE
public static final CSSConstant TABLE
public static final CSSConstant RUBY
public static final CSSConstant ABSOLUTE
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |