Source for file PeriodStyle.php
Documentation is available at PeriodStyle.php
* <p>Title: PeriodStyle class</p>
* <p>Description: Descibes function period as a number of points or as a
* <p>Copyright (c) 2005-2008 by Steema Software SL. All Rights
* <p>Company: Steema Software SL</p>
* Defines function period as a number of points.
public static $NUMPOINTS = 0;
* Defines function period as a range of points.
public static $RANGE = 1;
|