lib/ezimage/classes/ezimagetextlayer.php

Show: inherited
Table of Contents

File containing the eZImageTextLayer class.

Copyright
Copyright (C) 1999-2011 eZ Systems AS. All rights reserved.  
License
eZ Business Use License Agreement Version 2.0  
Package
lib  
Version
4.6.0  

\eZImageTextLayer

Package: lib

File containing the eZImageTextLayer class.

Parent(s)
\eZImageLayer < \eZImageInterface
Copyright
Copyright (C) 1999-2011 eZ Systems AS. All rights reserved.  
License
eZ Business Use License Agreement Version 2.0  
Version
4.6.0  

Properties

Propertypublic  $AlternativeText= ''
Details
Type
n/a
Inherited_from
\eZImageInterface::$$AlternativeText  
Inherited_from
\eZImageLayer::$$AlternativeText  
Propertypublic  $Angle= ''
Details
Type
n/a
Propertypublic  $Font= ''
Details
Type
n/a
Inherited_from
\eZImageInterface::$$Font  
Inherited_from
\eZImageLayer::$$Font  
Propertypublic  $Height= ''
Details
Type
n/a
Inherited_from
\eZImageInterface::$$Height  
Inherited_from
\eZImageLayer::$$Height  
Propertypublic  $ImageObject= ''
Details
Type
n/a
Inherited_from
\eZImageInterface::$$ImageObject  
Inherited_from
\eZImageLayer::$$ImageObject  
Propertypublic  $ImageObjectRef= ''
Details
Type
n/a
Inherited_from
\eZImageInterface::$$ImageObjectRef  
Inherited_from
\eZImageLayer::$$ImageObjectRef  
Propertypublic  $IsProcessed= ''
Details
Type
n/a
Inherited_from
\eZImageInterface::$$IsProcessed  
Inherited_from
\eZImageLayer::$$IsProcessed  
Propertypublic  $IsTrueColor= ''
Details
Type
n/a
Inherited_from
\eZImageInterface::$$IsTrueColor  
Inherited_from
\eZImageLayer::$$IsTrueColor  
Propertypublic  $Palette= ''
Details
Type
n/a
Inherited_from
\eZImageInterface::$$Palette  
Inherited_from
\eZImageLayer::$$Palette  
Propertypublic  $PaletteIndex= ''
Details
Type
n/a
Inherited_from
\eZImageInterface::$$PaletteIndex  
Inherited_from
\eZImageLayer::$$PaletteIndex  
Propertypublic  $StoredFile= ''
Details
Type
n/a
Inherited_from
\eZImageInterface::$$StoredFile  
Inherited_from
\eZImageLayer::$$StoredFile  
Propertypublic  $StoredPath= ''
Details
Type
n/a
Inherited_from
\eZImageInterface::$$StoredPath  
Inherited_from
\eZImageLayer::$$StoredPath  
Propertypublic  $StoredType= ''
Details
Type
n/a
Inherited_from
\eZImageInterface::$$StoredType  
Inherited_from
\eZImageLayer::$$StoredType  
Propertypublic  $TemplateURI= ''
inheritedInherited from: \eZImageLayer::$$TemplateURI
Details
Type
n/a
Inherited_from
\eZImageLayer::$$TemplateURI  
Propertypublic  $Text= ''
Details
Type
n/a
Propertypublic  $TextBoundingBox= ''
Details
Type
n/a
Propertypublic  $Width= ''
Details
Type
n/a
Inherited_from
\eZImageInterface::$$Width  
Inherited_from
\eZImageLayer::$$Width  

Methods

methodpublic__clone( ) : void
methodpublicallocateColor(  $name,  $red,  $green,  $blue ) : void
Parameters
Name Type Description
$name
$red
$green
$blue
methodpublicalternativeText( ) : void
methodpublicattribute(  $name ) : void
Parameters
Name Type Description
$name
methodpublicattributeFunctionMap( ) : void
methodpublicattributeMemberMap( ) : void
methodpublicattributes( ) : void
methodpublicblendImage(  $destinationImageObject,  $imageObject,  $destinationX,  $destinationY,  $sourceWidth,  $sourceHeight,  $sourceX = 0,  $sourceY = 0 ) : void
Parameters
Name Type Description
$destinationImageObject
$imageObject
$destinationX
$destinationY
$sourceWidth
$sourceHeight
$sourceX
$sourceY
methodpubliccleanupRegisteredImages( ) : void
methodpublicclear(  $color = false ) : void
Parameters
Name Type Description
$color
methodpubliccloneImage(  $imageObject,  $width,  $height,  $useTruecolor = null ) : void
Parameters
Name Type Description
$imageObject
$width
$height
$useTruecolor
methodpubliccolor(  $name ) : void
Parameters
Name Type Description
$name
methodpubliccopyImage(  $destinationImageObject,  $imageObject,  $destinationX,  $destinationY,  $sourceWidth,  $sourceHeight,  $sourceX = 0,  $sourceY = 0 ) : void
Parameters
Name Type Description
$destinationImageObject
$imageObject
$destinationX
$destinationY
$sourceWidth
$sourceHeight
$sourceX
$sourceY
methodpubliccreate(  $width,  $height,  $useTruecolor = null ) : void
Parameters
Name Type Description
$width
$height
$useTruecolor
methodpubliccreateForFile(  $fileName,  $filePath,  $fileType = false ) : void
staticinherited

Inherited from: \eZImageLayer::createForFile()
Parameters
Name Type Description
$fileName
$filePath
$fileType
methodpubliccreateForText(  $text,  $font,  $widthAdjustment,  $heightAdjustment,  $angle,  $absoluteWidth = false,  $absoluteHeight = false ) : void
static

Parameters
Name Type Description
$text
$font
$widthAdjustment
$heightAdjustment
$angle
$absoluteWidth
$absoluteHeight
methodpubliccreateImage(  $width,  $height,  $useTruecolor ) : void
Parameters
Name Type Description
$width
$height
$useTruecolor
methodpublicdestroy( ) : void
methodpublicdrawText(  $font,  $textColor,  $text,  $x,  $y,  $angle,  $imageObject = null ) : void
Parameters
Name Type Description
$font
$textColor
$text
$x
$y
$angle
$imageObject
methodpubliceZImageInterface(  $imageObjectRef = null,  $imageObject = null,  $width = false,  $height = false ) : void
Parameters
Name Type Description
$imageObjectRef
$imageObject
$width
$height
methodpubliceZImageLayer(  $imageObjectRef = null,  $imageObject = null,  $width = false,  $height = false,  $font = false ) : void
inherited

Inherited from: \eZImageLayer::eZImageLayer()
Parameters
Name Type Description
$imageObjectRef
$imageObject
$width
$height
$font
methodpubliceZImageTextLayer(  $imageObjectRef = null,  $imageObject = null,  $width = false,  $height = false,  $font = false,  $boundingBox = null,  $text = null,  $textAngle = 0 ) : void

Parameters
Name Type Description
$imageObjectRef
$imageObject
$width
$height
$font
$boundingBox
$text
$textAngle
methodpublicfont( ) : void
methodpublichasAttribute(  $name ) : void
Parameters
Name Type Description
$name
methodpublichasGD2( ) : void
staticinherited

Inherited from: \eZImageInterface::hasGD2()\eZImageLayer::hasGD2()
methodpublichasSize( ) : void
methodpublicheight( ) : void
methodpublicimageObject(  $createMissing = true ) : void
Parameters
Name Type Description
$createMissing
methodpublicimageObjectInternal(  $createMissing = true ) : void
Parameters
Name Type Description
$createMissing
methodpublicimagePath( ) : void
methodpublicisProcessed( ) : void
methodpublicisTruecolor( ) : void
methodpublicload( ) : void
methodpublicloadGIF(  $storedPath,  $storedFile ) : void
Parameters
Name Type Description
$storedPath
$storedFile
methodpublicloadJPEG(  $storedPath,  $storedFile ) : void
Parameters
Name Type Description
$storedPath
$storedFile
methodpublicloadPNG(  $storedPath,  $storedFile ) : void
Parameters
Name Type Description
$storedPath
$storedFile
methodpublicmerge(  $imageObject,  $x,  $y,  $width,  $height ) : void
Parameters
Name Type Description
$imageObject
$x
$y
$width
$height
methodpublicmergeImage(  $destinationImageObject,  $imageObject,  $destinationX,  $destinationY,  $sourceWidth,  $sourceHeight,  $sourceX = 0,  $sourceY = 0,  $transparency = 0 ) : void
Parameters
Name Type Description
$destinationImageObject
$imageObject
$destinationX
$destinationY
$sourceWidth
$sourceHeight
$sourceX
$sourceY
$transparency
methodpublicmergeLayer(  $image,  $layerData,  $lastLayerData ) : void

Parameters
Name Type Description
$image
$layerData
$lastLayerData
methodpublicprocess( ) : void
methodpublicprocessImage( ) : void

methodpublicregisterImage(  $image ) : void
Parameters
Name Type Description
$image
methodpublicsetAlternativeText(  $text ) : void
Parameters
Name Type Description
$text
methodpublicsetFont(  $font ) : void
Parameters
Name Type Description
$font
methodpublicsetHeight(  $h ) : void
Parameters
Name Type Description
$h
methodpublicsetStoredFile(  $file,  $path,  $type ) : void
Parameters
Name Type Description
$file
$path
$type
methodpublicsetTemplateURI(  $uri ) : void
inherited

Inherited from: \eZImageLayer::setTemplateURI()
Parameters
Name Type Description
$uri
methodpublicsetText(  $text ) : void

Parameters
Name Type Description
$text
methodpublicsetTextAngle(  $textAngle ) : void

Parameters
Name Type Description
$textAngle
methodpublicsetTextColor(  $textColor ) : void
Parameters
Name Type Description
$textColor
methodpublicsetWidth(  $w ) : void
Parameters
Name Type Description
$w
methodpublicstore(  $fileName,  $filePath,  $type ) : void
Parameters
Name Type Description
$fileName
$filePath
$type
methodpublictemplateData( ) : void
inherited

Inherited from: \eZImageLayer::templateData()
methodpublictext( ) : void

methodpublictextAngle( ) : void

methodpublictextBoundingBox( ) : void

methodpublictextColor( ) : void
methodpublicunregisterImage(  $imageRef ) : void
Parameters
Name Type Description
$imageRef
methodpublicwidth( ) : void
Documentation was generated by DocBlox 0.18.1.