519 lines
29 KiB
HTML
519 lines
29 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<!--NewPage-->
|
|
<HTML>
|
|
<HEAD>
|
|
<!-- Generated by javadoc (build 1.6.0_24) on Wed Apr 06 09:00:13 CEST 2011 -->
|
|
<TITLE>
|
|
ListBasedStack
|
|
</TITLE>
|
|
|
|
<META NAME="date" CONTENT="2011-04-06">
|
|
|
|
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../stylesheet.css" TITLE="Style">
|
|
|
|
<SCRIPT type="text/javascript">
|
|
function windowTitle()
|
|
{
|
|
if (location.href.indexOf('is-external=true') == -1) {
|
|
parent.document.title="ListBasedStack";
|
|
}
|
|
}
|
|
</SCRIPT>
|
|
<NOSCRIPT>
|
|
</NOSCRIPT>
|
|
|
|
</HEAD>
|
|
|
|
<BODY BGCOLOR="white" onload="windowTitle();">
|
|
<HR>
|
|
|
|
|
|
<!-- ========= START OF TOP NAVBAR ======= -->
|
|
<A NAME="navbar_top"><!-- --></A>
|
|
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
|
|
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
|
|
<TR>
|
|
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
|
|
<A NAME="navbar_top_firstrow"><!-- --></A>
|
|
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
|
|
<TR ALIGN="center" VALIGN="top">
|
|
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
|
|
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
|
|
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
|
|
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ListBasedStack.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
|
|
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
|
|
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
|
|
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
|
|
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
|
|
</TR>
|
|
</TABLE>
|
|
</TD>
|
|
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
|
|
</EM>
|
|
</TD>
|
|
</TR>
|
|
|
|
<TR>
|
|
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
|
|
<A HREF="../../algoanim/primitives/ListBasedQueue.html" title="class in algoanim.primitives"><B>PREV CLASS</B></A>
|
|
<A HREF="../../algoanim/primitives/ListElement.html" title="class in algoanim.primitives"><B>NEXT CLASS</B></A></FONT></TD>
|
|
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
|
|
<A HREF="../../index.html?algoanim/primitives/ListBasedStack.html" target="_top"><B>FRAMES</B></A>
|
|
<A HREF="ListBasedStack.html" target="_top"><B>NO FRAMES</B></A>
|
|
<SCRIPT type="text/javascript">
|
|
<!--
|
|
if(window==top) {
|
|
document.writeln('<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>');
|
|
}
|
|
//-->
|
|
</SCRIPT>
|
|
<NOSCRIPT>
|
|
<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>
|
|
</NOSCRIPT>
|
|
|
|
|
|
</FONT></TD>
|
|
</TR>
|
|
<TR>
|
|
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
|
|
SUMMARY: NESTED | <A HREF="#fields_inherited_from_class_algoanim.primitives.Primitive">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
|
|
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
|
|
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
|
|
</TR>
|
|
</TABLE>
|
|
<A NAME="skip-navbar_top"></A>
|
|
<!-- ========= END OF TOP NAVBAR ========= -->
|
|
|
|
<HR>
|
|
<!-- ======== START OF CLASS DATA ======== -->
|
|
<H2>
|
|
<FONT SIZE="-1">
|
|
algoanim.primitives</FONT>
|
|
<BR>
|
|
Class ListBasedStack<T></H2>
|
|
<PRE>
|
|
java.lang.Object
|
|
<IMG SRC="../../resources/inherit.gif" ALT="extended by "><A HREF="../../algoanim/primitives/Primitive.html" title="class in algoanim.primitives">algoanim.primitives.Primitive</A>
|
|
<IMG SRC="../../resources/inherit.gif" ALT="extended by "><A HREF="../../algoanim/primitives/VisualStack.html" title="class in algoanim.primitives">algoanim.primitives.VisualStack</A><T>
|
|
<IMG SRC="../../resources/inherit.gif" ALT="extended by "><B>algoanim.primitives.ListBasedStack<T></B>
|
|
</PRE>
|
|
<HR>
|
|
<DL>
|
|
<DT><PRE>public class <B>ListBasedStack<T></B><DT>extends <A HREF="../../algoanim/primitives/VisualStack.html" title="class in algoanim.primitives">VisualStack</A><T></DL>
|
|
</PRE>
|
|
|
|
<P>
|
|
Represents a stack which has an usual LIFO-functionality and
|
|
will be visualized using a linked list.<br>
|
|
The stored objects are of the generic data type T, so it is generally possible
|
|
to use <code>ListBasedStack</code> with any objects.
|
|
<P>
|
|
|
|
<P>
|
|
<DL>
|
|
<DT><B>Author:</B></DT>
|
|
<DD>Dima Vronskyi</DD>
|
|
</DL>
|
|
<HR>
|
|
|
|
<P>
|
|
<!-- =========== FIELD SUMMARY =========== -->
|
|
|
|
<A NAME="field_summary"><!-- --></A>
|
|
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
|
|
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
|
|
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
|
|
<B>Field Summary</B></FONT></TH>
|
|
</TR>
|
|
</TABLE>
|
|
<A NAME="fields_inherited_from_class_algoanim.primitives.Primitive"><!-- --></A>
|
|
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
|
|
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
|
|
<TH ALIGN="left"><B>Fields inherited from class algoanim.primitives.<A HREF="../../algoanim/primitives/Primitive.html" title="class in algoanim.primitives">Primitive</A></B></TH>
|
|
</TR>
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD><CODE><A HREF="../../algoanim/primitives/Primitive.html#gen">gen</A></CODE></TD>
|
|
</TR>
|
|
</TABLE>
|
|
|
|
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
|
|
|
|
<A NAME="constructor_summary"><!-- --></A>
|
|
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
|
|
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
|
|
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
|
|
<B>Constructor Summary</B></FONT></TH>
|
|
</TR>
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD><CODE><B><A HREF="../../algoanim/primitives/ListBasedStack.html#ListBasedStack(algoanim.primitives.generators.ListBasedStackGenerator, algoanim.util.Node, java.util.List, java.lang.String, algoanim.util.DisplayOptions, algoanim.properties.StackProperties)">ListBasedStack</A></B>(<A HREF="../../algoanim/primitives/generators/ListBasedStackGenerator.html" title="interface in algoanim.primitives.generators">ListBasedStackGenerator</A><<A HREF="../../algoanim/primitives/ListBasedStack.html" title="type parameter in ListBasedStack">T</A>> lbsg,
|
|
<A HREF="../../algoanim/util/Node.html" title="class in algoanim.util">Node</A> upperLeftCorner,
|
|
java.util.List<<A HREF="../../algoanim/primitives/ListBasedStack.html" title="type parameter in ListBasedStack">T</A>> content,
|
|
java.lang.String name,
|
|
<A HREF="../../algoanim/util/DisplayOptions.html" title="class in algoanim.util">DisplayOptions</A> display,
|
|
<A HREF="../../algoanim/properties/StackProperties.html" title="class in algoanim.properties">StackProperties</A> sp)</CODE>
|
|
|
|
<BR>
|
|
Instantiates the <code>ListBasedStack</code> and calls the create() method
|
|
of the associated <code>ListBasedStackGenerator</code>.</TD>
|
|
</TR>
|
|
</TABLE>
|
|
|
|
<!-- ========== METHOD SUMMARY =========== -->
|
|
|
|
<A NAME="method_summary"><!-- --></A>
|
|
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
|
|
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
|
|
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
|
|
<B>Method Summary</B></FONT></TH>
|
|
</TR>
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
<CODE> void</CODE></FONT></TD>
|
|
<TD><CODE><B><A HREF="../../algoanim/primitives/ListBasedStack.html#highlightTopCell(algoanim.util.Timing, algoanim.util.Timing)">highlightTopCell</A></B>(<A HREF="../../algoanim/util/Timing.html" title="class in algoanim.util">Timing</A> delay,
|
|
<A HREF="../../algoanim/util/Timing.html" title="class in algoanim.util">Timing</A> duration)</CODE>
|
|
|
|
<BR>
|
|
Highlights the cell which contains the top element of the stack.</TD>
|
|
</TR>
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
<CODE> void</CODE></FONT></TD>
|
|
<TD><CODE><B><A HREF="../../algoanim/primitives/ListBasedStack.html#highlightTopElem(algoanim.util.Timing, algoanim.util.Timing)">highlightTopElem</A></B>(<A HREF="../../algoanim/util/Timing.html" title="class in algoanim.util">Timing</A> delay,
|
|
<A HREF="../../algoanim/util/Timing.html" title="class in algoanim.util">Timing</A> duration)</CODE>
|
|
|
|
<BR>
|
|
Highlights the top element of the stack.</TD>
|
|
</TR>
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
<CODE> boolean</CODE></FONT></TD>
|
|
<TD><CODE><B><A HREF="../../algoanim/primitives/ListBasedStack.html#isEmpty(algoanim.util.Timing, algoanim.util.Timing)">isEmpty</A></B>(<A HREF="../../algoanim/util/Timing.html" title="class in algoanim.util">Timing</A> delay,
|
|
<A HREF="../../algoanim/util/Timing.html" title="class in algoanim.util">Timing</A> duration)</CODE>
|
|
|
|
<BR>
|
|
Tests if the stack is empty.<br>
|
|
This is the delayed version as specified by <code>delay</code>.</TD>
|
|
</TR>
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
<CODE> <A HREF="../../algoanim/primitives/ListBasedStack.html" title="type parameter in ListBasedStack">T</A></CODE></FONT></TD>
|
|
<TD><CODE><B><A HREF="../../algoanim/primitives/ListBasedStack.html#pop(algoanim.util.Timing, algoanim.util.Timing)">pop</A></B>(<A HREF="../../algoanim/util/Timing.html" title="class in algoanim.util">Timing</A> delay,
|
|
<A HREF="../../algoanim/util/Timing.html" title="class in algoanim.util">Timing</A> duration)</CODE>
|
|
|
|
<BR>
|
|
Removes and returns the element at the top of the stack.<br>
|
|
This is the delayed version as specified by <code>delay</code>.</TD>
|
|
</TR>
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
<CODE> void</CODE></FONT></TD>
|
|
<TD><CODE><B><A HREF="../../algoanim/primitives/ListBasedStack.html#push(T, algoanim.util.Timing, algoanim.util.Timing)">push</A></B>(<A HREF="../../algoanim/primitives/ListBasedStack.html" title="type parameter in ListBasedStack">T</A> elem,
|
|
<A HREF="../../algoanim/util/Timing.html" title="class in algoanim.util">Timing</A> delay,
|
|
<A HREF="../../algoanim/util/Timing.html" title="class in algoanim.util">Timing</A> duration)</CODE>
|
|
|
|
<BR>
|
|
Pushes the element <code>elem</code> onto the top of the stack.</TD>
|
|
</TR>
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
<CODE> <A HREF="../../algoanim/primitives/ListBasedStack.html" title="type parameter in ListBasedStack">T</A></CODE></FONT></TD>
|
|
<TD><CODE><B><A HREF="../../algoanim/primitives/ListBasedStack.html#top(algoanim.util.Timing, algoanim.util.Timing)">top</A></B>(<A HREF="../../algoanim/util/Timing.html" title="class in algoanim.util">Timing</A> delay,
|
|
<A HREF="../../algoanim/util/Timing.html" title="class in algoanim.util">Timing</A> duration)</CODE>
|
|
|
|
<BR>
|
|
Retrieves (without removing) the element at the top of the stack.<br>
|
|
This is the delayed version as specified by <code>delay</code>.</TD>
|
|
</TR>
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
<CODE> void</CODE></FONT></TD>
|
|
<TD><CODE><B><A HREF="../../algoanim/primitives/ListBasedStack.html#unhighlightTopCell(algoanim.util.Timing, algoanim.util.Timing)">unhighlightTopCell</A></B>(<A HREF="../../algoanim/util/Timing.html" title="class in algoanim.util">Timing</A> delay,
|
|
<A HREF="../../algoanim/util/Timing.html" title="class in algoanim.util">Timing</A> duration)</CODE>
|
|
|
|
<BR>
|
|
Unhighlights the cell which contains the top element of the stack.</TD>
|
|
</TR>
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
<CODE> void</CODE></FONT></TD>
|
|
<TD><CODE><B><A HREF="../../algoanim/primitives/ListBasedStack.html#unhighlightTopElem(algoanim.util.Timing, algoanim.util.Timing)">unhighlightTopElem</A></B>(<A HREF="../../algoanim/util/Timing.html" title="class in algoanim.util">Timing</A> delay,
|
|
<A HREF="../../algoanim/util/Timing.html" title="class in algoanim.util">Timing</A> duration)</CODE>
|
|
|
|
<BR>
|
|
Unhighlights the top element of the stack.</TD>
|
|
</TR>
|
|
</TABLE>
|
|
<A NAME="methods_inherited_from_class_algoanim.primitives.VisualStack"><!-- --></A>
|
|
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
|
|
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
|
|
<TH ALIGN="left"><B>Methods inherited from class algoanim.primitives.<A HREF="../../algoanim/primitives/VisualStack.html" title="class in algoanim.primitives">VisualStack</A></B></TH>
|
|
</TR>
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD><CODE><A HREF="../../algoanim/primitives/VisualStack.html#getInitContent()">getInitContent</A>, <A HREF="../../algoanim/primitives/VisualStack.html#getProperties()">getProperties</A>, <A HREF="../../algoanim/primitives/VisualStack.html#getStack()">getStack</A>, <A HREF="../../algoanim/primitives/VisualStack.html#getUpperLeft()">getUpperLeft</A>, <A HREF="../../algoanim/primitives/VisualStack.html#isEmpty()">isEmpty</A>, <A HREF="../../algoanim/primitives/VisualStack.html#pop()">pop</A>, <A HREF="../../algoanim/primitives/VisualStack.html#push(T)">push</A>, <A HREF="../../algoanim/primitives/VisualStack.html#setName(java.lang.String)">setName</A>, <A HREF="../../algoanim/primitives/VisualStack.html#top()">top</A></CODE></TD>
|
|
</TR>
|
|
</TABLE>
|
|
<A NAME="methods_inherited_from_class_algoanim.primitives.Primitive"><!-- --></A>
|
|
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
|
|
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
|
|
<TH ALIGN="left"><B>Methods inherited from class algoanim.primitives.<A HREF="../../algoanim/primitives/Primitive.html" title="class in algoanim.primitives">Primitive</A></B></TH>
|
|
</TR>
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD><CODE><A HREF="../../algoanim/primitives/Primitive.html#changeColor(java.lang.String, java.awt.Color, algoanim.util.Timing, algoanim.util.Timing)">changeColor</A>, <A HREF="../../algoanim/primitives/Primitive.html#exchange(algoanim.primitives.Primitive)">exchange</A>, <A HREF="../../algoanim/primitives/Primitive.html#getDisplayOptions()">getDisplayOptions</A>, <A HREF="../../algoanim/primitives/Primitive.html#getName()">getName</A>, <A HREF="../../algoanim/primitives/Primitive.html#hide()">hide</A>, <A HREF="../../algoanim/primitives/Primitive.html#hide(algoanim.util.Timing)">hide</A>, <A HREF="../../algoanim/primitives/Primitive.html#moveBy(java.lang.String, int, int, algoanim.util.Timing, algoanim.util.Timing)">moveBy</A>, <A HREF="../../algoanim/primitives/Primitive.html#moveTo(java.lang.String, java.lang.String, algoanim.util.Node, algoanim.util.Timing, algoanim.util.Timing)">moveTo</A>, <A HREF="../../algoanim/primitives/Primitive.html#moveVia(java.lang.String, java.lang.String, algoanim.primitives.Primitive, algoanim.util.Timing, algoanim.util.Timing)">moveVia</A>, <A HREF="../../algoanim/primitives/Primitive.html#rotate(algoanim.util.Node, int, algoanim.util.Timing, algoanim.util.Timing)">rotate</A>, <A HREF="../../algoanim/primitives/Primitive.html#rotate(algoanim.primitives.Primitive, int, algoanim.util.Timing, algoanim.util.Timing)">rotate</A>, <A HREF="../../algoanim/primitives/Primitive.html#show()">show</A>, <A HREF="../../algoanim/primitives/Primitive.html#show(algoanim.util.Timing)">show</A></CODE></TD>
|
|
</TR>
|
|
</TABLE>
|
|
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
|
|
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
|
|
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
|
|
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
|
|
</TR>
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
|
|
</TR>
|
|
</TABLE>
|
|
|
|
<P>
|
|
|
|
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
|
|
|
<A NAME="constructor_detail"><!-- --></A>
|
|
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
|
|
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
|
|
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
|
|
<B>Constructor Detail</B></FONT></TH>
|
|
</TR>
|
|
</TABLE>
|
|
|
|
<A NAME="ListBasedStack(algoanim.primitives.generators.ListBasedStackGenerator, algoanim.util.Node, java.util.List, java.lang.String, algoanim.util.DisplayOptions, algoanim.properties.StackProperties)"><!-- --></A><H3>
|
|
ListBasedStack</H3>
|
|
<PRE>
|
|
public <B>ListBasedStack</B>(<A HREF="../../algoanim/primitives/generators/ListBasedStackGenerator.html" title="interface in algoanim.primitives.generators">ListBasedStackGenerator</A><<A HREF="../../algoanim/primitives/ListBasedStack.html" title="type parameter in ListBasedStack">T</A>> lbsg,
|
|
<A HREF="../../algoanim/util/Node.html" title="class in algoanim.util">Node</A> upperLeftCorner,
|
|
java.util.List<<A HREF="../../algoanim/primitives/ListBasedStack.html" title="type parameter in ListBasedStack">T</A>> content,
|
|
java.lang.String name,
|
|
<A HREF="../../algoanim/util/DisplayOptions.html" title="class in algoanim.util">DisplayOptions</A> display,
|
|
<A HREF="../../algoanim/properties/StackProperties.html" title="class in algoanim.properties">StackProperties</A> sp)</PRE>
|
|
<DL>
|
|
<DD>Instantiates the <code>ListBasedStack</code> and calls the create() method
|
|
of the associated <code>ListBasedStackGenerator</code>.
|
|
<P>
|
|
<DL>
|
|
<DT><B>Parameters:</B><DD><CODE>lbsg</CODE> - the appropriate code <code>Generator</code>.<DD><CODE>upperLeftCorner</CODE> - the upper left corner of this <code>ListBasedStack</code>.<DD><CODE>content</CODE> - the initial content of the <code>ListBasedStack</code>, consisting
|
|
of the elements of the generic type T.<DD><CODE>name</CODE> - the name of this <code>ListBasedStack</code>.<DD><CODE>display</CODE> - [optional] the <code>DisplayOptions</code> of this <code>ListBasedStack</code>.<DD><CODE>sp</CODE> - [optional] the properties of this <code>ListBasedStack</code>.</DL>
|
|
</DL>
|
|
|
|
<!-- ============ METHOD DETAIL ========== -->
|
|
|
|
<A NAME="method_detail"><!-- --></A>
|
|
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
|
|
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
|
|
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
|
|
<B>Method Detail</B></FONT></TH>
|
|
</TR>
|
|
</TABLE>
|
|
|
|
<A NAME="push(java.lang.Object,algoanim.util.Timing,algoanim.util.Timing)"><!-- --></A><A NAME="push(T, algoanim.util.Timing, algoanim.util.Timing)"><!-- --></A><H3>
|
|
push</H3>
|
|
<PRE>
|
|
public void <B>push</B>(<A HREF="../../algoanim/primitives/ListBasedStack.html" title="type parameter in ListBasedStack">T</A> elem,
|
|
<A HREF="../../algoanim/util/Timing.html" title="class in algoanim.util">Timing</A> delay,
|
|
<A HREF="../../algoanim/util/Timing.html" title="class in algoanim.util">Timing</A> duration)</PRE>
|
|
<DL>
|
|
<DD>Pushes the element <code>elem</code> onto the top of the stack. Unlike the
|
|
<code>push</code>-method of <code>java.util.Stack</code> it doesn't return
|
|
the element to be pushed.<br>
|
|
This is the delayed version as specified by <code>delay</code>.
|
|
The <code>duration</code> of this operation may also be specified.
|
|
<P>
|
|
<DD><DL>
|
|
<DT><B>Parameters:</B><DD><CODE>elem</CODE> - the element to be pushed onto the stack.<DD><CODE>delay</CODE> - [optional] the delay which shall be applied to the operation.<DD><CODE>duration</CODE> - [optional] the duration this action needs.</DL>
|
|
</DD>
|
|
</DL>
|
|
<HR>
|
|
|
|
<A NAME="pop(algoanim.util.Timing, algoanim.util.Timing)"><!-- --></A><H3>
|
|
pop</H3>
|
|
<PRE>
|
|
public <A HREF="../../algoanim/primitives/ListBasedStack.html" title="type parameter in ListBasedStack">T</A> <B>pop</B>(<A HREF="../../algoanim/util/Timing.html" title="class in algoanim.util">Timing</A> delay,
|
|
<A HREF="../../algoanim/util/Timing.html" title="class in algoanim.util">Timing</A> duration)</PRE>
|
|
<DL>
|
|
<DD>Removes and returns the element at the top of the stack.<br>
|
|
This is the delayed version as specified by <code>delay</code>.
|
|
The <code>duration</code> of this operation may also be specified.
|
|
<P>
|
|
<DD><DL>
|
|
<DT><B>Parameters:</B><DD><CODE>delay</CODE> - [optional] the delay which shall be applied to the operation.<DD><CODE>duration</CODE> - [optional] the duration this action needs.
|
|
<DT><B>Returns:</B><DD>The element at the top of the stack.
|
|
<DT><B>Throws:</B>
|
|
<DD><CODE>java.util.EmptyStackException</CODE> - - if the stack is empty.</DL>
|
|
</DD>
|
|
</DL>
|
|
<HR>
|
|
|
|
<A NAME="top(algoanim.util.Timing, algoanim.util.Timing)"><!-- --></A><H3>
|
|
top</H3>
|
|
<PRE>
|
|
public <A HREF="../../algoanim/primitives/ListBasedStack.html" title="type parameter in ListBasedStack">T</A> <B>top</B>(<A HREF="../../algoanim/util/Timing.html" title="class in algoanim.util">Timing</A> delay,
|
|
<A HREF="../../algoanim/util/Timing.html" title="class in algoanim.util">Timing</A> duration)</PRE>
|
|
<DL>
|
|
<DD>Retrieves (without removing) the element at the top of the stack.<br>
|
|
This is the delayed version as specified by <code>delay</code>.
|
|
The <code>duration</code> of this operation may also be specified.
|
|
<P>
|
|
<DD><DL>
|
|
<DT><B>Parameters:</B><DD><CODE>delay</CODE> - [optional] the delay which shall be applied to the operation.<DD><CODE>duration</CODE> - [optional] the duration this action needs.
|
|
<DT><B>Returns:</B><DD>The element at the top of the stack.
|
|
<DT><B>Throws:</B>
|
|
<DD><CODE>java.util.EmptyStackException</CODE> - - if the stack is empty.</DL>
|
|
</DD>
|
|
</DL>
|
|
<HR>
|
|
|
|
<A NAME="isEmpty(algoanim.util.Timing, algoanim.util.Timing)"><!-- --></A><H3>
|
|
isEmpty</H3>
|
|
<PRE>
|
|
public boolean <B>isEmpty</B>(<A HREF="../../algoanim/util/Timing.html" title="class in algoanim.util">Timing</A> delay,
|
|
<A HREF="../../algoanim/util/Timing.html" title="class in algoanim.util">Timing</A> duration)</PRE>
|
|
<DL>
|
|
<DD>Tests if the stack is empty.<br>
|
|
This is the delayed version as specified by <code>delay</code>.
|
|
The <code>duration</code> of this operation may also be specified.
|
|
<P>
|
|
<DD><DL>
|
|
<DT><B>Parameters:</B><DD><CODE>delay</CODE> - [optional] the delay which shall be applied to the operation.<DD><CODE>duration</CODE> - [optional] the duration this action needs.
|
|
<DT><B>Returns:</B><DD><code>true</code> if and only if the stack contains no elements;
|
|
<code>false</code> otherwise.</DL>
|
|
</DD>
|
|
</DL>
|
|
<HR>
|
|
|
|
<A NAME="highlightTopElem(algoanim.util.Timing, algoanim.util.Timing)"><!-- --></A><H3>
|
|
highlightTopElem</H3>
|
|
<PRE>
|
|
public void <B>highlightTopElem</B>(<A HREF="../../algoanim/util/Timing.html" title="class in algoanim.util">Timing</A> delay,
|
|
<A HREF="../../algoanim/util/Timing.html" title="class in algoanim.util">Timing</A> duration)</PRE>
|
|
<DL>
|
|
<DD>Highlights the top element of the stack.
|
|
|
|
This is the delayed version as specified by <code>delay</code>.
|
|
The <code>duration</code> of this operation may also be specified.
|
|
<P>
|
|
<DD><DL>
|
|
<DT><B>Parameters:</B><DD><CODE>delay</CODE> - [optional] the delay which shall be applied to the operation.<DD><CODE>duration</CODE> - [optional] the duration this action needs.</DL>
|
|
</DD>
|
|
</DL>
|
|
<HR>
|
|
|
|
<A NAME="unhighlightTopElem(algoanim.util.Timing, algoanim.util.Timing)"><!-- --></A><H3>
|
|
unhighlightTopElem</H3>
|
|
<PRE>
|
|
public void <B>unhighlightTopElem</B>(<A HREF="../../algoanim/util/Timing.html" title="class in algoanim.util">Timing</A> delay,
|
|
<A HREF="../../algoanim/util/Timing.html" title="class in algoanim.util">Timing</A> duration)</PRE>
|
|
<DL>
|
|
<DD>Unhighlights the top element of the stack.
|
|
|
|
This is the delayed version as specified by <code>delay</code>.
|
|
The <code>duration</code> of this operation may also be specified.
|
|
<P>
|
|
<DD><DL>
|
|
<DT><B>Parameters:</B><DD><CODE>delay</CODE> - [optional] the delay which shall be applied to the operation.<DD><CODE>duration</CODE> - [optional] the duration this action needs.</DL>
|
|
</DD>
|
|
</DL>
|
|
<HR>
|
|
|
|
<A NAME="highlightTopCell(algoanim.util.Timing, algoanim.util.Timing)"><!-- --></A><H3>
|
|
highlightTopCell</H3>
|
|
<PRE>
|
|
public void <B>highlightTopCell</B>(<A HREF="../../algoanim/util/Timing.html" title="class in algoanim.util">Timing</A> delay,
|
|
<A HREF="../../algoanim/util/Timing.html" title="class in algoanim.util">Timing</A> duration)</PRE>
|
|
<DL>
|
|
<DD>Highlights the cell which contains the top element of the stack.
|
|
|
|
This is the delayed version as specified by <code>delay</code>.
|
|
The <code>duration</code> of this operation may also be specified.
|
|
<P>
|
|
<DD><DL>
|
|
<DT><B>Parameters:</B><DD><CODE>delay</CODE> - [optional] the delay which shall be applied to the operation.<DD><CODE>duration</CODE> - [optional] the duration this action needs.</DL>
|
|
</DD>
|
|
</DL>
|
|
<HR>
|
|
|
|
<A NAME="unhighlightTopCell(algoanim.util.Timing, algoanim.util.Timing)"><!-- --></A><H3>
|
|
unhighlightTopCell</H3>
|
|
<PRE>
|
|
public void <B>unhighlightTopCell</B>(<A HREF="../../algoanim/util/Timing.html" title="class in algoanim.util">Timing</A> delay,
|
|
<A HREF="../../algoanim/util/Timing.html" title="class in algoanim.util">Timing</A> duration)</PRE>
|
|
<DL>
|
|
<DD>Unhighlights the cell which contains the top element of the stack.
|
|
|
|
This is the delayed version as specified by <code>delay</code>.
|
|
The <code>duration</code> of this operation may also be specified.
|
|
<P>
|
|
<DD><DL>
|
|
<DT><B>Parameters:</B><DD><CODE>delay</CODE> - [optional] the delay which shall be applied to the operation.<DD><CODE>duration</CODE> - [optional] the duration this action needs.</DL>
|
|
</DD>
|
|
</DL>
|
|
<!-- ========= END OF CLASS DATA ========= -->
|
|
<HR>
|
|
|
|
|
|
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
|
<A NAME="navbar_bottom"><!-- --></A>
|
|
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
|
|
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
|
|
<TR>
|
|
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
|
|
<A NAME="navbar_bottom_firstrow"><!-- --></A>
|
|
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
|
|
<TR ALIGN="center" VALIGN="top">
|
|
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
|
|
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
|
|
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
|
|
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ListBasedStack.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
|
|
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
|
|
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
|
|
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
|
|
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
|
|
</TR>
|
|
</TABLE>
|
|
</TD>
|
|
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
|
|
</EM>
|
|
</TD>
|
|
</TR>
|
|
|
|
<TR>
|
|
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
|
|
<A HREF="../../algoanim/primitives/ListBasedQueue.html" title="class in algoanim.primitives"><B>PREV CLASS</B></A>
|
|
<A HREF="../../algoanim/primitives/ListElement.html" title="class in algoanim.primitives"><B>NEXT CLASS</B></A></FONT></TD>
|
|
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
|
|
<A HREF="../../index.html?algoanim/primitives/ListBasedStack.html" target="_top"><B>FRAMES</B></A>
|
|
<A HREF="ListBasedStack.html" target="_top"><B>NO FRAMES</B></A>
|
|
<SCRIPT type="text/javascript">
|
|
<!--
|
|
if(window==top) {
|
|
document.writeln('<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>');
|
|
}
|
|
//-->
|
|
</SCRIPT>
|
|
<NOSCRIPT>
|
|
<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>
|
|
</NOSCRIPT>
|
|
|
|
|
|
</FONT></TD>
|
|
</TR>
|
|
<TR>
|
|
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
|
|
SUMMARY: NESTED | <A HREF="#fields_inherited_from_class_algoanim.primitives.Primitive">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
|
|
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
|
|
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
|
|
</TR>
|
|
</TABLE>
|
|
<A NAME="skip-navbar_bottom"></A>
|
|
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
|
|
|
<HR>
|
|
|
|
</BODY>
|
|
</HTML>
|