org.jfree.layouting.input.style.keys.box
public class Floating extends Object
The properties left and top are equivalent, as as right and bottom. All properties in the specification can be reduced to either left or right in the computation phase.
Floating images cannot leave their containing block vertically or horizontally. If negative margins are given, they may be shifted outside the content area, but vertical margins will increase the 'empty-space' between the blocks instead of messing up the previous element.
Field Summary | |
---|---|
static CSSConstant | BOTTOM |
static CSSConstant | END |
static CSSConstant | INSIDE |
static CSSConstant | IN_COLUMN |
static CSSConstant | LEFT |
static CSSConstant | MID_COLUMN |
static CSSConstant | NONE |
static CSSConstant | OUTSIDE |
static CSSConstant | RIGHT |
static CSSConstant | START |
static CSSConstant | TOP |