Packages:
System
System.Collections
System.Data
System.I18N
System.Util
System.Web.Services
System.Web.UI.ActiveControls
System.Web.UI.WebControls


Classes:
Common
   LAnchorForm
   LPoweredBy
CMS.Support
   LBaseBrick
   LBrick
   LCell
CMS
   LContentBrick
   LMediaBrick
   LNoteBrick
Configuration
   LCultureChooser
   LStyleSheetThemeChooser
Debug
   LDummyBrick
Graphics
   LFontgen
   LImage
   LThickboxImage
   LThickboxLink
Links
   LPopupLink
   LServiceHyperLink

Class LImage

TImage
   |
   --LImage

Direct Known Sub-classes:

This is a combination of an extended TImage and a wrapper for ImageMagick functions

Todo: define max dimensions for image rendering!!! PERFORMANCE & MEM ORY

Constructor Summary
public

Method Summary
void
doIdentify ( mixed $file)
void
void
void
void
void
void
void
void
string
void
void
void
boolean
void
void
onLoad ( mixed $param)
void
onPreRender ( mixed $param)
void
setDestBackgroundColor ( mixed $value)
void
setDestColorSpace ( mixed $value)
void
setDestHeight ( mixed $value)
void
setDestQuality ( mixed $value)
void
setDestType ( mixed $value)
void
setDestWidth ( mixed $value)
void
setIEFix ( mixed $value)
void
setImageUrl ( string $value)
void
setIsRendered ( mixed $value)
void
setPageNumber ( mixed $value)
void
setPxEmFactor ( mixed $value)
void
setResize ( boolean $value)
void
setShowMimeTypeImage ( mixed $value)

Constructor Details

__construct

public __construct


Method Details

doIdentify

public void doIdentify (mixed $file )

Input
mixed$file
Output
Exception

getAbortRemainingExecutionTime

public void getAbortRemainingExecutionTime ()

Output
Exception

getDestBackgroundColor

public void getDestBackgroundColor ()

Output
Exception

getDestColorSpace

public void getDestColorSpace ()

Output
Exception

getDestHeight

public void getDestHeight ()

Output
Exception

getDestQuality

public void getDestQuality ()

Output
Exception

getDestType

public void getDestType ()

Output
Exception

getDestWidth

public void getDestWidth ()

Output
Exception

getIEFix

public void getIEFix ()

Output
Exception

getImageUrl

public string getImageUrl ()

Output
string the URL of the image file
Exception

getIsRendered

public void getIsRendered ()

Output
Exception

getPageNumber

public void getPageNumber ()

Output
Exception

getPxEmFactor

public void getPxEmFactor ()

Output
Exception

getResize

public boolean getResize ()

Output
boolean true if the image shall be resized, else false
Exception

getShowMimeTypeImage

public void getShowMimeTypeImage ()

Output
Exception

onLoad

public void onLoad (mixed $param )

Input
mixed$param
Output
Exception

onPreRender

public void onPreRender (mixed $param )

Input
mixed$param
Output
Exception

setDestBackgroundColor

public void setDestBackgroundColor (mixed $value )

Input
mixed$value
Output
Exception

setDestColorSpace

public void setDestColorSpace (mixed $value )

Input
mixed$value
Output
Exception

setDestHeight

public void setDestHeight (mixed $value )

Input
mixed$value
Output
Exception

setDestQuality

public void setDestQuality (mixed $value )

Input
mixed$value
Output
Exception

setDestType

public void setDestType (mixed $value )

Input
mixed$value
Output
Exception

setDestWidth

public void setDestWidth (mixed $value )

Input
mixed$value
Output
Exception

setIEFix

public void setIEFix (mixed $value )

Input
mixed$value
Output
Exception

setImageUrl

public void setImageUrl (string $value )

Input
string$valuethe URL of the image file
Output
Exception

setIsRendered

public void setIsRendered (mixed $value )

Input
mixed$value
Output
Exception

setPageNumber

public void setPageNumber (mixed $value )

Input
mixed$value
Output
Exception

setPxEmFactor

public void setPxEmFactor (mixed $value )

Input
mixed$value
Output
Exception

setResize

public void setResize (boolean $value )

Input
boolean$valuetrue if the image shall be resized, else false
Output
Exception

setShowMimeTypeImage

public void setShowMimeTypeImage (mixed $value )

Input
mixed$value
Output
Exception