=========================
Line pattern enumerations
=========================

Enumeration of line patterns.

.. raw:: html

	<table BORDER =1 WIDTH="530">
		<TR>
			<TD height=21 width=50>0</TD>
			<TD height=21 width=390>Solid</TD>
		</TR>	 	
		<TR>
			<TD height=21 width=50>1</TD>
			<TD height=21 width=390>Dash-Dot</TD>
		</TR>	 	
		<TR>
			<TD height=21 width=50>2</TD>
			<TD height=21 width=390>Dashed</TD>
		</TR>	 	
		<TR>
			<TD height=21 width=50>3</TD>
			<TD height=21 width=390>Dotted</TD>
		</TR>	 	
		<TR>
			<TD height=21 width=50>4</TD>
			<TD height=21 width=390>Dash-Dot-Dot</TD>
		</TR>	 	
		<TR>
			<TD height=21 width=50>5</TD>
			<TD height=21 width=390>Dash-Dot-Dot-Dot</TD>
		</TR>	 	
		<TR>
			<TD height=21 width=50>6</TD>
			<TD height=21 width=390>Long Dash</TD>
		</TR>	 	
		<TR>
			<TD height=21 width=50>7</TD>
			<TD height=21 width=390>Center Line</TD>
		</TR>	 	
		<TR>
			<TD height=21 width=50>8</TD>
			<TD height=21 width=390>Phantom Line</TD>
		</TR>	 	
		<TR>
			<TD height=21 width=50>9</TD>
			<TD height=21 width=390>Fine Dotted</TD>
		</TR>	 	
	</table>

Enumeration of line cap styles.

.. raw:: html

	<table BORDER =1 WIDTH="530">
		<TR>
			<TD height=21 width=50>0</TD>
			<TD height=21 width=390>None</TD>
		</TR>	 	
		<TR>
			<TD height=21 width=50>1</TD>
			<TD height=21 width=390>Round</TD>
		</TR>	 	
		<TR>
			<TD height=21 width=50>2</TD>
			<TD height=21 width=390>Square</TD>
		</TR>	 	
	</table>

Enumeration of line join styles.
	
.. raw:: html

	<table BORDER =1 WIDTH="530">
		<TR>
			<TD height=21 width=50>0</TD>
			<TD height=21 width=390>Miter</TD>
		</TR>	 	
		<TR>
			<TD height=21 width=50>1</TD>
			<TD height=21 width=390>Round</TD>
		</TR>	 	
		<TR>
			<TD height=21 width=50>2</TD>
			<TD height=21 width=390>Bevel</TD>
		</TR>	 	
	</table>
