Sets the receiver's line attributes.
<p>
This operation requires the operating system's advanced
graphics subsystem which may not be available on some
platforms.
</p>
@param attributes the line attributes
@exception IllegalArgumentException <ul>
<li>ERROR_NULL_ARGUMENT - if the attributes is null</li>
<li>ERROR_INVALID_ARGUMENT - if any of the line attributes is not valid</li>
</ul>
@exception SWTException <ul>
<li>ERROR_GRAPHIC_DISPOSED - if the receiver has been disposed</li>
<li>ERROR_NO_GRAPHICS_LIBRARY - if advanced graphics are not available</li>
</ul>
Sets the receiver's line attributes. <p> This operation requires the operating system's advanced graphics subsystem which may not be available on some platforms. </p> @param attributes the line attributes
@exception IllegalArgumentException <ul> <li>ERROR_NULL_ARGUMENT - if the attributes is null</li> <li>ERROR_INVALID_ARGUMENT - if any of the line attributes is not valid</li> </ul> @exception SWTException <ul> <li>ERROR_GRAPHIC_DISPOSED - if the receiver has been disposed</li> <li>ERROR_NO_GRAPHICS_LIBRARY - if advanced graphics are not available</li> </ul>
@see LineAttributes @see #getAdvanced @see #setAdvanced
@since 3.3