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 Object
-
-
Field Summary
Fields Modifier and Type Field Description BackgroundPositionbackgroundPositionPropertyValuebackgroundRepeatBackgroundSizebackgroundSizePropertyValueimageGradientOrNoneCalculatedStyle.BackgroundImageTypetype
-
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
-
-