phpDocumentor nChart
[ class tree: nChart ] [ index: nChart ] [ all elements ]

Element index for package nChart

Package indexes

[ a ] [ b ] [ c ] [ d ] [ f ] [ g ] [ i ] [ l ] [ m ] [ n ] [ p ] [ r ] [ s ] [ t ] [ v ] [ x ] [ y ]

a

a

$Attribs
in file renderbase.php, variable RenderData::$Attribs
    The attributes of the chart.
AddPt
in file dataset.php, method Series::AddPt()
    Adds a DataPt to the Series.
AddSeries
in file dataset.php, method DataSet::AddSeries()
    Adds a new series to the DataSet.
AddValue
in file dataset.php, method Series::AddValue()
    Adds a Value to the Series.
attrib.php
procedural page attrib.php
b

b

$Background1
in file scheme.php, variable ColourScheme::$Background1
    The starting background Colour.
$Background2
in file scheme.php, variable ColourScheme::$Background2
    The finishing background Colour.
$Border
in file scheme.php, variable ColourScheme::$Border
    The border Colour.
BarChart
in file barchart.php, class BarChart
    Renders the chart data as a bar chart.
barchart.php
procedural page barchart.php
c

c

$ChartArea
in file renderbase.php, variable RenderData::$ChartArea
    A Rect representing the chart area.
$ChartAreaBg1
in file scheme.php, variable ColourScheme::$ChartAreaBg1
    The starting background Colour of the chart area.
$ChartAreaBg2
in file scheme.php, variable ColourScheme::$ChartAreaBg2
    The finishing background Colour of the chart area.
ChartAttrib
in file attrib.php, class ChartAttrib
    Stores chart attributes.
ChartAttrib
in file attrib.php, method ChartAttrib::ChartAttrib()
    Creates a new ChartAttrib object.
ColourScheme
in file scheme.php, method ColourScheme::ColourScheme()
    Creates a new ColourScheme.
ColourScheme
in file scheme.php, class ColourScheme
    Stores the colours used in a chart.
d

d

$DataSet
in file renderbase.php, variable RenderData::$DataSet
    The DataSet being represented.
DataPt
in file dataset.php, method DataPt::DataPt()
    Creates a new DataPt object.
DataPt
in file dataset.php, class DataPt
    Encapsulates a data point.
DataSet
in file dataset.php, method DataSet::DataSet()
    Creates a new DataSet object.
DataSet
in file dataset.php, class DataSet
    Stores all the data for a chart.
dataset.php
procedural page dataset.php
f

f

$Font
in file scheme.php, variable ColourScheme::$Font
    The font Colour.
$Font
in file attrib.php, variable ChartAttrib::$Font
    The font to use for text in the chart.
g

g

GetAttribs
in file nchart.php, method NChart::GetAttribs()
    Returns the ChartAttrib object associated with the chart.
GetColourScheme
in file nchart.php, method NChart::GetColourScheme()
    Returns the ColourScheme for the chart.
GetData
in file dataset.php, method DataSet::GetData()
    Returns an array of Series objects in the DataSet.
GetDataSet
in file nchart.php, method NChart::GetDataSet()
    Returns the DataSet to be displayed.
GetName
in file dataset.php, method Series::GetName()
    Returns the name of the Series.
GetPts
in file dataset.php, method Series::GetPts()
    Returns an array of the stored DataPts.
GetRandomColour
in file scheme.php, method ColourScheme::GetRandomColour()
    Returns a new random colour.
GetSeriesColour
in file renderbase.php, method RenderBase::GetSeriesColour()
    Gets the Colour associated with a Series.
GetSeriesColour
in file scheme.php, method ColourScheme::GetSeriesColour()
    Returns the Colour assigned to a specific series.
GetValRange
in file dataset.php, method Series::GetValRange()
    Returns the Range of the Values.
GetValues
in file dataset.php, method Series::GetValues()
    Returns an array of the stored Values.
GetXRange
in file dataset.php, method Series::GetXRange()
    Returns the Range of the X axis.
GetXRange
in file dataset.php, method DataSet::GetXRange()
    Returns the Range of the X axis.
GetYRange
in file dataset.php, method DataSet::GetYRange()
    Returns the Range of the Y axis.
GetYRange
in file dataset.php, method Series::GetYRange()
    Returns the Range of the Y axis.
global.php
procedural page global.php
i

i

index.php
procedural page index.php
IsValues
in file dataset.php, method Series::IsValues()
    Returns if this series is full of Value objects.
l

l

$LabelXArea
in file renderbase.php, variable RenderData::$LabelXArea
    A Rect representing the x axis label area.
$LabelYArea
in file renderbase.php, variable RenderData::$LabelYArea
    A Rect representing the y axis label area.
$LegendArea
in file renderbase.php, variable RenderData::$LegendArea
    A Rect representing the legend area.
m

m

$Max
in file dataset.php, variable Range::$Max
    The maximum value.
$Min
in file dataset.php, variable Range::$Min
    The minimum value.
n

n

$Name
in file dataset.php, variable Value::$Name
    The name of the value.
$Name
in file dataset.php, variable DataPt::$Name
    Value name.
NChart
in file nchart.php, method NChart::NChart()
    Creates a new NChart object.
NChart
in file nchart.php, class NChart
    The main nChart class.
nchart.php
procedural page nchart.php
nchart_enforce_type
in file global.php, function nchart_enforce_type()
    Ensures that $obj is of the type specified by $type. If it is not, it kills the script execution and reports the error.
nchart_error
in file global.php, function nchart_error()
    Kills script execution and outputs an error message and debug trace.
p

p

$Painter
in file renderbase.php, variable RenderData::$Painter
    The Painter object used for drawing.
Process
in file dataset.php, method Series::Process()
    Calculates the ranges of the stored data.
Process
in file dataset.php, method DataSet::Process()
    Calculates the ranges of the stored data.
r

r

Range
in file dataset.php, method Range::Range()
    Creates a new Range object.
Range
in file dataset.php, class Range
    Represents a range.
Render
in file nchart.php, method NChart::Render()
    Renders the chart using the specified renderer $r. The return value is an image resource.
Render
in file renderbase.php, method RenderBase::Render()
    Renders the chart.
RenderBase
in file renderbase.php, class RenderBase
    Renders elements common to all charts.
renderbase.php
procedural page renderbase.php
RenderData
in file renderbase.php, class RenderData
    Stoers information required during the rendering process.
s

s

$Scheme
in file renderbase.php, variable RenderData::$Scheme
    The ColourScheme to be used.
$ShowLegend
in file attrib.php, variable ChartAttrib::$ShowLegend
    Set if the legend should be visible.
$ShowTags
in file attrib.php, variable ChartAttrib::$ShowTags
    Set if tags should be visible.
$Size
in file attrib.php, variable ChartAttrib::$Size
    The size of the chart.
$Steps
in file dataset.php, variable Range::$Steps
    The number of steps between minimum and maximum.
scheme.php
procedural page scheme.php
Series
in file dataset.php, class Series
    Stores a series of information.
Series
in file dataset.php, method Series::Series()
    Creates a new Series object.
SetSeriesColour
in file scheme.php, method ColourScheme::SetSeriesColour()
    Sets the Colour associated with the series with index $s.
t

t

$Tags
in file scheme.php, variable ColourScheme::$Tags
    The Colour of tags within chart elements.
$Tags2
in file scheme.php, variable ColourScheme::$Tags2
    The Colour of tags outside chart elements.
$Title
in file attrib.php, variable ChartAttrib::$Title
    The chart title.
$TitleArea
in file renderbase.php, variable RenderData::$TitleArea
    A Rect representing the title area.
$TitleFont
in file attrib.php, variable ChartAttrib::$TitleFont
    The Font to use for the chart title.
v

v

$Val
in file dataset.php, variable Value::$Val
    The value being stored.
Value
in file dataset.php, method Value::Value()
    Creates a new Value object.
Value
in file dataset.php, class Value
    Encapsulates a data value.
x

x

$X
in file dataset.php, variable DataPt::$X
    The X value.
$XAxis
in file attrib.php, variable ChartAttrib::$XAxis
    The X axis label.
y

y

$Y
in file dataset.php, variable DataPt::$Y
    The Y value.
$YAxis
in file attrib.php, variable ChartAttrib::$YAxis
    The Y axis label.

Documentation generated on Thu, 27 Mar 2008 22:29:46 +0000 by phpDocumentor 1.4.1