public class BackgroundSize extends Object
| 构造器和说明 |
|---|
BackgroundSize(boolean contain,
boolean cover,
boolean bothAuto) |
BackgroundSize(PropertyValue width,
PropertyValue height) |
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 © 2019. All Rights Reserved.