<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
<head>
<title>phundament manual: Docs For Class WorkerBlockImage</title>
<meta http-equiv="Expires" content="Fri, Jan 01 1900 00:00:00 GMT"/>
<meta http-equiv="Pragma" content="no-cache"/>
<meta http-equiv="Cache-Control" content="no-cache"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta http-equiv="content-language" content="en"/>
<meta name="Author" content="Tobias Munk" />
<meta name="Subject" content="Web programming, PHP5 framework" />
<meta name="Language" content="en" />
<link rel="Shortcut Icon" href="/favicon.ico" />
<link rel="stylesheet" type="text/css" href="/media/style.css" />
<link rel="stylesheet" type="text/css" href="/media/manual.css" />
</head>
<body>
<div style="text-align:center" align="center" width="100%"><img src="/media/logo.png" style="margin: 15px 0 30px"></div>
<div id="page">
<div id="main">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="250" id="infobar">
<b>Packages:</b><br />
<a href="../li_lithron.html">lithron</a><br />
<a href="../li_csstidy.html">csstidy</a><br />
<br /><br />
<b>Classes:</b><br />
<div class="package">
<a href="../lithron/BasePlugin.html">BasePlugin</a><br />
<a href="../lithron/ComputeProps.html">ComputeProps</a><br />
<a href="../lithron/EvalCounters.html">EvalCounters</a><br />
<a href="../lithron/GenerateAnonymousElements.html">GenerateAnonymousElements</a><br />
<a href="../lithron/LineBox.html">LineBox</a><br />
<a href="../lithron/Lithron.html">Lithron</a><br />
<a href="../lithron/LithronDisplay.html">LithronDisplay</a><br />
<a href="../lithron/LithronException.html">LithronException</a><br />
<a href="../lithron/OldLists.html">OldLists</a><br />
<a href="../lithron/Property.html">Property</a><br />
<a href="../lithron/PropertyDefinition.html">PropertyDefinition</a><br />
<a href="../lithron/RenderOperation.html">RenderOperation</a><br />
<a href="../lithron/TransformerPlugin.html">TransformerPlugin</a><br />
<a href="../lithron/WorkerBlock.html">WorkerBlock</a><br />
<a href="../lithron/WorkerBlockImage.html">WorkerBlockImage</a><br />
<a href="../lithron/WorkerFile.html">WorkerFile</a><br />
<a href="../lithron/WorkerInline.html">WorkerInline</a><br />
<a href="../lithron/WorkerInlineCollection.html">WorkerInlineCollection</a><br />
<a href="../lithron/WorkerListItem.html">WorkerListItem</a><br />
<a href="../lithron/WorkerLithron.html">WorkerLithron</a><br />
<a href="../lithron/WorkerMarker.html">WorkerMarker</a><br />
<a href="../lithron/WorkerPage.html">WorkerPage</a><br />
<a href="../lithron/WorkerPlugin.html">WorkerPlugin</a><br />
<a href="../lithron/WorkerRepeater.html">WorkerRepeater</a><br />
<a href="../lithron/WorkerSink.html">WorkerSink</a><br />
<a href="../lithron/WorkerWell.html">WorkerWell</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0">
<!-- <tr><td valign="top" align="center">
<form type="get" action="/docs/manual/search.php">
Keyword <input type="text" name="keyword" size="50" />
<input type="submit" value="Search" />
</form>
</td></tr>-->
<tr><td valign="top"><!-- content begin -->
<h1>Class WorkerBlockImage</h1>
<div class="inheritence-tree">
<pre><a href="../lithron/BasePlugin.html">BasePlugin</a>
|
--<a href="../lithron/WorkerPlugin.html">WorkerPlugin</a>
|
--<a href="../lithron/WorkerBlock.html">WorkerBlock</a>
|
--<strong>WorkerBlockImage</strong></pre>
</div>
<div class="class-description">
<p></p>
</div>
<div class="tag-list">
</div>
<table class="inherited-constants" cellspacing="1">
<tr>
<th>Constants Inherited From <a href="../lithron/WorkerBlock.html">WorkerBlock</a></th>
</tr>
<tr>
<td>
<a href="">BWR_COLUMNBREAK</a>,
<a href="">BWR_FULL</a>,
<a href="">BWR_OK</a>,
</td>
</tr>
</table>
<hr size="1" noshade="noshade"/>
<a name="method-summary"></a>
<table class="method-summary" cellspacing="1">
<tr>
<th colspan="2">Method Summary</th>
</tr>
<tr>
<td class="type" nowrap="nowrap" width="1%">
void
</td>
<td>
<div class="declaration">
<a href="../lithron/WorkerBlockImage.html#methodgetPrefHeight">getPrefHeight</a>
( $width)
</div>
<div class="description">
</div>
</td>
</tr>
<tr>
<td class="type" nowrap="nowrap" width="1%">
void
</td>
<td>
<div class="declaration">
<a href="../lithron/WorkerBlockImage.html#methodgetPrefWidth">getPrefWidth</a>
()
</div>
<div class="description">
</div>
</td>
</tr>
<tr>
<td class="type" nowrap="nowrap" width="1%">
void
</td>
<td>
<div class="declaration">
<a href="../lithron/WorkerBlockImage.html#methodinitializePost">initializePost</a>
()
</div>
<div class="description">
</div>
</td>
</tr>
<tr>
<td class="type" nowrap="nowrap" width="1%">
void
</td>
<td>
<div class="declaration">
<a href="../lithron/WorkerBlockImage.html#methodwork">work</a>
( $rop, $cw, $ch)
</div>
<div class="description">
</div>
</td>
</tr>
</table>
<table class="inherited-methods" cellspacing="1">
<tr>
<th>Methods Inherited From <a href="../lithron/WorkerBlock.html">WorkerBlock</a></th>
</tr>
<tr>
<td>
<a href="../lithron/WorkerBlock.html#methodgetFirstWorker">WorkerBlock::getFirstWorker()</a>, <a href="../lithron/WorkerBlock.html#methodgetHeight">WorkerBlock::getHeight()</a>, <a href="../lithron/WorkerBlock.html#methodgetNextWorker">WorkerBlock::getNextWorker()</a>, <a href="../lithron/WorkerBlock.html#methodgetPrefHeight">WorkerBlock::getPrefHeight()</a>, <a href="../lithron/WorkerBlock.html#methodgetPrefWidth">WorkerBlock::getPrefWidth()</a>, <a href="../lithron/WorkerBlock.html#methodgetWidth">WorkerBlock::getWidth()</a>, <a href="../lithron/WorkerBlock.html#methodwork">WorkerBlock::work()</a>, <a href="../lithron/WorkerBlock.html#methodworkSetup">WorkerBlock::workSetup()</a>
</td>
</tr>
</table>
<table class="inherited-methods" cellspacing="1">
<tr>
<th>Methods Inherited From <a href="../lithron/WorkerPlugin.html">WorkerPlugin</a></th>
</tr>
<tr>
<td>
<a href="../lithron/WorkerPlugin.html#methodappendChild">WorkerPlugin::appendChild()</a>, <a href="../lithron/WorkerPlugin.html#methodfindContainingRop">WorkerPlugin::findContainingRop()</a>, <a href="../lithron/WorkerPlugin.html#methodgetTraceParam">WorkerPlugin::getTraceParam()</a>, <a href="../lithron/WorkerPlugin.html#methodinitializePost">WorkerPlugin::initializePost()</a>, <a href="../lithron/WorkerPlugin.html#methodinitializePre">WorkerPlugin::initializePre()</a>, <a href="../lithron/WorkerPlugin.html#methodisContainedInFixed">WorkerPlugin::isContainedInFixed()</a>, <a href="../lithron/WorkerPlugin.html#methodisInline">WorkerPlugin::isInline()</a>, <a href="../lithron/WorkerPlugin.html#methodisMarker">WorkerPlugin::isMarker()</a>, <a href="../lithron/WorkerPlugin.html#methodisPositioned">WorkerPlugin::isPositioned()</a>, <a href="../lithron/WorkerPlugin.html#method__call">WorkerPlugin::__call()</a>
</td>
</tr>
</table>
<hr size="1" noshade="noshade"/>
<a name="constant-summary"></a>
<table class="constant-summary" cellspacing="1">
<tr>
<th colspan="3">Constant Summary</th>
</tr>
</table>
<hr size="1" noshade="noshade"/>
<a name="method-details"></a>
<table class="method-details" cellspacing="1">
<tr>
<th>Method Details</th>
</tr>
<tr>
<td class="method-data">
<a name="methodgetPrefHeight"></a>
<h2>getPrefHeight</h2>
<table class="method-detail" cellspacing="0">
<tr>
<td nowrap="nowrap">public void <strong>getPrefHeight</strong></td>
<td width="100%">( $width )</td>
</tr>
</table>
<p></p>
<div class="tag-list"><table class="method-summary" cellspacing="1">
<tr><th colspan="3" class="small">Input</th></tr>
<tr><td valign="top"></td><td valign="top"><strong>$width</strong><td valign="top"></td></tr>
<tr><th colspan="3" class="small">Output</th></tr>
<tr><th colspan="3" class="small">Exception</th></tr>
</table></div>
<p/>
</td>
</tr>
<tr>
<td class="method-data">
<a name="methodgetPrefWidth"></a>
<h2>getPrefWidth</h2>
<table class="method-detail" cellspacing="0">
<tr>
<td nowrap="nowrap">public void <strong>getPrefWidth</strong></td>
<td width="100%">()</td>
</tr>
</table>
<p></p>
<div class="tag-list"><table class="method-summary" cellspacing="1">
<tr><th colspan="3" class="small">Output</th></tr>
<tr><th colspan="3" class="small">Exception</th></tr>
</table></div>
<p/>
</td>
</tr>
<tr>
<td class="method-data">
<a name="methodinitializePost"></a>
<h2>initializePost</h2>
<table class="method-detail" cellspacing="0">
<tr>
<td nowrap="nowrap">public void <strong>initializePost</strong></td>
<td width="100%">()</td>
</tr>
</table>
<p></p>
<div class="tag-list"><table class="method-summary" cellspacing="1">
<tr><th colspan="3" class="small">Output</th></tr>
<tr><th colspan="3" class="small">Exception</th></tr>
</table></div>
<p/>
</td>
</tr>
<tr>
<td class="method-data">
<a name="methodwork"></a>
<h2>work</h2>
<table class="method-detail" cellspacing="0">
<tr>
<td nowrap="nowrap">public void <strong>work</strong></td>
<td width="100%">( $rop , $cw , $ch )</td>
</tr>
</table>
<p></p>
<div class="tag-list"><table class="method-summary" cellspacing="1">
<tr><th colspan="3" class="small">Input</th></tr>
<tr><td valign="top"></td><td valign="top"><strong>$rop</strong><td valign="top"></td></tr>
<tr><td valign="top"></td><td valign="top"><strong>$cw</strong><td valign="top"></td></tr>
<tr><td valign="top"></td><td valign="top"><strong>$ch</strong><td valign="top"></td></tr>
<tr><th colspan="3" class="small">Output</th></tr>
<tr><th colspan="3" class="small">Exception</th></tr>
</table></div>
<p/>
</td>
</tr>
</table>
<!-- content end --></td></tr></table>
</td>
</tr>
</table>
</div><!-- main -->
<div id="footer">
Copyright © 2007 - <a title="diemeisterei" href="http://www.diemeisterei.de/">diemeisterei GmbH</a><br/>
<a title="phundament" href="http://www.phundament.com/">phundament</a>
</div>
</div><!-- page -->
</body>
</html>