public class Keyword extends java.lang.Object
round
" is a keyword in
linecap: round;Keywords are similar to a Java enum value. In accordance with the CSS specification, they are parsed case insensitive.
Modifier and Type | Field and Description |
---|---|
static Keyword |
AUTO |
static Keyword |
BOTTOM |
static Keyword |
CENTER |
static Keyword |
DEFAULT |
static Keyword |
RIGHT |
static Keyword |
THINNEST |
java.lang.String |
val |
Constructor and Description |
---|
Keyword(java.lang.String val) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
java.lang.String |
toString() |