Package com.openhtmltopdf.css.style
Class BackgroundPosition
- java.lang.Object
-
- com.openhtmltopdf.css.style.BackgroundPosition
-
public class BackgroundPosition extends Object
-
-
Constructor Summary
Constructors Constructor Description BackgroundPosition(PropertyValue horizontal, PropertyValue vertical)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertyValuegetHorizontal()PropertyValuegetVertical()
-
-
-
Constructor Detail
-
BackgroundPosition
public BackgroundPosition(PropertyValue horizontal, PropertyValue vertical)
-
-
Method Detail
-
getHorizontal
public PropertyValue getHorizontal()
-
getVertical
public PropertyValue getVertical()
-
-