| Modifier and Type | Method and Description |
|---|---|
LineJoin |
GraphicState.getLineJoin()
The line join style used by the current GraphicState.
|
static LineJoin |
LineJoin.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LineJoin[] |
LineJoin.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GraphicState.setLineJoin(LineJoin LineJoin)
The line join style to be used by the current GraphicState.
|