Package org.xhtmlrenderer.css.style
Class BackgroundPosition
- java.lang.Object
-
- org.xhtmlrenderer.css.style.BackgroundPosition
-
public class BackgroundPosition extends java.lang.Object
-
-
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()
-
-
-
Constructor Detail
-
BackgroundPosition
public BackgroundPosition(PropertyValue horizontal, PropertyValue vertical)
-
-
Method Detail
-
getHorizontal
public PropertyValue getHorizontal()
-
getVertical
public PropertyValue getVertical()
-
-