public class BackgroundSize extends Object
| Constructor and Description |
|---|
BackgroundSize(boolean contain,
boolean cover,
boolean bothAuto) |
BackgroundSize(PropertyValue width,
PropertyValue height) |
| Modifier and Type | Method and Description |
|---|---|
PropertyValue |
getHeight() |
PropertyValue |
getWidth() |
boolean |
isBothAuto() |
boolean |
isContain() |
boolean |
isCover() |
public BackgroundSize(boolean contain,
boolean cover,
boolean bothAuto)
public BackgroundSize(PropertyValue width, PropertyValue height)
public boolean isContain()
public boolean isCover()
public boolean isBothAuto()
public PropertyValue getWidth()
public PropertyValue getHeight()
Copyright © 2016. All rights reserved.