<!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 RenderOperation</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 RenderOperation</h1>
<div class="inheritence-tree">
<pre></pre>
</div>
<div class="class-description">
<p></p>
</div>
<div class="tag-list">
</div>
<hr size="1" noshade="noshade"/>
<a name="constructor-summary"></a>
<table class="method-summary" cellspacing="1">
<tr>
<th colspan="2">Constructor Summary</th>
</tr>
<tr>
<td class="type" nowrap="nowrap" width="1%">public</td>
<td>
<div class="declaration">
<a href="../lithron/RenderOperation.html#method__construct">__construct</a>
Array
</div>
<div class="description">
</div>
</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/RenderOperation.html#methodaddChild">addChild</a>
( $c)
</div>
<div class="description">
</div>
</td>
</tr>
<tr>
<td class="type" nowrap="nowrap" width="1%">
void
</td>
<td>
<div class="declaration">
<a href="../lithron/RenderOperation.html#methodaddPositioned">addPositioned</a>
( $c)
</div>
<div class="description">
</div>
</td>
</tr>
<tr>
<td class="type" nowrap="nowrap" width="1%">
void
</td>
<td>
<div class="declaration">
<a href="../lithron/RenderOperation.html#methodexecute">execute</a>
( $pdfLib)
</div>
<div class="description">
</div>
</td>
</tr>
<tr>
<td class="type" nowrap="nowrap" width="1%">
void
</td>
<td>
<div class="declaration">
<a href="../lithron/RenderOperation.html#methodsetDimensions">setDimensions</a>
( $width, $height)
</div>
<div class="description">
</div>
</td>
</tr>
<tr>
<td class="type" nowrap="nowrap" width="1%">
void
</td>
<td>
<div class="declaration">
<a href="../lithron/RenderOperation.html#methodsetPosition">setPosition</a>
( $top, $right, $bottom, $left)
</div>
<div class="description">
</div>
</td>
</tr>
</table>
<hr size="1" noshade="noshade"/>
<a name="sec-method"></a>
<table class="method-details" cellspacing="1">
<tr>
<th colspan="3">Constructor Details</th>
</tr>
<tr>
<td class="method-data">
<a name="method__construct"></a>
<h2>__construct</h2>
<table class="method-detail" cellspacing="0">
<tr>
<td nowrap="nowrap">public <strong>__construct</strong></td>
<td nowrap="nowrap">Array</td>
</tr>
</table>
<p></p>
<div class="tag-list">
</div>
</td>
</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="methodaddChild"></a>
<h2>addChild</h2>
<table class="method-detail" cellspacing="0">
<tr>
<td nowrap="nowrap">public void <strong>addChild</strong></td>
<td width="100%">( $c )</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>$c</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="methodaddPositioned"></a>
<h2>addPositioned</h2>
<table class="method-detail" cellspacing="0">
<tr>
<td nowrap="nowrap">public void <strong>addPositioned</strong></td>
<td width="100%">( $c )</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>$c</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="methodexecute"></a>
<h2>execute</h2>
<table class="method-detail" cellspacing="0">
<tr>
<td nowrap="nowrap">public void <strong>execute</strong></td>
<td width="100%">( $pdfLib )</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>$pdfLib</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="methodsetDimensions"></a>
<h2>setDimensions</h2>
<table class="method-detail" cellspacing="0">
<tr>
<td nowrap="nowrap">public void <strong>setDimensions</strong></td>
<td width="100%">( $width , $height )</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><td valign="top"></td><td valign="top"><strong>$height</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="methodsetPosition"></a>
<h2>setPosition</h2>
<table class="method-detail" cellspacing="0">
<tr>
<td nowrap="nowrap">public void <strong>setPosition</strong></td>
<td width="100%">( $top , $right , $bottom , $left )</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>$top</strong><td valign="top"></td></tr>
<tr><td valign="top"></td><td valign="top"><strong>$right</strong><td valign="top"></td></tr>
<tr><td valign="top"></td><td valign="top"><strong>$bottom</strong><td valign="top"></td></tr>
<tr><td valign="top"></td><td valign="top"><strong>$left</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>