scenic
Interface LineCapStyle


public interface LineCapStyle

Contains constants for different line cap styles. Line cap style determines how the ends of the subpaths are drawn.


Field Summary
static int BUTT_CAP
          Butt cap.
static int ROUND_CAP
          Round cap.
static int SQUARE_CAP
          Square cap.
 

Field Detail

BUTT_CAP

static final int BUTT_CAP
Butt cap.

See Also:
Constant Field Values

ROUND_CAP

static final int ROUND_CAP
Round cap.

See Also:
Constant Field Values

SQUARE_CAP

static final int SQUARE_CAP
Square cap.

See Also:
Constant Field Values