TeeChartPHP
[
class tree: TeeChartPHP
] [
index: TeeChartPHP
] [
all elements
]
Todo List
Packages:
TeeChartPHP
Source for file TextShapeStyle.php
Documentation is available at
TextShapeStyle.php
<?php
/**
* TextShapeStyle class
*
* Description: Defines the style of text-containing shapes
*
*
@author
*
@copyright
(c) 1995-2010 by Steema Software SL. All Rights Reserved. <info@steema.com>
*
@version
1.0
*
@package
TeeChartPHP
*
@link
http://www.steema.com
*/
final
class
TextShapeStyle
{
/**
* Defines a Rectangular shape.
*/
public
static
$RECTANGLE
=
0
;
/**
* Defines a Rounded Rectangular shape.
*/
public
static
$ROUNDRECTANGLE
=
1
;
function
TextShapeStyle
(
)
{
}
}
?>
Documentation generated on Wed, 16 Jun 2010 12:08:51 +0200 by
phpDocumentor 1.4.1