Package com.openhtmltopdf.css.style
Class CalculatedStyle.BackgroundContainer
- java.lang.Object
-
- com.openhtmltopdf.css.style.CalculatedStyle.BackgroundContainer
-
- Enclosing class:
- CalculatedStyle
public static class CalculatedStyle.BackgroundContainer extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description BackgroundPosition
backgroundPosition
PropertyValue
backgroundRepeat
BackgroundSize
backgroundSize
PropertyValue
imageGradientOrNone
CalculatedStyle.BackgroundImageType
type
-
Constructor Summary
Constructors Constructor Description BackgroundContainer()
-
-
-
Field Detail
-
type
public CalculatedStyle.BackgroundImageType type
-
imageGradientOrNone
public PropertyValue imageGradientOrNone
-
backgroundPosition
public BackgroundPosition backgroundPosition
-
backgroundSize
public BackgroundSize backgroundSize
-
backgroundRepeat
public PropertyValue backgroundRepeat
-
-