Class Fit
- java.lang.Object
-
- org.pentaho.reporting.libraries.css.keys.box.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
Fields Modifier and Type Field Description static CSSConstant
FILL
static CSSConstant
MEET
static CSSConstant
NONE
static CSSConstant
SLICE
-
-
-
Field Detail
-
FILL
public static final CSSConstant FILL
-
NONE
public static final CSSConstant NONE
-
MEET
public static final CSSConstant MEET
-
SLICE
public static final CSSConstant SLICE
-
-