Package com.openhtmltopdf.css.constants
Class Idents
java.lang.Object
com.openhtmltopdf.css.constants.Idents
public final class Idents extends Object
Booch utility class for working with ident values in CSS.
- Author:
- Patrick Wright
-
Constructor Summary
Constructors Constructor Description Idents() -
Method Summary
Modifier and Type Method Description static booleanlooksLikeABGPosition(String val)Description of the Methodstatic booleanlooksLikeALength(String val)Description of the Method
-
Constructor Details
-
Idents
public Idents()
-
-
Method Details
-
looksLikeALength
Description of the Method- Parameters:
val- PARAM- Returns:
- Returns
-
looksLikeABGPosition
Description of the Method- Parameters:
val- PARAM- Returns:
- Returns
-