Simple single-color 8x8x8 LED Cube with AVRs
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

package-summary.html 6.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <!--NewPage-->
  3. <HTML>
  4. <HEAD>
  5. <!-- Generated by javadoc (build 1.6.0_29) on Mon Dec 05 21:22:40 CET 2011 -->
  6. <TITLE>
  7. </TITLE>
  8. <META NAME="date" CONTENT="2011-12-05">
  9. <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
  10. </HEAD>
  11. <BODY BGCOLOR="white">
  12. <HR>
  13. <!-- ========= START OF TOP NAVBAR ======= -->
  14. <A NAME="navbar_top"><!-- --></A>
  15. <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
  16. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  17. <TR>
  18. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  19. <A NAME="navbar_top_firstrow"><!-- --></A>
  20. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  21. <TR ALIGN="center" VALIGN="top">
  22. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  23. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  24. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  25. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  26. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  27. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  28. </TR>
  29. </TABLE>
  30. </TD>
  31. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  32. </EM>
  33. </TD>
  34. </TR>
  35. <TR>
  36. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  37. &nbsp;PREV PACKAGE&nbsp;
  38. &nbsp;NEXT PACKAGE</FONT></TD>
  39. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  40. <A HREF="index.html?package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp;
  41. &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  42. &nbsp;<SCRIPT type="text/javascript">
  43. <!--
  44. if(window==top) {
  45. document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
  46. }
  47. //-->
  48. </SCRIPT>
  49. <NOSCRIPT>
  50. <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
  51. </NOSCRIPT>
  52. </FONT></TD>
  53. </TR>
  54. </TABLE>
  55. <A NAME="skip-navbar_top"></A>
  56. <!-- ========= END OF TOP NAVBAR ========= -->
  57. <HR>
  58. <H2>
  59. Package &lt;Unnamed&gt;
  60. </H2>
  61. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  62. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  63. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  64. <B>Class Summary</B></FONT></TH>
  65. </TR>
  66. <TR BGCOLOR="white" CLASS="TableRowColor">
  67. <TD WIDTH="15%"><B><A HREF="AFrame.html" title="class in &lt;Unnamed&gt;">AFrame</A></B></TD>
  68. <TD>The representation of a single frame.</TD>
  69. </TR>
  70. <TR BGCOLOR="white" CLASS="TableRowColor">
  71. <TD WIDTH="15%"><B><A HREF="Animation.html" title="class in &lt;Unnamed&gt;">Animation</A></B></TD>
  72. <TD>A collection of frames that represent an entire animation.</TD>
  73. </TR>
  74. <TR BGCOLOR="white" CLASS="TableRowColor">
  75. <TD WIDTH="15%"><B><A HREF="AnimationUtility.html" title="class in &lt;Unnamed&gt;">AnimationUtility</A></B></TD>
  76. <TD>A helper class that loads animations from a file or saves them to one.</TD>
  77. </TR>
  78. <TR BGCOLOR="white" CLASS="TableRowColor">
  79. <TD WIDTH="15%"><B><A HREF="cubeWorker.html" title="class in &lt;Unnamed&gt;">cubeWorker</A></B></TD>
  80. <TD>This class holds all Data of the Application.</TD>
  81. </TR>
  82. <TR BGCOLOR="white" CLASS="TableRowColor">
  83. <TD WIDTH="15%"><B><A HREF="Frame.html" title="class in &lt;Unnamed&gt;">Frame</A></B></TD>
  84. <TD>&nbsp;</TD>
  85. </TR>
  86. <TR BGCOLOR="white" CLASS="TableRowColor">
  87. <TD WIDTH="15%"><B><A HREF="HelperUtility.html" title="class in &lt;Unnamed&gt;">HelperUtility</A></B></TD>
  88. <TD>This helper class extracts the serialHelper from the JAR file, makes it executable and executes it with the given Command line arguments.</TD>
  89. </TR>
  90. <TR BGCOLOR="white" CLASS="TableRowColor">
  91. <TD WIDTH="15%"><B><A HREF="layerEditFrame.html" title="class in &lt;Unnamed&gt;">layerEditFrame</A></B></TD>
  92. <TD>Shows a windows that allows the user to toggle the state of 64 LEDs.</TD>
  93. </TR>
  94. <TR BGCOLOR="white" CLASS="TableRowColor">
  95. <TD WIDTH="15%"><B><A HREF="Led3D.html" title="class in &lt;Unnamed&gt;">Led3D</A></B></TD>
  96. <TD>This class is responsible for displaying the 3D View of our Cube.</TD>
  97. </TR>
  98. </TABLE>
  99. &nbsp;
  100. <P>
  101. <DL>
  102. </DL>
  103. <HR>
  104. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  105. <A NAME="navbar_bottom"><!-- --></A>
  106. <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
  107. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  108. <TR>
  109. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  110. <A NAME="navbar_bottom_firstrow"><!-- --></A>
  111. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  112. <TR ALIGN="center" VALIGN="top">
  113. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  114. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  115. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  116. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  117. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  118. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  119. </TR>
  120. </TABLE>
  121. </TD>
  122. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  123. </EM>
  124. </TD>
  125. </TR>
  126. <TR>
  127. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  128. &nbsp;PREV PACKAGE&nbsp;
  129. &nbsp;NEXT PACKAGE</FONT></TD>
  130. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  131. <A HREF="index.html?package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp;
  132. &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  133. &nbsp;<SCRIPT type="text/javascript">
  134. <!--
  135. if(window==top) {
  136. document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
  137. }
  138. //-->
  139. </SCRIPT>
  140. <NOSCRIPT>
  141. <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
  142. </NOSCRIPT>
  143. </FONT></TD>
  144. </TR>
  145. </TABLE>
  146. <A NAME="skip-navbar_bottom"></A>
  147. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  148. <HR>
  149. </BODY>
  150. </HTML>