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

Class: PointDouble

Source Location: /PointDouble.php

Class Overview


PointDouble 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]
PointDouble 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 Variables

$x =

[line 17]



Tags:

access:  public

Type:   mixed


[ Top ]

$y =

[line 18]



Tags:

access:  public

Type:   mixed


[ Top ]



Class Methods


static method round [line 84]

static void round( $value)



Tags:

access:  public


Parameters:

   $value  

[ Top ]

static method roundPointArray [line 92]

static void roundPointArray( $value)



Tags:

access:  public


Parameters:

   $value  

[ Top ]

constructor PointDouble [line 40]

PointDouble PointDouble( [ $x = 0], [ $y = 0])

Constructs and initializes a point at the origin (0,&nbsp;0) of the coordinate space.



Tags:

since:  1.1
access:  public


Parameters:

   $x  
   $y  

[ Top ]

method getX [line 50]

double getX( )

The X location in pixels.



Tags:

access:  public


[ Top ]

method getY [line 68]

double getY( )

The Y location in pixels.



Tags:

access:  public


[ Top ]

method setX [line 59]

void setX( value $value)

Sets the X location in pixels.



Tags:

access:  public


Parameters:

value   $value   double

[ Top ]

method setY [line 77]

void setY( value $value)

Sets the Y location in pixels.



Tags:

access:  public


Parameters:

value   $value   double

[ 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:07:26 +0200 by phpDocumentor 1.4.1