 Horde_Image_swf
 Horde_Image_swfThis class implements the Horde_Image:: API for SWF, using the PHP Ming extension.
$Horde: framework/Image/Image/swf.php,v 1.24.10.10 2009/01/06 15:23:12 jan Exp $
Copyright 2002-2009 The Horde Project (http://www.horde.org/)
See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
Located in /Image/Image/swf.php (line 20)
Horde_Image | --Horde_Image_swf
 void
										arc
											(integer $x, integer $y, integer $r, integer $start, integer $end, [string $color = 'black'], [string $fill = 'none'])
											void
										arc
											(integer $x, integer $y, integer $r, integer $start, integer $end, [string $color = 'black'], [string $fill = 'none'])
									 void
										dashedLine
											(integer $x0, integer $y0, integer $x1, integer $y1, [string $color = 'black'], [string $width = 1], [integer $dash_length = 2], [integer $dash_space = 2])
											void
										dashedLine
											(integer $x0, integer $y0, integer $x1, integer $y1, [string $color = 'black'], [string $width = 1], [integer $dash_length = 2], [integer $dash_space = 2])
									 void
										gradientRectangle
											(integer $x, integer $y, integer $width, integer $height, [string $color = 'black'], [string $fill1 = 'black'], [string $fill2 = 'white'])
											void
										gradientRectangle
											(integer $x, integer $y, integer $width, integer $height, [string $color = 'black'], [string $fill1 = 'black'], [string $fill2 = 'white'])
									 void
										line
											(integer $x1, integer $y1,  $x2,  $y2, [string $color = 'black'], [string $width = 1], integer $x0, integer $y0)
											void
										line
											(integer $x1, integer $y1,  $x2,  $y2, [string $color = 'black'], [string $width = 1], integer $x0, integer $y0)
									 void
										rectangle
											(integer $x, integer $y, integer $width, integer $height, string $color, [string $fill = 'none'])
											void
										rectangle
											(integer $x, integer $y, integer $width, integer $height, string $color, [string $fill = 'none'])
									 void
										roundedRectangle
											(integer $x, integer $y, integer $width, integer $height, integer $round, [string $color = 'black'], [string $fill = 'none'])
											void
										roundedRectangle
											(integer $x, integer $y, integer $width, integer $height, integer $round, [string $color = 'black'], [string $fill = 'none'])
									 void
										text
											( $string, integer $x, integer $y, [string $font = 'monospace'], [string $color = 'black'], [integer $direction = 0], string $text)
											void
										text
											( $string, integer $x, integer $y, [string $font = 'monospace'], [string $color = 'black'], [integer $direction = 0], string $text)
									 array
			$_capabilities
			 = array('canvas')			(line 27)
		
			array
			$_capabilities
			 = array('canvas')			(line 27)
		
	Capabilites of this driver.
 resource
			$_movie
						(line 34)
		
			resource
			$_movie
						(line 34)
		
	SWF root movie.
Inherited from Horde_Image
Horde_Image::$_background
Horde_Image::$_data
Horde_Image::$_height
Horde_Image::$_loadedEffects
Horde_Image::$_observers
Horde_Image::$_rgb
Horde_Image::$_tmpdir
Horde_Image::$_type
Horde_Image::$_width
 Constructor Horde_Image_swf (line 36)
		Constructor Horde_Image_swf (line 36)
	 allocateColor (line 85)
		allocateColor (line 85)
	Creates a color that can be accessed in this object. When a color is set, the rgba values are returned in an array.
 arc (line 432)
		arc (line 432)
	Draw an arc.
 circle (line 151)
		circle (line 151)
	Draw a circle.
 dashedLine (line 371)
		dashedLine (line 371)
	Draw a dashed line.
 display (line 56)
		display (line 56)
	Display the movie.
 getContentType (line 48)
		getContentType (line 48)
	 getFont (line 94)
		getFont (line 94)
	 gradientRectangle (line 492)
		gradientRectangle (line 492)
	Draw a rectangle filled with a gradient from $color1 to $color2.
 line (line 343)
		line (line 343)
	Draw a line.
 polygon (line 188)
		polygon (line 188)
	Draw a polygon based on a set of vertices.
 polyline (line 402)
		polyline (line 402)
	Draw a polyline (a non-closed, non-filled polygon) based on a set of vertices.
 raw (line 67)
		raw (line 67)
	Return the raw data for this image.
 rectangle (line 232)
		rectangle (line 232)
	Draw a rectangle.
 roundedRectangle (line 253)
		roundedRectangle (line 253)
	Draw a rectangle.
 text (line 122)
		text (line 122)
	Draws a text string on the image in a specified location, with the specified style information.
Inherited From Horde_Image
Horde_Image::Horde_Image()
Horde_Image::addEffect()
Horde_Image::addObserver()
Horde_Image::applyEffects()
Horde_Image::brightness()
Horde_Image::brush()
Horde_Image::display()
Horde_Image::factory()
Horde_Image::getCapabilities()
Horde_Image::getDimensions()
Horde_Image::getHexColor()
Horde_Image::getLink()
Horde_Image::getLoadedEffects()
Horde_Image::getRGB()
Horde_Image::hasCapability()
Horde_Image::headers()
Horde_Image::loadFile()
Horde_Image::loadString()
Horde_Image::modifyColor()
Horde_Image::moreIntenseColor()
Horde_Image::notifyObservers()
Horde_Image::raw()
Horde_Image::reset()
Horde_Image::singleton()
Horde_Image::toFile()
Documentation generated on Sun, 30 Jan 2011 05:22:30 +0000 by phpDocumentor 1.4.3