GLG Toolkit, Java Class Library
Version 4.5
|
Specifies line cap style. More...
Specifies line cap style.
Constants | |
static final int | AUTO_LINE_CAP = 0 |
Specifies line cap that depends on line width. More... | |
static final int | BUTT_LINE_CAP = 1 |
Specifies flat line cap. More... | |
static final int | ROUND_LINE_CAP = 2 |
Specifies round line cap. More... | |
|
static |
Specifies line cap that depends on line width.
|
static |
Specifies flat line cap.
|
static |
Specifies round line cap.