Base aspect for all graphic lines.<q ref="core.svg:Graphic">Graphic</q>(c) SAP AG 2003-2006. All rights reserved. Gets or sets the line's arrow head.The <code>arrowHead</code> property is a bitwise combination of the following groups of flags: <table class="BOTH"><tr><td class="H V">Name </td><td class=H>Description </td></tr><tr><td class=V>SVG_BLOCK_ARROW </td><td>Block arrow </td></tr><tr><td class=V>SVG_CLASSIC_ARROW </td><td>Classic arrow </td></tr><tr><td class=V>SVG_DIAMOND_ARROW </td><td>Diamond arrow </td></tr><tr><td class=V>SVG_CIRCLE_ARROW </td><td>Circle arrow </td></tr><tr><td class=V>SVG_NOTCH_ARROW </td><td>Block arrow with a notch </td></tr><tr><td class=V>SVG_DOUBLE_ARROW </td><td>Double arrow </td></tr><tr><td class=V>&nbsp; </td><td>&nbsp; </td></tr><tr><td class=V>SVG_HOLLOW </td><td>The arrow head is hollow, i.e. filled with white color. </td></tr><tr><td class=V>SVG_FILLED </td><td>The arrow head is filled with the primary color. </td></tr></table> Gets or sets the line's hilight color. Gets or sets the line's dash pattern.The <code>dash</code> property controls the pattern of dashes and gaps used to stroke the line. The <code>dash</code> property value can be either 'none' (indicating that the line is to be drawn solid), or a list of whitespace-separated numbers that specify the lengths of alternating dashes and gaps. Gets or sets the line's width. Gets or sets the line's stroke color. Gets or sets the line's text color.