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

Element index for package Image_Canvas

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ i ] [ j ] [ l ] [ m ] [ p ] [ r ] [ s ] [ t ] [ w ]

a

addElement
in file SWF.php, method Image_Canvas_SWF::addElement()
    Add an object to the movie
addSpline
in file Canvas.php, method Image_Canvas::addSpline()
    Adds "splined" vertex to a polygon
addSpline
in file WithMap.php, method Image_Canvas_WithMap::addSpline()
    Adds "splined" vertex to a polygon
addText
in file SVG.php, method Image_Canvas_SVG::addText()
    Writes text
addText
in file WithMap.php, method Image_Canvas_WithMap::addText()
    Writes text
addText
in file SWF.php, method Image_Canvas_SWF::addText()
    Writes text
addText
in file PS.php, method Image_Canvas_PS::addText()
    Writes text
addText
in file Canvas.php, method Image_Canvas::addText()
    Writes text
addText
in file PDF.php, method Image_Canvas_PDF::addText()
    Writes text
addText
in file GD.php, method Image_Canvas_GD::addText()
    Writes text
addVertex
in file Canvas.php, method Image_Canvas::addVertex()
    Adds vertex to a polygon
addVertex
in file WithMap.php, method Image_Canvas_WithMap::addVertex()
    Adds vertex to a polygon
allocateColor
in file Color.php, method Image_Canvas_Color::allocateColor()
    Allocates a color in the given image.
top

b

bezier
in file Tool.php, method Image_Canvas_Tool::bezier()
    Calculates a Bezier point, this function must be called for BOTH X and Y coordinates (will it work for 3D coordinates!?)
top

c

color2RGB
in file Color.php, method Image_Canvas_Color::color2RGB()
    Convert any color-representation into an array of 4 ints (RGBA).
controlPoint
in file Tool.php, method Image_Canvas_Tool::controlPoint()
    Calculates a Bezier control point, this function must be called for BOTH X and Y coordinates (will it work for 3D coordinates!?)
canvas.php
procedural page canvas.php
Color.php
procedural page Color.php
Canvas.php
procedural page Canvas.php
top

d

drawEnd
in file SWF.php, method Image_Canvas_SWF::drawEnd()
    Draw a line end
drawEnd
in file GD.php, method Image_Canvas_GD::drawEnd()
    Draw a line end
drawEnd
in file Canvas.php, method Image_Canvas::drawEnd()
    Draw a line end
top

e

ellipse
in file SVG.php, method Image_Canvas_SVG::ellipse()
    Draw an ellipse
ellipse
in file SWF.php, method Image_Canvas_SWF::ellipse()
    Draw an ellipse
ellipse
in file WithMap.php, method Image_Canvas_WithMap::ellipse()
    Draw an ellipse
ellipse
in file PS.php, method Image_Canvas_PS::ellipse()
    Draw an ellipse
ellipse
in file PDF.php, method Image_Canvas_PDF::ellipse()
    Draw an ellipse
ellipse
in file GD.php, method Image_Canvas_GD::ellipse()
    Draw an ellipse
ellipse
in file Canvas.php, method Image_Canvas::ellipse()
    Draw an ellipse
ellipse
in file ImageMap.php, method Image_Canvas_ImageMap::ellipse()
    Draw an ellipse
endGroup
in file Canvas.php, method Image_Canvas::endGroup()
    End the "current" group.
endGroup
in file SVG.php, method Image_Canvas_SVG::endGroup()
    End the "current" group.
top

f

factory
in file Canvas.php, method Image_Canvas::factory()
    Canvas factory method.
fontMap
in file Tool.php, method Image_Canvas_Tool::fontMap()
    Maps a font name to an actual font file (fx. a .ttf file)
top

g

getAngle
in file Tool.php, method Image_Canvas_Tool::getAngle()
    Gets the angle / slope of a line relative to horizontal (left -> right)
getData
in file SWF.php, method Image_Canvas_SWF::getData()
    Get SWF movie object
getData
in file SVG.php, method Image_Canvas_SVG::getData()
    Get SVG data
getHeight
in file Canvas.php, method Image_Canvas::getHeight()
    Get the height of the canvas
getImageMap
in file WithMap.php, method Image_Canvas_WithMap::getImageMap()
    Get the imagemap
getRange
in file Color.php, method Image_Canvas_Color::getRange()
    getRange Given a degree, you can get the range of colors between one color and another color.
getWidth
in file Canvas.php, method Image_Canvas::getWidth()
    Get the width of the canvas
GD.php
procedural page GD.php
top

i

image
in file PS.php, method Image_Canvas_PS::image()
    Overlay image
image
in file SVG.php, method Image_Canvas_SVG::image()
    Overlay image
image
in file SWF.php, method Image_Canvas_SWF::image()
    Overlay image
image
in file WithMap.php, method Image_Canvas_WithMap::image()
    Overlay image
image
in file GD.php, method Image_Canvas_GD::image()
    Overlay image
image
in file PDF.php, method Image_Canvas_PDF::image()
    Overlay image
image
in file Canvas.php, method Image_Canvas::image()
    Overlay image
Image_Canvas
in file Canvas.php, method Image_Canvas::Image_Canvas()
    Create the canvas.
Image_Canvas
in file Canvas.php, class Image_Canvas
    Class for handling different output formats
ImageMap.php
procedural page ImageMap.php
Image_Canvas_Color
in file Color.php, class Image_Canvas_Color
    Class for color-handling
Image_Canvas_GD
in file GD.php, method Image_Canvas_GD::Image_Canvas_GD()
    Create the GD canvas.
Image_Canvas_GD
in file GD.php, class Image_Canvas_GD
    Canvas class to output using PHP GD support.
Image_Canvas_GD_JPG
in file JPG.php, method Image_Canvas_GD_JPG::Image_Canvas_GD_JPG()
    Create the JPEG canvas
Image_Canvas_GD_JPG
in file JPG.php, class Image_Canvas_GD_JPG
    JPEG Canvas class.
Image_Canvas_GD_PNG
in file PNG.php, method Image_Canvas_GD_PNG::Image_Canvas_GD_PNG()
    Create the PNG canvas
Image_Canvas_GD_PNG
in file PNG.php, class Image_Canvas_GD_PNG
    PNG Canvas class.
Image_Canvas_ImageMap
in file ImageMap.php, class Image_Canvas_ImageMap
    Class for handling output as a HTML imagemap
Image_Canvas_PDF
in file PDF.php, class Image_Canvas_PDF
    PDF Canvas class.
Image_Canvas_PDF
in file PDF.php, method Image_Canvas_PDF::Image_Canvas_PDF()
    Create the PDF canvas.
Image_Canvas_PS
in file PS.php, class Image_Canvas_PS
    PostScript Canvas class.
Image_Canvas_PS
in file PS.php, method Image_Canvas_PS::Image_Canvas_PS()
    Create the PostScript canvas.
Image_Canvas_SVG
in file SVG.php, method Image_Canvas_SVG::Image_Canvas_SVG()
    Create the SVG canvas.
Image_Canvas_SVG
in file SVG.php, class Image_Canvas_SVG
    SVG Canvas class.
Image_Canvas_SWF
in file SWF.php, method Image_Canvas_SWF::Image_Canvas_SWF()
    Creates the SWF movie object
Image_Canvas_SWF
in file SWF.php, class Image_Canvas_SWF
    SVG Canvas class.
IMAGE_CANVAS_SYSTEM_FONT_PATH
in file Canvas.php, constant IMAGE_CANVAS_SYSTEM_FONT_PATH
    Specfies the path to the system location of font files.
Image_Canvas_Tool
in file Tool.php, class Image_Canvas_Tool
    This class contains a set of tool-functions.
Image_Canvas_WithMap
in file WithMap.php, class Image_Canvas_WithMap
    Class for handling different output formats including a HTML image map
Image_Canvas_WithMap
in file WithMap.php, method Image_Canvas_WithMap::Image_Canvas_WithMap()
    Create the canvas.
top

j

JPG.php
procedural page JPG.php
top

l

line
in file SVG.php, method Image_Canvas_SVG::line()
    Parameter array:
line
in file SWF.php, method Image_Canvas_SWF::line()
    Parameter array:
line
in file WithMap.php, method Image_Canvas_WithMap::line()
    Draw a line
line
in file PS.php, method Image_Canvas_PS::line()
    Draw a line
line
in file PDF.php, method Image_Canvas_PDF::line()
    Draw a line
line
in file GD.php, method Image_Canvas_GD::line()
    Draw a line
line
in file ImageMap.php, method Image_Canvas_ImageMap::line()
    Draw a line
line
in file Canvas.php, method Image_Canvas::line()
    Draw a line
top

m

mid
in file Tool.php, method Image_Canvas_Tool::mid()
    Return the average of 2 points
mirror
in file Tool.php, method Image_Canvas_Tool::mirror()
    Mirrors P1 in P2 by a amount of Factor
top

p

PNG.php
procedural page PNG.php
PDF.php
procedural page PDF.php
PS.php
procedural page PS.php
pieslice
in file PS.php, method Image_Canvas_PS::pieslice()
    Draw a pie slice
pieslice
in file SWF.php, method Image_Canvas_SWF::pieslice()
    Draw a pie slice
pieslice
in file WithMap.php, method Image_Canvas_WithMap::pieslice()
    Draw a pie slice
pieslice
in file SVG.php, method Image_Canvas_SVG::pieslice()
    Draw a pie slice
pieslice
in file Canvas.php, method Image_Canvas::pieslice()
    Draw a pie slice
pieslice
in file GD.php, method Image_Canvas_GD::pieslice()
    Draw a pie slice
pieslice
in file PDF.php, method Image_Canvas_PDF::pieslice()
    Draw a pie slice
pieslice
in file ImageMap.php, method Image_Canvas_ImageMap::pieslice()
    Draw a pie slice
polygon
in file SWF.php, method Image_Canvas_SWF::polygon()
    Parameter array:
polygon
in file Canvas.php, method Image_Canvas::polygon()
    Draws a polygon
polygon
in file WithMap.php, method Image_Canvas_WithMap::polygon()
    Draws a polygon
polygon
in file GD.php, method Image_Canvas_GD::polygon()
    Parameter array:
polygon
in file SVG.php, method Image_Canvas_SVG::polygon()
    Parameter array:
polygon
in file PS.php, method Image_Canvas_PS::polygon()
    Parameter array:
polygon
in file PDF.php, method Image_Canvas_PDF::polygon()
    Parameter array:
polygon
in file ImageMap.php, method Image_Canvas_ImageMap::polygon()
    Draws a polygon
top

r

rectangle
in file PS.php, method Image_Canvas_PS::rectangle()
    Draw a rectangle
rectangle
in file Canvas.php, method Image_Canvas::rectangle()
    Draw a rectangle
rectangle
in file SVG.php, method Image_Canvas_SVG::rectangle()
    Draw a rectangle
rectangle
in file SWF.php, method Image_Canvas_SWF::rectangle()
    Draw a rectangle
rectangle
in file WithMap.php, method Image_Canvas_WithMap::rectangle()
    Draw a rectangle
rectangle
in file ImageMap.php, method Image_Canvas_ImageMap::rectangle()
    Draw a rectangle
rectangle
in file PDF.php, method Image_Canvas_PDF::rectangle()
    Draw a rectangle
rectangle
in file GD.php, method Image_Canvas_GD::rectangle()
    Draw a rectangle
reset
in file Canvas.php, method Image_Canvas::reset()
    Reset the canvas.
top

s

SVG.php
procedural page SVG.php
SWF.php
procedural page SWF.php
save
in file ImageMap.php, method Image_Canvas_ImageMap::save()
    Save the result of the canvas to a file
save
in file SVG.php, method Image_Canvas_SVG::save()
    Output the result of the canvas
save
in file PNG.php, method Image_Canvas_GD_PNG::save()
    Output the result of the canvas
save
in file Canvas.php, method Image_Canvas::save()
    Save the result of the canvas to a file
save
in file SWF.php, method Image_Canvas_SWF::save()
    Save the SWF to a file
save
in file PDF.php, method Image_Canvas_PDF::save()
    Output the result of the canvas
save
in file JPG.php, method Image_Canvas_GD_JPG::save()
    Output the result of the canvas
save
in file PS.php, method Image_Canvas_PS::save()
    Output the result of the canvas
setBackground
in file SWF.php, method Image_Canvas_SWF::setBackground()
    Sets the background color
setClipping
in file SWF.php, method Image_Canvas_SWF::setClipping()
    Set clipping to occur
setClipping
in file Canvas.php, method Image_Canvas::setClipping()
    Set clipping to occur
setClipping
in file SVG.php, method Image_Canvas_SVG::setClipping()
    Set clipping to occur
setClipping
in file GD.php, method Image_Canvas_GD::setClipping()
    Set clipping to occur
setDefaultFont
in file Canvas.php, method Image_Canvas::setDefaultFont()
    Sets the default font options.
setFill
in file Canvas.php, method Image_Canvas::setFill()
    Sets the style of the filling of drawn objects.
setFillColor
in file Canvas.php, method Image_Canvas::setFillColor()
    Sets the color of the filling of drawn objects
setFillImage
in file SVG.php, method Image_Canvas_SVG::setFillImage()
    Sets an image that should be used for filling
setFillImage
in file PS.php, method Image_Canvas_PS::setFillImage()
    Sets an image that should be used for filling.
setFillImage
in file SWF.php, method Image_Canvas_SWF::setFillImage()
    Sets an image that should be used for filling
setFillImage
in file PDF.php, method Image_Canvas_PDF::setFillImage()
    Sets an image that should be used for filling.
setFillImage
in file GD.php, method Image_Canvas_GD::setFillImage()
    Sets an image that should be used for filling
setFillImage
in file Canvas.php, method Image_Canvas::setFillImage()
    Sets an image that should be used for filling
setFont
in file PS.php, method Image_Canvas_PS::setFont()
    Sets the font options.
setFont
in file PDF.php, method Image_Canvas_PDF::setFont()
    Sets the font options.
setFont
in file Canvas.php, method Image_Canvas::setFont()
    Sets the font options.
setFont
in file SWF.php, method Image_Canvas_SWF::setFont()
    Sets the font options.
setFont
in file GD.php, method Image_Canvas_GD::setFont()
    Sets the font options.
setFont
in file SVG.php, method Image_Canvas_SVG::setFont()
    Sets the font options.
setGradientFill
in file SVG.php, method Image_Canvas_SVG::setGradientFill()
    Sets a gradient fill
setGradientFill
in file Canvas.php, method Image_Canvas::setGradientFill()
    Sets a gradient fill
setGradientFill
in file PS.php, method Image_Canvas_PS::setGradientFill()
    Sets a gradient fill
setGradientFill
in file SWF.php, method Image_Canvas_SWF::setGradientFill()
    Sets a gradient fill
setGradientFill
in file PDF.php, method Image_Canvas_PDF::setGradientFill()
    Sets a gradient fill
setLineColor
in file Canvas.php, method Image_Canvas::setLineColor()
    Sets the color of the line(s) to be drawn
setLineThickness
in file Canvas.php, method Image_Canvas::setLineThickness()
    Sets the thickness of the line(s) to be drawn
show
in file SWF.php, method Image_Canvas_SWF::show()
    Display the SWF
show
in file PDF.php, method Image_Canvas_PDF::show()
    Output the result of the canvas
show
in file ImageMap.php, method Image_Canvas_ImageMap::show()
    Output the result of the canvas to the browser
show
in file Canvas.php, method Image_Canvas::show()
    Output the result of the canvas to the browser
show
in file JPG.php, method Image_Canvas_GD_JPG::show()
    Output the result of the canvas
show
in file PNG.php, method Image_Canvas_GD_PNG::show()
    Output the result of the canvas
show
in file SVG.php, method Image_Canvas_SVG::show()
    Output the result of the canvas
show
in file PS.php, method Image_Canvas_PS::show()
    Output the result of the canvas
startGroup
in file SVG.php, method Image_Canvas_SVG::startGroup()
    Start a group.
startGroup
in file Canvas.php, method Image_Canvas::startGroup()
    Start a group.
top

t

Tool.php
procedural page Tool.php
textHeight
in file PS.php, method Image_Canvas_PS::textHeight()
    Get the height of a text,
textHeight
in file SWF.php, method Image_Canvas_SWF::textHeight()
    Get the height of a text,
textHeight
in file Canvas.php, method Image_Canvas::textHeight()
    Get the height of a text,
textHeight
in file SVG.php, method Image_Canvas_SVG::textHeight()
    Get the height of a text,
textHeight
in file PDF.php, method Image_Canvas_PDF::textHeight()
    Get the height of a text,
textHeight
in file GD.php, method Image_Canvas_GD::textHeight()
    Get the height of a text.
textWidth
in file Canvas.php, method Image_Canvas::textWidth()
    Get the width of a text,
textWidth
in file SVG.php, method Image_Canvas_SVG::textWidth()
    Get the width of a text,
textWidth
in file PS.php, method Image_Canvas_PS::textWidth()
    Get the width of a text,
textWidth
in file GD.php, method Image_Canvas_GD::textWidth()
    Get the width of a text,
textWidth
in file PDF.php, method Image_Canvas_PDF::textWidth()
    Get the width of a text,
textWidth
in file SWF.php, method Image_Canvas_SWF::textWidth()
    Get the width of a text,
toHtml
in file SVG.php, method Image_Canvas_SVG::toHtml()
    Get a canvas specific HTML tag.
toHtml
in file SWF.php, method Image_Canvas_SWF::toHtml()
    Get an SWF specific HTML tag
toHtml
in file PDF.php, method Image_Canvas_PDF::toHtml()
    Get a canvas specific HTML tag.
toHtml
in file Canvas.php, method Image_Canvas::toHtml()
    Get a canvas specific HTML tag.
toHtml
in file GD.php, method Image_Canvas_GD::toHtml()
    Get a canvas specific HTML tag.
toHtml
in file ImageMap.php, method Image_Canvas_ImageMap::toHtml()
    Get a canvas specific HTML tag.
toHtml
in file PS.php, method Image_Canvas_PS::toHtml()
    Get a canvas specific HTML tag.
top

w

WithMap.php
procedural page WithMap.php
top

Documentation generated on Mon, 11 Mar 2019 15:49:21 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.