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

Class: Point3D

Source Location: /Point3D.php

Class Overview


Point3D class


Author(s):

Version:

  • 1.0

Copyright:

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

Variables

Methods



Class Details

[line 15]
Point3D class

Description: XYZ Point holder




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 Variables

$x =

[line 17]



Tags:

access:  public

Type:   mixed


[ Top ]

$y =

[line 18]



Tags:

access:  public

Type:   mixed


[ Top ]

$z =

[line 19]



Tags:

access:  public

Type:   mixed


[ Top ]



Class Methods


constructor Point3D [line 36]

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



Tags:

access:  public


Parameters:

   $x  
   $y  
   $z  

[ Top ]

method getX [line 47]

int getX( )

The X location in pixels.



Tags:

access:  public


[ Top ]

method getY [line 65]

int getY( )

The Y location in pixels.



Tags:

access:  public


[ Top ]

method getZ [line 83]

int getZ( )

The Z location in pixels.



Tags:

access:  public


[ Top ]

method setX [line 56]

void setX( value $value)

Sets the X location in pixels.



Tags:

access:  public


Parameters:

value   $value   int

[ Top ]

method setY [line 74]

void setY( value $value)

Sets the Y location in pixels.



Tags:

access:  public


Parameters:

value   $value   int

[ Top ]

method setZ [line 92]

void setZ( value $value)

Sets the Z location in pixels.



Tags:

access:  public


Parameters:

value   $value   int

[ Top ]

method __get [line 22]

void __get( $property)



Parameters:

   $property  

[ Top ]

method __set [line 29]

void __set( $property, $value)



Parameters:

   $property  
   $value  

[ Top ]


Documentation generated on Wed, 16 Jun 2010 12:07:26 +0200 by phpDocumentor 1.4.1