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

Class: TeePoint

Source Location: /TeePoint.php

Class Overview


TeePoint class


Author(s):

  • Steema Software SL.

Version:

  • 1.0

Copyright:

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

Methods



Class Details

[line 23]
TeePoint class

Description:




Tags:

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


[ Top ]


Class Methods


constructor TeePoint [line 49]

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 ]

destructor __destruct [line 54]

void __destruct( )



Tags:

access:  public


[ Top ]

method getX [line 65]

integer getX( )

Gets the x coordinate.



Tags:

return:  x coordinate
access:  public


[ Top ]

method getY [line 84]

integer getY( )

Gets the y coordinate.



Tags:

return:  y coordinate
access:  public


[ Top ]

method setX [line 74]

integer setX( $value)

Sets the x coordinate.



Tags:

return:  x coordinate
access:  public


Parameters:

   $value  

[ Top ]

method setY [line 93]

integer setY( $value)

Sets the y coordinate.



Tags:

return:  y coordinate
access:  public


Parameters:

   $value  

[ Top ]

method __get [line 29]

void __get( $property)



Parameters:

   $property  

[ Top ]

method __set [line 36]

void __set( $property, $value)



Parameters:

   $property  
   $value  

[ Top ]


Documentation generated on Mon, 19 Aug 2013 13:43:13 +0200 by phpDocumentor 1.4.3