Index of All Elements
Package Indexes
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ l ]
[ m ]
[ n ]
[ p ]
[ r ]
[ s ]
[ t ]
[ v ]
[ w ]
[ x ]
[ y ]
a
- $A
- in file painter.php, variable Colour::$A
Alpha colour value.
- $Attribs
- in file renderbase.php, variable RenderData::$Attribs
The attributes of the chart.
- AddPoint
- in file painter.php, method Polygon::AddPoint()
Adds a new Point to the polygon.
- 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.
- Antialias
- in file painter.php, method Painter::Antialias()
Turns on/off antialiasing.
- Arc
- in file painter.php, class Arc
Encapsulates an arc.
- Arc
- in file painter.php, method Arc::Arc()
Creates a new Arc object.
- attrib.php
- procedural page attrib.php
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.
- Clear
- in file painter.php, method Transform::Clear()
Restores the transformation matrix to the identity matrix.
- Colour
- in file painter.php, class Colour
Encapsulates a colour.
- Colour
- in file painter.php, method Colour::Colour()
Creates a new Colour 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
- $DataSet
- in file renderbase.php, variable RenderData::$DataSet
The DataSet being represented.
- Darken
- in file painter.php, method Colour::Darken()
Darkens the colour by the percent specified by $d.
- 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
- DrawArc
- in file painter.php, method Painter::DrawArc()
Draw an Arc.
- DrawEllipse
- in file painter.php, method Painter::DrawEllipse()
Draw an Ellipse.
- DrawLine
- in file painter.php, method Painter::DrawLine()
Draws a line between $pt1 and $pt2.
- DrawPolygon
- in file painter.php, method Painter::DrawPolygon()
Draw a Polygon.
- DrawRect
- in file painter.php, method Painter::DrawRect()
Draw a Rect.
e
- $End
- in file painter.php, variable Arc::$End
The end angle of the arc.
- Ellipse
- in file painter.php, method Ellipse::Ellipse()
Creates a new Ellipse object.
- Ellipse
- in file painter.php, class Ellipse
Encapsulates an ellipse.
f
- $Font
- in file attrib.php, variable ChartAttrib::$Font
The font to use for text in the chart.
- $Font
- in file scheme.php, variable ColourScheme::$Font
The font Colour.
- FillArc
- in file painter.php, method Painter::FillArc()
Fill an Arc.
- FillEllipse
- in file painter.php, method Painter::FillEllipse()
Fill an Ellipse.
- FillPolygon
- in file painter.php, method Painter::FillPolygon()
Fill a Polygon.
- FillRect
- in file painter.php, method Painter::FillRect()
Fill a Rect.
- Font
- in file painter.php, method Font::Font()
Creates a new Font object.
- Font
- in file painter.php, class Font
Encapsulates a font.
- Free
- in file painter.php, method Painter::Free()
Destroys the image.
- Free
- in file painter.php, method Font::Free()
Frees the resources used by a font.
- FromArc
- in file painter.php, method Polygon::FromArc()
Makes this Polygon the same as the specified Arc $arc.
- FromEllipse
- in file painter.php, method Polygon::FromEllipse()
Makes this Polygon the same as the specified Ellipse $el.
- FromRect
- in file painter.php, method Polygon::FromRect()
Makes this Polygon the same as the specified Rect $r.
g
- $G
- in file painter.php, variable Colour::$G
Green colour value.
- GetAttribs
- in file nchart.php, method NChart::GetAttribs()
Returns the ChartAttrib object associated with the chart.
- GetCenter
- in file painter.php, method Polygon::GetCenter()
Returns the center point of the polygon.
- 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.
- GetImage
- in file painter.php, method Painter::GetImage()
Returns the underlying image handle.
- 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 scheme.php, method ColourScheme::GetSeriesColour()
Returns the Colour assigned to a specific series.
- GetSeriesColour
- in file renderbase.php, method RenderBase::GetSeriesColour()
Gets the Colour associated with a Series.
- GetSize
- in file painter.php, method Painter::GetSize()
Returns the size of the image.
- 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
- GradFillRect
- in file painter.php, method Painter::GradFillRect()
Gradient fill a Rect.
- Grow
- in file painter.php, method Arc::Grow()
Expands the Arc by the specified number of pixels.
- Grow
- in file painter.php, method Ellipse::Grow()
Expands the Ellipse by the specified number of pixels.
- Grow
- in file painter.php, method Rect::Grow()
Expands the Rect by the specified number of pixels.
h
- $Height
- in file painter.php, variable Rect::$Height
Rectangle height.
- $Height
- in file painter.php, variable Ellipse::$Height
Ellipse height.
- $Height
- in file painter.php, variable Arc::$Height
The height of the ellipse the arc is a part of.
i
- index.php
- procedural page index.php
- IsValues
- in file dataset.php, method Series::IsValues()
Returns if this series is full of Value objects.
m
- $Max
- in file dataset.php, variable Range::$Max
The maximum value.
- $Min
- in file dataset.php, variable Range::$Min
The minimum value.
- MeasureText
- in file painter.php, method Painter::MeasureText()
Calculate the bounding box of some text.
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
- $Painter
- in file renderbase.php, variable RenderData::$Painter
The Painter object used for drawing.
- $Points
- in file painter.php, variable Polygon::$Points
An array of the points that form the polygon.
- Painter
- in file painter.php, class Painter
Wrapper class for some GD operations.
- Painter
- in file painter.php, method Painter::Painter()
Creates a new Painter object.
- painter.php
- procedural page painter.php
- Point
- in file painter.php, method Point::Point()
Creates a new Point object.
- Point
- in file painter.php, class Point
Encapsulates a point in 2-dimensional space.
- Polygon
- in file painter.php, method Polygon::Polygon()
Expands the Arc by the specified number of pixels.
- Polygon
- in file painter.php, class Polygon
Encapsulates a polygon.
- 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
- in file painter.php, variable Colour::$R
Red colour value.
- Range
- in file dataset.php, class Range
Represents a range.
- Range
- in file dataset.php, method Range::Range()
Creates a new Range object.
- Rect
- in file painter.php, class Rect
Encapsulates a rectangle.
- Rect
- in file painter.php, method Rect::Rect()
Creates a new Rect object.
- 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.
- Rotate
- in file painter.php, method Transform::Rotate()
Adds a rotation operation.
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.
- $Start
- in file painter.php, variable Arc::$Start
The start angle of the arc.
- $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.
- SetThickness
- in file painter.php, method Painter::SetThickness()
Sets the thickness of the lines used by drawing functions.
- Shrink
- in file painter.php, method Arc::Shrink()
Srinks the Arc by the specified number of pixels.
- Shrink
- in file painter.php, method Ellipse::Shrink()
Srinks the Ellipse by the specified number of pixels.
- Shrink
- in file painter.php, method Rect::Shrink()
Srinks the Rect by the specified number of pixels.
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.
- Trans
- in file painter.php, method Transform::Trans()
Performs the stored transformation on $poly. $cx = $y = -1 will set the centre of the Polygon as origin.
- Transform
- in file painter.php, class Transform
Encapsulates transformations for Polygon objects.
- Transform
- in file painter.php, method Transform::Transform()
Creates a new Transform object.
- Translate
- in file painter.php, method Transform::Translate()
Adds a translation operation.
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.
w
- $Width
- in file painter.php, variable Rect::$Width
Rectangle width.
- $Width
- in file painter.php, variable Ellipse::$Width
Ellipse width.
- $Width
- in file painter.php, variable Arc::$Width
The width of the ellipse the arc is a part of.
- WriteText
- in file painter.php, method Painter::WriteText()
Writes text.
x
- $X
- in file painter.php, variable Point::$X
X co-ordinate.
- $X
- in file painter.php, variable Rect::$X
X co-ordinate of upper left corner.
- $X
- in file painter.php, variable Ellipse::$X
The X co-ordinate of the center of the ellipse.
- $X
- in file painter.php, variable Arc::$X
The X co-ordinate of the ellipse the arc is a part of.
- $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
- in file painter.php, variable Point::$Y
Y co-ordinate.
- $Y
- in file painter.php, variable Rect::$Y
Y co-ordinate of upper left corner.
- $Y
- in file painter.php, variable Ellipse::$Y
The Y co-ordinate of the center of the ellipse.
- $Y
- in file painter.php, variable Arc::$Y
The Y co-ordinate of the ellipse the arc is a part of.
- $Y
- in file dataset.php, variable DataPt::$Y
The Y value.
- $YAxis
- in file attrib.php, variable ChartAttrib::$YAxis
The Y axis label.
|
|