Source for file ArrowHeadStyle.php
Documentation is available at ArrowHeadStyle.php
* Description: Arrow head styles
* @copyright Copyright (c) 1995-2008 by Steema Software SL. All Rights Reserved. <info@steema.com>
* @link http://www.steema.com
* Do not display an arrow head.
* Display an arrow head made with two lines.
* Display a filled arrow head.
public static $SOLID = 2;
|