Create a new line attributes with the specified line width.
Create a new line attributes with the specified line cap, join and width.
Create a new line attributes with the specified arguments.
The line cap style.
The line dash style for SWT.LINE_CUSTOM.
The line dash style offset for SWT.LINE_CUSTOM.
The line join style.
The line miter limit.
The line style.
The line width.
<code>LineAttributes</code> defines a set of line attributes that can be modified in a GC. <p> Application code does <em>not</em> need to explicitly release the resources managed by each instance when those instances are no longer required, and thus no <code>dispose()</code> method is provided. </p>
@see GC#getLineAttributes() @see GC#setLineAttributes(LineAttributes) @see <a href="http://www.eclipse.org/swt/">Sample code and further information</a>
@since 3.3