The JointStyle object is an enumeration of constant values that specify the joint style to use in drawing lines. These constants are provided for use as values in the joints parameter of the Graphics.lineStyle() method. 


Lib.Media.Display.JointStyle.BEVEL

Specifies beveled joints in the joints parameter of the Graphics.lineStyle() method.

Lib.Media.Display.JointStyle.MITER

Specifies mitered joints in the joints parameter of the Graphics.lineStyle() method.

Lib.Media.Display.JointStyle.ROUND

Specifies round joints in the joints parameter of the flash.display.Graphics.lineStyle() method.

Created with the Personal Edition of HelpNDoc: Produce online help for Qt applications