public class Length
extends Object
-
Nested Class Summary
Nested Classes
-
Field Summary
Fields
private final long
static final int
-
Constructor Summary
Constructors
-
Method Summary
boolean
boolean
boolean
long
long
long
-
Field Details
-
MAX_WIDTH
public static final int MAX_WIDTH
- See Also:
-
-
ZERO
public static final Length ZERO
-
-
_value
private final long _value
-
-
Method Details
-
value
public long value()
-
-
isVariable
public boolean isVariable()
-
isFixed
public boolean isFixed()
-
isPercent
public boolean isPercent()
-
width
public long width(int maxWidth)
-
minWidth
public long minWidth(int maxWidth)
-