Package com.openhtmltopdf.css.style
Class BackgroundSize
- java.lang.Object
-
- com.openhtmltopdf.css.style.BackgroundSize
-
public class BackgroundSize extends Object
-
-
Constructor Summary
Constructors Constructor Description BackgroundSize(boolean contain, boolean cover, boolean bothAuto)BackgroundSize(PropertyValue width, PropertyValue height)
-
-
-
Constructor Detail
-
BackgroundSize
public BackgroundSize(boolean contain, boolean cover, boolean bothAuto)
-
BackgroundSize
public BackgroundSize(PropertyValue width, PropertyValue height)
-
-
Method Detail
-
isContain
public boolean isContain()
-
isCover
public boolean isCover()
-
isBothAuto
public boolean isBothAuto()
-
getWidth
public PropertyValue getWidth()
-
getHeight
public PropertyValue getHeight()
-
-