TeeChartPHP
[
class tree: TeeChartPHP
] [
index: TeeChartPHP
] [
all elements
]
Todo List
Packages:
TeeChartPHP
Source for file PieAngle.php
Documentation is available at
PieAngle.php
<?php
/**
* <p>Title: PieAngle class</p>
*
* <p>Description: </p>
*
* <p>Copyright (c) 2005-2008 by Steema Software SL. All Rights
* Reserved.</p>
*
* <p>Company: Steema Software SL</p>
*
*/
class
PieAngle
{
public
$StartAngle
;
public
$EndAngle
;
public
$MidAngle
;
public
function
contains
(
$value
)
{
return
(
$value
>=
$this
->
StartAngle
)
&&
(
$value
<=
$this
->
EndAngle
)
;
}
}
?>
Documentation generated on Wed, 16 Jun 2010 12:07:23 +0200 by
phpDocumentor 1.4.1