Class fever.display.style.CapsStyle

Description

Enumeration of constant values that specify the caps style to use in drawing lines.

Field Index

NONE, ROUND, SQUARE

Field Detail

NONE

static public NONE:String
Used to specify no caps in the caps parameter of the net.customactions.fever.display.Graphics.lineStyle() method.

ROUND

static public ROUND:String
Used to specify round caps in the caps parameter of the net.customactions.fever.display.Graphics.lineStyle() method.

SQUARE

static public SQUARE:String
Used to specify square caps in the caps parameter of the net.customactions.fever.display.Graphics.lineStyle() method.