Class Length
java.lang.Object
org.openpdf.css.style.Length
-
Field Details
-
MAX_WIDTH
public static final int MAX_WIDTH- See Also:
-
ZERO
-
_type
-
_value
private final long _value
-
-
Constructor Details
-
Length
private Length() -
Length
-
-
Method Details
-
value
public long value() -
type
-
isVariable
public boolean isVariable() -
isFixed
public boolean isFixed() -
isPercent
public boolean isPercent() -
width
public long width(int maxWidth) -
minWidth
public long minWidth(int maxWidth) -
toString
-