Source for file PeriodAlign.php
Documentation is available at PeriodAlign.php
* <p>Title: PeriodAlign class</p>
* <p>Description: Descibes how a function is aligned with respect to the
* <p>Copyright (c) 2005-2008 by Steema Software SL. All Rights
* <p>Company: Steema Software SL</p>
* Aligns the function with the first point of the function period.
public static $FIRST = 0;
* Aligns the function with the centre point of the function period.
public static $CENTER = 1;
* Aligns the function with the last point of the function period.
|