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
- 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
- in file painter.php, variable Colour::$B
Blue colour value.
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.
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
- 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
- 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
- $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.
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
- 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
- $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
- 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
- $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 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
- 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.
|
|