Package org.xhtmlrenderer.css.style
Class BackgroundSize
java.lang.Object
org.xhtmlrenderer.css.style.BackgroundSize
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate boolean
private boolean
private boolean
private PropertyValue
private PropertyValue
-
Constructor Summary
ConstructorsConstructorDescriptionBackgroundSize
(boolean contain, boolean cover, boolean bothAuto) BackgroundSize
(PropertyValue width, PropertyValue height) -
Method Summary
-
Field Details
-
_contain
private boolean _contain -
_cover
private boolean _cover -
_bothAuto
private boolean _bothAuto -
_width
-
_height
-
-
Constructor Details
-
BackgroundSize
public BackgroundSize(boolean contain, boolean cover, boolean bothAuto) -
BackgroundSize
-
-
Method Details
-
isContain
public boolean isContain() -
isCover
public boolean isCover() -
isBothAuto
public boolean isBothAuto() -
getWidth
-
getHeight
-