2012-04-19 15:10:06 +02:00

344 lines
17 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:20 CEST 2011 -->
<TITLE>
algoanim.primitives
</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="algoanim.primitives";
}
}
</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>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../algoanim/interactionsupport/generators/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
&nbsp;<A HREF="../../algoanim/primitives/generators/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../index.html?algoanim/primitives/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<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>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<H2>
Package algoanim.primitives
</H2>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Interface Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../algoanim/primitives/AdvancedTextGeneratorInterface.html" title="interface in algoanim.primitives">AdvancedTextGeneratorInterface</A></B></TD>
<TD>&nbsp;</TD>
</TR>
</TABLE>
&nbsp;
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../algoanim/primitives/AdvancedTextSupport.html" title="class in algoanim.primitives">AdvancedTextSupport</A></B></TD>
<TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../algoanim/primitives/Arc.html" title="class in algoanim.primitives">Arc</A></B></TD>
<TD>Represents an arc defined by a center, a radius and an angle.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../algoanim/primitives/ArrayBasedQueue.html" title="class in algoanim.primitives">ArrayBasedQueue&lt;T&gt;</A></B></TD>
<TD>Represents a queue which has an usual FIFO-functionality and
will be visualized as an array.<br>
The stored objects are of the generic data type T, so it is generally possible
to use <code>ArrayBasedQueue</code> with any objects.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../algoanim/primitives/ArrayBasedStack.html" title="class in algoanim.primitives">ArrayBasedStack&lt;T&gt;</A></B></TD>
<TD>Represents a stack which has an usual LIFO-functionality and
will be visualized using an array.<br>
The stored objects are of the generic data type T, so it is generally possible
to use <code>ArrayBasedStack</code> with any objects.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../algoanim/primitives/ArrayMarker.html" title="class in algoanim.primitives">ArrayMarker</A></B></TD>
<TD>Represents a marker which points to a certain
<code>array</code> index.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../algoanim/primitives/ArrayPrimitive.html" title="class in algoanim.primitives">ArrayPrimitive</A></B></TD>
<TD>Base class for all concrete arrays.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../algoanim/primitives/Circle.html" title="class in algoanim.primitives">Circle</A></B></TD>
<TD>Represents a circle defined by a center and a radius.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../algoanim/primitives/CircleSeg.html" title="class in algoanim.primitives">CircleSeg</A></B></TD>
<TD>Represents the segment of a circle.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../algoanim/primitives/ConceptualQueue.html" title="class in algoanim.primitives">ConceptualQueue&lt;T&gt;</A></B></TD>
<TD>Represents a queue which has an usual FIFO-functionality and
will be visualized as a conceptual queue.<br>
The stored objects are of the generic data type T, so it is generally possible
to use <code>ConceptualQueue</code> with any objects.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../algoanim/primitives/ConceptualStack.html" title="class in algoanim.primitives">ConceptualStack&lt;T&gt;</A></B></TD>
<TD>Represents a stack which has an usual LIFO-functionality and
will be visualized as a conceptual stack.<br>
The stored objects are of the generic data type T, so it is generally possible
to use <code>ConceptualStack</code> with any objects.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../algoanim/primitives/DoubleArray.html" title="class in algoanim.primitives">DoubleArray</A></B></TD>
<TD><code>IntArray</code> manages an internal array.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../algoanim/primitives/DoubleMatrix.html" title="class in algoanim.primitives">DoubleMatrix</A></B></TD>
<TD><code>DoubleMatrix</code> manages an internal matrix.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../algoanim/primitives/Ellipse.html" title="class in algoanim.primitives">Ellipse</A></B></TD>
<TD>Represents an ellipse defined by a center and a radius.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../algoanim/primitives/EllipseSeg.html" title="class in algoanim.primitives">EllipseSeg</A></B></TD>
<TD>Represents the segment of a ellipse.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../algoanim/primitives/Graph.html" title="class in algoanim.primitives">Graph</A></B></TD>
<TD>Represents a graph</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../algoanim/primitives/Group.html" title="class in algoanim.primitives">Group</A></B></TD>
<TD>Extends the API with the opportunity to group <code>Primitive</code>s
to be able to call methods on the whole group.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../algoanim/primitives/IntArray.html" title="class in algoanim.primitives">IntArray</A></B></TD>
<TD><code>IntArray</code> manages an internal array.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../algoanim/primitives/IntMatrix.html" title="class in algoanim.primitives">IntMatrix</A></B></TD>
<TD><code>IntMatrix</code> manages an internal matrix.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../algoanim/primitives/ListBasedQueue.html" title="class in algoanim.primitives">ListBasedQueue&lt;T&gt;</A></B></TD>
<TD>Represents a queue which has an usual FIFO-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>ListBasedQueue</code> with any objects.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../algoanim/primitives/ListBasedStack.html" title="class in algoanim.primitives">ListBasedStack&lt;T&gt;</A></B></TD>
<TD>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.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../algoanim/primitives/ListElement.html" title="class in algoanim.primitives">ListElement</A></B></TD>
<TD>Represents an element of a list, for example a <code>LinkedList</code>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../algoanim/primitives/MatrixPrimitive.html" title="class in algoanim.primitives">MatrixPrimitive</A></B></TD>
<TD>Base class for all concrete arrays.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../algoanim/primitives/Point.html" title="class in algoanim.primitives">Point</A></B></TD>
<TD>Represents a simple point on the animation screen.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../algoanim/primitives/Polygon.html" title="class in algoanim.primitives">Polygon</A></B></TD>
<TD>Represents a polygon defined by an arbitrary number of <code>Node</code>s.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../algoanim/primitives/Polyline.html" title="class in algoanim.primitives">Polyline</A></B></TD>
<TD>Represents a Polyline which consists of an arbitrary number of
<code>Node</code>s.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../algoanim/primitives/Primitive.html" title="class in algoanim.primitives">Primitive</A></B></TD>
<TD>A <code>Primitive</code> is an object which can be worked with in any
animation script language.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../algoanim/primitives/Rect.html" title="class in algoanim.primitives">Rect</A></B></TD>
<TD>Represents a simple rectangle defined by its upper left and its lower right
corners.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../algoanim/primitives/SourceCode.html" title="class in algoanim.primitives">SourceCode</A></B></TD>
<TD>Represents a source code element defined by its upper left corner and source
code lines, which can be added.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../algoanim/primitives/Square.html" title="class in algoanim.primitives">Square</A></B></TD>
<TD>Represents a square defined by an upper left corner and its width.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../algoanim/primitives/StringArray.html" title="class in algoanim.primitives">StringArray</A></B></TD>
<TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../algoanim/primitives/StringMatrix.html" title="class in algoanim.primitives">StringMatrix</A></B></TD>
<TD><code>StringMatrix</code> manages an internal matrix.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../algoanim/primitives/Text.html" title="class in algoanim.primitives">Text</A></B></TD>
<TD>Represents a text specified by an upper left position and a content.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../algoanim/primitives/Triangle.html" title="class in algoanim.primitives">Triangle</A></B></TD>
<TD>Represents a triangle defined by three <code>Node</code>s.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../algoanim/primitives/Variables.html" title="class in algoanim.primitives">Variables</A></B></TD>
<TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../algoanim/primitives/VisualQueue.html" title="class in algoanim.primitives">VisualQueue&lt;T&gt;</A></B></TD>
<TD>Base abstract class for all the (FIFO-)queues in <code>animalscriptapi.primitives</code>.<br>
<code>VisualQueue</code> represents the common visual features of all the subclasses
and manges the actual data using an internal <code>java.util.LinkedList</code>.<br>
The stored objects are of the generic data type T, so it is generally possible
to use <code>VisualQueue</code> with any objects.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../algoanim/primitives/VisualStack.html" title="class in algoanim.primitives">VisualStack&lt;T&gt;</A></B></TD>
<TD>Base abstract class for all the (LIFO-)stacks in <code>animalscriptapi.primitives</code>.<br>
<code>VisualStack</code> represents the common visual features of all the subclasses
and manges the actual data using an internal <code>java.util.Stack</code>.<br>
The stored objects are of the generic data type T, so it is generally possible
to use <code>VisualStack</code> with any objects.</TD>
</TR>
</TABLE>
&nbsp;
<P>
<DL>
</DL>
<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>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../algoanim/interactionsupport/generators/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
&nbsp;<A HREF="../../algoanim/primitives/generators/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../index.html?algoanim/primitives/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<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>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>