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
Automated text positioning
|
static Keyword |
BOTTOM
Align text at the bottom
|
static Keyword |
CENTER
Align text at the center
|
static Keyword |
DEFAULT
Use default line width
|
static Keyword |
RIGHT
Align to the right
|
static Keyword |
THINNEST
Thinnest line width
|
java.lang.String |
val
The string value for this keyword
|
Constructor and Description |
---|
Keyword(java.lang.String val)
Create a new Keyword
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
java.lang.String |
toString() |