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