org.jfree.layouting.input.style.keys.line

Class LineStyleKeys

public class LineStyleKeys extends Object

Drop-Initials are left out for now.

Author: Thomas Morgner

See Also: http://www.w3.org/TR/css3-linebox/

Field Summary
static StyleKeyALIGNMENT_ADJUST
static StyleKeyALIGNMENT_BASELINE
static StyleKeyBASELINE_SHIFT
static StyleKeyDOMINANT_BASELINE
DominantBaseLine is not implemented.
static StyleKeyDROP_INITIAL_AFTER_ADJUST
static StyleKeyDROP_INITIAL_AFTER_ALIGN
static StyleKeyDROP_INITIAL_BEFORE_ADJUST
static StyleKeyDROP_INITIAL_BEFORE_ALIGN
static StyleKeyDROP_INITIAL_SIZE
static StyleKeyDROP_INITIAL_VALUE
static StyleKeyINLINE_BOX_ALIGN
static StyleKeyLINE_HEIGHT
Either one of the constants 'normal' or 'none' or a length, percentage or number.
static StyleKeyLINE_STACKING_RUBY
Ruby is not implemented.
static StyleKeyLINE_STACKING_SHIFT
This is a character level computation, we ignore that for now.
static StyleKeyLINE_STACKING_STRATEGY
This property determines the line stacking strategy for stacked line boxes within a containing block element.
static StyleKeyTEXT_HEIGHT
The 'text-height' property determine the block-progression dimension of the text content area of an inline box.
static StyleKeyVERTICAL_ALIGN
This is a shorthand property for the 'dominant-baseline', 'alignment-baseline' and 'alignment-adjust' properties.

Field Detail

ALIGNMENT_ADJUST

public static final StyleKey ALIGNMENT_ADJUST

ALIGNMENT_BASELINE

public static final StyleKey ALIGNMENT_BASELINE

BASELINE_SHIFT

public static final StyleKey BASELINE_SHIFT

DOMINANT_BASELINE

public static final StyleKey DOMINANT_BASELINE
DominantBaseLine is not implemented.

DROP_INITIAL_AFTER_ADJUST

public static final StyleKey DROP_INITIAL_AFTER_ADJUST

DROP_INITIAL_AFTER_ALIGN

public static final StyleKey DROP_INITIAL_AFTER_ALIGN

DROP_INITIAL_BEFORE_ADJUST

public static final StyleKey DROP_INITIAL_BEFORE_ADJUST

DROP_INITIAL_BEFORE_ALIGN

public static final StyleKey DROP_INITIAL_BEFORE_ALIGN

DROP_INITIAL_SIZE

public static final StyleKey DROP_INITIAL_SIZE

DROP_INITIAL_VALUE

public static final StyleKey DROP_INITIAL_VALUE

INLINE_BOX_ALIGN

public static final StyleKey INLINE_BOX_ALIGN

LINE_HEIGHT

public static final StyleKey LINE_HEIGHT
Either one of the constants 'normal' or 'none' or a length, percentage or number. The computed value is a result of a computation based on the current line-box and therefore is only valid for that particluar linebox.

LINE_STACKING_RUBY

public static final StyleKey LINE_STACKING_RUBY
Ruby is not implemented.

LINE_STACKING_SHIFT

public static final StyleKey LINE_STACKING_SHIFT
This is a character level computation, we ignore that for now.

LINE_STACKING_STRATEGY

public static final StyleKey LINE_STACKING_STRATEGY
This property determines the line stacking strategy for stacked line boxes within a containing block element. The term 'stack-height' is used in the context of this property description to indicate the block-progression advance for the line boxes.

TEXT_HEIGHT

public static final StyleKey TEXT_HEIGHT
The 'text-height' property determine the block-progression dimension of the text content area of an inline box.

VERTICAL_ALIGN

public static final StyleKey VERTICAL_ALIGN
This is a shorthand property for the 'dominant-baseline', 'alignment-baseline' and 'alignment-adjust' properties. It has a different meaning in the context of table cells.