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

Class: Image_Graph_Dataset_Random

Source Location: /Graph/Dataset/Random.php

Class Overview

Image_Graph_Dataset
   |
   --Image_Graph_Dataset_Trivial
      |
      --Image_Graph_Dataset_Random

Random data set, points are generated by random.


Methods


Inherited Methods

Class: Image_Graph_Dataset_Trivial

Image_Graph_Dataset_Trivial::Image_Graph_Dataset_Trivial()
Image_Graph_Dataset_Trivial [Constructor]
Image_Graph_Dataset_Trivial::addPoint()
Add a point to the dataset
Image_Graph_Dataset_Trivial::count()
The number of values in the dataset

Class: Image_Graph_Dataset

Image_Graph_Dataset::Image_Graph_Dataset()
Image_Graph_Dataset [Constructor]
Image_Graph_Dataset::addPoint()
Add a point to the dataset
Image_Graph_Dataset::count()
The number of values in the dataset
Image_Graph_Dataset::maximumX()
The maximum X value
Image_Graph_Dataset::maximumY()
The maximum Y value
Image_Graph_Dataset::minimumX()
The minimum X value
Image_Graph_Dataset::minimumY()
The minimum Y value
Image_Graph_Dataset::setName()
Sets the name of the data set, used for legending

Class Details

[line 43]
Random data set, points are generated by random.

This dataset is mostly (if not solely) used for demo-purposes.




[ Top ]


Class Methods


constructor Image_Graph_Dataset_Random [line 53]

Image_Graph_Dataset_Random &Image_Graph_Dataset_Random( int $count, double $minimum, double $maximum, [bool $includeZero = false])

RandomDataset [Constructor]



Parameters:

int   $count   The number of points to create
double   $minimum   The minimum value the random set can be
double   $maximum   The maximum value the random set can be
bool   $includeZero   Whether 0 should be included or not as an X value, may be omitted, default: false</false>

[ Top ]


Documentation generated on Fri, 12 Nov 2004 08:25:46 +0100 by phpDocumentor 1.3.0RC3