<li><ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ulclass="inheritance">
<li><ahref="../../../com/mxgraph/util/mxEventSource.html"title="class in com.mxgraph.util">com.mxgraph.util.mxEventSource</a></li>
<li>
<ulclass="inheritance">
<li>com.mxgraph.view.mxSwimlaneManager</li>
</ul>
</li>
</ul>
</li>
</ul>
<divclass="description">
<ulclass="blockList">
<liclass="blockList">
<hr>
<br>
<pre>public class <spanclass="strong">mxSwimlaneManager</span>
extends <ahref="../../../com/mxgraph/util/mxEventSource.html"title="class in com.mxgraph.util">mxEventSource</a></pre>
<divclass="block">Manager for swimlanes and nested swimlanes that sets the size of newly added
<h3>Nested classes/interfaces inherited from class com.mxgraph.util.<ahref="../../../com/mxgraph/util/mxEventSource.html"title="class in com.mxgraph.util">mxEventSource</a></h3>
<code><ahref="../../../com/mxgraph/util/mxEventSource.mxIEventListener.html"title="interface in com.mxgraph.util">mxEventSource.mxIEventListener</a></code></li>
<divclass="block">Specifies if newly added cells should be resized to match the size of their
existing siblings.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>protected <ahref="../../../com/mxgraph/util/mxEventSource.mxIEventListener.html"title="interface in com.mxgraph.util">mxEventSource.mxIEventListener</a></code></td>
<divclass="block">Specifies if resizing of swimlanes should be handled.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>protected <ahref="../../../com/mxgraph/util/mxEventSource.mxIEventListener.html"title="interface in com.mxgraph.util">mxEventSource.mxIEventListener</a></code></td>
<h3>Fields inherited from class com.mxgraph.util.<ahref="../../../com/mxgraph/util/mxEventSource.html"title="class in com.mxgraph.util">mxEventSource</a></h3>
<thclass="colOne"scope="col">Constructor and Description</th>
</tr>
<trclass="altColor">
<tdclass="colOne"><code><strong><ahref="../../../com/mxgraph/view/mxSwimlaneManager.html#mxSwimlaneManager(com.mxgraph.view.mxGraph)">mxSwimlaneManager</a></strong>(<ahref="../../../com/mxgraph/view/mxGraph.html"title="class in com.mxgraph.view">mxGraph</a> graph)</code> </td>
<tdclass="colLast"><code><strong><ahref="../../../com/mxgraph/view/mxSwimlaneManager.html#cellsAdded(java.lang.Object[])">cellsAdded</a></strong>(<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">Object</a>[] cells)</code>
<divclass="block">Called if any cells have been added.</div>
<tdclass="colLast"><code><strong><ahref="../../../com/mxgraph/view/mxSwimlaneManager.html#cellsResized(java.lang.Object[])">cellsResized</a></strong>(<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">Object</a>[] cells)</code>
<divclass="block">Called if any cells have been resizes.</div>
<tdclass="colLast"><code><strong><ahref="../../../com/mxgraph/view/mxSwimlaneManager.html#isCellHorizontal(java.lang.Object)">isCellHorizontal</a></strong>(<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">Object</a> cell)</code>
<divclass="block">Returns true if the given cell is horizontal.</div>
<tdclass="colLast"><code><strong><ahref="../../../com/mxgraph/view/mxSwimlaneManager.html#isSwimlaneIgnored(java.lang.Object)">isSwimlaneIgnored</a></strong>(<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">Object</a> swimlane)</code>
<divclass="block">Returns true if the given swimlane should be ignored.</div>
<tdclass="colLast"><code><strong><ahref="../../../com/mxgraph/view/mxSwimlaneManager.html#resizeSwimlane(java.lang.Object, double, double, boolean)">resizeSwimlane</a></strong>(<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">Object</a> swimlane,
double w,
double h,
boolean parentHorizontal)</code>
<divclass="block">Sets the width or height of the given swimlane to the given value depending
<tdclass="colLast"><code><strong><ahref="../../../com/mxgraph/view/mxSwimlaneManager.html#setGraph(com.mxgraph.view.mxGraph)">setGraph</a></strong>(<ahref="../../../com/mxgraph/view/mxGraph.html"title="class in com.mxgraph.view">mxGraph</a> graph)</code> </td>
<tdclass="colLast"><code><strong><ahref="../../../com/mxgraph/view/mxSwimlaneManager.html#swimlaneAdded(java.lang.Object)">swimlaneAdded</a></strong>(<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">Object</a> swimlane)</code>
<divclass="block">Called for each swimlane which has been added.</div>
<h3>Methods inherited from class com.mxgraph.util.<ahref="../../../com/mxgraph/util/mxEventSource.html"title="class in com.mxgraph.util">mxEventSource</a></h3>
<h3>Methods inherited from class java.lang.<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">Object</a></h3>
<code><ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()"title="class or interface in java.lang">clone</a>, <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)"title="class or interface in java.lang">equals</a>, <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()"title="class or interface in java.lang">finalize</a>, <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()"title="class or interface in java.lang">getClass</a>, <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()"title="class or interface in java.lang">hashCode</a>, <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()"title="class or interface in java.lang">notify</a>, <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll()"title="class or interface in java.lang">notifyAll</a>, <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString()"title="class or interface in java.lang">toString</a>, <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()"title="class or interface in java.lang">wait</a>, <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)"title="class or interface in java.lang">wait</a>, <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long, int)"title="class or interface in java.lang">wait</a></code></li>
<pre>protected <ahref="../../../com/mxgraph/view/mxGraph.html"title="class in com.mxgraph.view">mxGraph</a> graph</pre>
<divclass="block">Defines the type of the source or target terminal. The type is a string
passed to mxCell.is to check if the rule applies to a cell.</div>
</li>
</ul>
<aname="enabled">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>enabled</h4>
<pre>protected boolean enabled</pre>
<divclass="block">Optional string that specifies the value of the attribute to be passed
to mxCell.is to check if the rule applies to a cell.</div>
</li>
</ul>
<aname="horizontal">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>horizontal</h4>
<pre>protected boolean horizontal</pre>
<divclass="block">Optional string that specifies the attributename to be passed to
mxCell.is to check if the rule applies to a cell.</div>
</li>
</ul>
<aname="addEnabled">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>addEnabled</h4>
<pre>protected boolean addEnabled</pre>
<divclass="block">Specifies if newly added cells should be resized to match the size of their
existing siblings. Default is true.</div>
</li>
</ul>
<aname="resizeEnabled">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>resizeEnabled</h4>
<pre>protected boolean resizeEnabled</pre>
<divclass="block">Specifies if resizing of swimlanes should be handled. Default is true.</div>
</li>
</ul>
<aname="addHandler">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>addHandler</h4>
<pre>protected <ahref="../../../com/mxgraph/util/mxEventSource.mxIEventListener.html"title="interface in com.mxgraph.util">mxEventSource.mxIEventListener</a> addHandler</pre>
</li>
</ul>
<aname="resizeHandler">
<!---->
</a>
<ulclass="blockListLast">
<liclass="blockList">
<h4>resizeHandler</h4>
<pre>protected <ahref="../../../com/mxgraph/util/mxEventSource.mxIEventListener.html"title="interface in com.mxgraph.util">mxEventSource.mxIEventListener</a> resizeHandler</pre>
<pre>public void setGraph(<ahref="../../../com/mxgraph/view/mxGraph.html"title="class in com.mxgraph.view">mxGraph</a> graph)</pre>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>graph</code> - the graph to set</dd></dl>
</li>
</ul>
<aname="isSwimlaneIgnored(java.lang.Object)">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>isSwimlaneIgnored</h4>
<pre>protected boolean isSwimlaneIgnored(<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">Object</a> swimlane)</pre>
<divclass="block">Returns true if the given swimlane should be ignored.</div>
</li>
</ul>
<aname="isCellHorizontal(java.lang.Object)">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>isCellHorizontal</h4>
<pre>protected boolean isCellHorizontal(<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">Object</a> cell)</pre>
<divclass="block">Returns true if the given cell is horizontal. If the given cell is not a
swimlane, then the <horizontal> value is returned.</div>
</li>
</ul>
<aname="cellsAdded(java.lang.Object[])">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>cellsAdded</h4>
<pre>protected void cellsAdded(<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">Object</a>[] cells)</pre>
<divclass="block">Called if any cells have been added. Calls swimlaneAdded for all swimlanes
where isSwimlaneIgnored returns false.</div>
</li>
</ul>
<aname="swimlaneAdded(java.lang.Object)">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>swimlaneAdded</h4>
<pre>protected void swimlaneAdded(<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">Object</a> swimlane)</pre>
<divclass="block">Called for each swimlane which has been added. This finds a reference
<pre>protected void cellsResized(<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">Object</a>[] cells)</pre>
<divclass="block">Called if any cells have been resizes. Calls swimlaneResized for all
swimlanes where isSwimlaneIgnored returns false.</div>
<pre>protected void resizeSwimlane(<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">Object</a> swimlane,
double w,
double h,
boolean parentHorizontal)</pre>
<divclass="block">Sets the width or height of the given swimlane to the given value depending