Libchart

Simple PHP chart drawing library
  • Introduction
  • Download
  • Sample Code
  • Reference API
  • Links
  • Main Page
  • Classes
  • Directories
  • Class List
  • Class Members

Point Class Reference

List of all members.

Public Member Functions

 Point ($x, $y)
 getX ()
 getY ()

Detailed Description

Point of coordinates (X,Y). The value of X isn't really of interest, but X is used as a label to display on the horizontal axis.

Author:
Jean-Marc Trémeaux (jm.tremeaux at gmail.com)


Member Function Documentation

Point::Point ( $  x,
$  y 
)

Creates a new sampling point of coordinates (x, y)

Parameters:
integer x coordinate (label)
integer y coordinate (value)

Point::getX (  ) 

Gets the x coordinate (label).

Returns:
integer x coordinate (label)

Point::getY (  ) 

Gets the y coordinate (value).

Returns:
integer y coordinate (value)


The documentation for this class was generated from the following file:
  • Point.php

Site last modified August 13th, 2007 by Jean-Marc Trémeaux