TeeChartPHP
[ class tree: TeeChartPHP ] [ index: TeeChartPHP ] [ all elements ]

Class: TeePoint

Source Location: /TeePoint.php

Class Overview


TeePoint class


Author(s):

Version:

  • 1.0

Copyright:

  • (c) 1995-2010 by Steema Software SL. All Rights Reserved. <info@steema.com>

Methods



Class Details

[line 15]
TeePoint class

Description:




Tags:

author:  
version:  1.0
copyright:  (c) 1995-2010 by Steema Software SL. All Rights Reserved. <info@steema.com>
link:  http://www.steema.com


[ Top ]


Class Methods


constructor TeePoint [line 41]

TeePoint TeePoint( [integer $x = 0], [integer $y = 0])

Creates a new point of coordinates (x, y)



Tags:

access:  public


Parameters:

integer   $x   x coordinate
integer   $y   y coordinate

[ Top ]

method getX [line 51]

integer getX( )

Gets the x coordinate.



Tags:

return:  x coordinate
access:  public


[ Top ]

method getY [line 70]

integer getY( )

Gets the y coordinate.



Tags:

return:  y coordinate
access:  public


[ Top ]

method setX [line 60]

integer setX( $value)

Sets the x coordinate.



Tags:

return:  x coordinate
access:  public


Parameters:

   $value  

[ Top ]

method setY [line 79]

integer setY( $value)

Sets the y coordinate.



Tags:

return:  y coordinate
access:  public


Parameters:

   $value  

[ Top ]

method __get [line 21]

void __get( $property)



Parameters:

   $property  

[ Top ]

method __set [line 28]

void __set( $property, $value)



Parameters:

   $property  
   $value  

[ Top ]


Documentation generated on Wed, 16 Jun 2010 12:08:39 +0200 by phpDocumentor 1.4.1