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

Class Fit

public class Fit extends Object

Describes how replaced content should be scaled if neither the width or height of an element is set to 'auto'.

Author: Thomas Morgner

Field Summary
static CSSConstantFILL
static CSSConstantMEET
static CSSConstantNONE
static CSSConstantSLICE

Field Detail

FILL

public static final CSSConstant FILL

MEET

public static final CSSConstant MEET

NONE

public static final CSSConstant NONE

SLICE

public static final CSSConstant SLICE