GLG Toolkit, Java Class Library  Version 4.5
GlgLineCap

Specifies line cap style. More...

Detailed Description

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...
 

Variable Documentation

◆ AUTO_LINE_CAP

final int AUTO_LINE_CAP = 0
static

Specifies line cap that depends on line width.

◆ BUTT_LINE_CAP

final int BUTT_LINE_CAP = 1
static

Specifies flat line cap.

◆ ROUND_LINE_CAP

final int ROUND_LINE_CAP = 2
static

Specifies round line cap.