public class CssSizeValue extends Object
| Constructor and Description |
|---|
CssSizeValue(String raw) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isValid()
Returns true if a size value can be parsed.
|
int |
value()
Returns the actual size excluding units of measurement.
|
public CssSizeValue(String raw)
public int value()
public boolean isValid()
Copyright © 2019 Atlassian. All rights reserved.