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

Class: Point3D

Source Location: /Point3D.php

Class Overview


Point3D class


Author(s):

  • Steema Software SL.

Version:

  • 1.0

Copyright:

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

Variables

Methods



Class Details

[line 23]
Point3D class

Description: XYZ Point holder




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 Variables

$x =

[line 25]



Tags:

access:  public

Type:   mixed


[ Top ]

$y =

[line 26]



Tags:

access:  public

Type:   mixed


[ Top ]

$z =

[line 27]



Tags:

access:  public

Type:   mixed


[ Top ]



Class Methods


constructor Point3D [line 44]

Point3D Point3D( [ $x = 0], [ $y = 0], [ $z = 0])



Tags:

access:  public


Parameters:

   $x  
   $y  
   $z  

[ Top ]

destructor __destruct [line 50]

void __destruct( )



Tags:

access:  public


[ Top ]

method getX [line 62]

int getX( )

The X location in pixels.



Tags:

access:  public


[ Top ]

method getY [line 80]

int getY( )

The Y location in pixels.



Tags:

access:  public


[ Top ]

method getZ [line 98]

int getZ( )

The Z location in pixels.



Tags:

access:  public


[ Top ]

method setX [line 71]

void setX( value $value)

Sets the X location in pixels.



Tags:

access:  public


Parameters:

value   $value   int

[ Top ]

method setY [line 89]

void setY( value $value)

Sets the Y location in pixels.



Tags:

access:  public


Parameters:

value   $value   int

[ Top ]

method setZ [line 107]

void setZ( value $value)

Sets the Z location in pixels.



Tags:

access:  public


Parameters:

value   $value   int

[ Top ]

method __get [line 30]

void __get( $property)



Parameters:

   $property  

[ Top ]

method __set [line 37]

void __set( $property, $value)



Parameters:

   $property  
   $value  

[ Top ]


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