phpDocumentor
[ all elements ]

Index of All Elements

Package Indexes


[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ l ] [ m ] [ p ] [ r ] [ s ] [ t ] [ w ] [ x ] [ y ]

a

a

$A
in file painter.php, variable Colour::$A
    Alpha colour value.
Add
in file painter.php, method Gradient::Add()
    Inserts a colour to be used at $percent percent of the way through the gradient.
AddPoint
in file painter.php, method Polygon::AddPoint()
    Adds a new Point to the polygon.
Antialias
in file painter.php, method Painter::Antialias()
    Turns on/off antialiasing.
Arc
in file painter.php, method Arc::Arc()
    Creates a new Arc object.
Arc
in file painter.php, class Arc
    Encapsulates an arc.
b

b

$B
in file painter.php, variable Colour::$B
    Blue colour value.
c

c

Clear
in file painter.php, method Transform::Clear()
    Restores the transformation matrix to the identity matrix.
Colour
in file painter.php, method Colour::Colour()
    Creates a new Colour object.
Colour
in file painter.php, class Colour
    Encapsulates a colour.
CustomTransform
in file painter.php, method Transform::CustomTransform()
    Adds a custom transformation.
d

d

Darken
in file painter.php, method Colour::Darken()
    Darkens the colour by the percent specified by $d.
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

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

f

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, class Font
    Encapsulates a font.
Font
in file painter.php, method Font::Font()
    Creates a new Font object.
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

$G
in file painter.php, variable Colour::$G
    Green colour value.
GetCenter
in file painter.php, method Polygon::GetCenter()
    Returns the center point of the polygon.
GetColour
in file painter.php, method Gradient::GetColour()
    Returns the colour to use at a point in a gradient.
GetImage
in file painter.php, method Painter::GetImage()
    Returns the underlying image handle.
GetSize
in file painter.php, method Painter::GetSize()
    Returns the size of the image.
GradFillArc
in file painter.php, method Painter::GradFillArc()
    Gradient fill an Arc.
GradFillEllipse
in file painter.php, method Painter::GradFillEllipse()
    Gradient fill an Ellipse.
GradFillRect
in file painter.php, method Painter::GradFillRect()
    Gradient fill a Rect.
Gradient
in file painter.php, class Gradient
    Encapsulates a gradient.
Gradient
in file painter.php, method Gradient::Gradient()
    Creates a new Gradient object.
Grow
in file painter.php, method Rect::Grow()
    Expands the Rect by the specified number of pixels.
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.
h

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.
l

l

Lighten
in file painter.php, method Colour::Lighten()
    Lightens the colour by the percent specified by $d.
LoadDefault
in file painter.php, method Font::LoadDefault()
    Loads a built-in font.
LoadGdFont
in file painter.php, method Font::LoadGdFont()
    Loads a GD font.
LoadPsFont
in file painter.php, method Font::LoadPsFont()
    Loads a PS font.
LoadTtfFont
in file painter.php, method Font::LoadTtfFont()
    Loads a TTF font.
m

m

MeasureText
in file painter.php, method Painter::MeasureText()
    Calculate the bounding box of some text.
p

p

$Points
in file painter.php, variable Polygon::$Points
    An array of the points that form the polygon.
Painter
in file painter.php, method Painter::Painter()
    Creates a new Painter object.
Painter
in file painter.php, class Painter
    Wrapper class for some GD operations.
painter.php
procedural page painter.php
Point
in file painter.php, class Point
    Encapsulates a point in 2-dimensional space.
Point
in file painter.php, method Point::Point()
    Creates a new Point object.
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.
r

r

$R
in file painter.php, variable Colour::$R
    Red colour value.
Rect
in file painter.php, method Rect::Rect()
    Creates a new Rect object.
Rect
in file painter.php, class Rect
    Encapsulates a rectangle.
Rotate
in file painter.php, method Transform::Rotate()
    Adds a rotation operation.
s

s

$Start
in file painter.php, variable Arc::$Start
    The start angle of the arc.
Scale
in file painter.php, method Transform::Scale()
    Adds a scaling operation.
SetThickness
in file painter.php, method Painter::SetThickness()
    Sets the thickness of the lines used by drawing functions.
Sheer
in file painter.php, method Transform::Sheer()
    Adds a sheering operation.
Shrink
in file painter.php, method Arc::Shrink()
    Srinks the Arc by the specified number of pixels.
Shrink
in file painter.php, method Rect::Shrink()
    Srinks the Rect by the specified number of pixels.
Shrink
in file painter.php, method Ellipse::Shrink()
    Srinks the Ellipse by the specified number of pixels.
t

t

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, method Transform::Transform()
    Creates a new Transform object.
Transform
in file painter.php, class Transform
    Encapsulates transformations for Polygon objects.
Translate
in file painter.php, method Transform::Translate()
    Adds a translation operation.
w

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

$X
in file painter.php, variable Rect::$X
    X co-ordinate of upper left corner.
$X
in file painter.php, variable Point::$X
    X co-ordinate.
$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.
y

y

$Y
in file painter.php, variable Rect::$Y
    Y co-ordinate of upper left corner.
$Y
in file painter.php, variable Point::$Y
    Y co-ordinate.
$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.

Documentation generated on Mon, 31 Mar 2008 18:35:25 +0100 by phpDocumentor 1.4.1