Simple single-color 8x8x8 LED Cube with AVRs
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

layerEditFrame.html 25KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506
  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 Sun Dec 04 21:35:12 CET 2011 -->
  6. <TITLE>
  7. layerEditFrame
  8. </TITLE>
  9. <META NAME="date" CONTENT="2011-12-04">
  10. <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
  11. <SCRIPT type="text/javascript">
  12. function windowTitle()
  13. {
  14. if (location.href.indexOf('is-external=true') == -1) {
  15. parent.document.title="layerEditFrame";
  16. }
  17. }
  18. </SCRIPT>
  19. <NOSCRIPT>
  20. </NOSCRIPT>
  21. </HEAD>
  22. <BODY BGCOLOR="white" onload="windowTitle();">
  23. <HR>
  24. <!-- ========= START OF TOP NAVBAR ======= -->
  25. <A NAME="navbar_top"><!-- --></A>
  26. <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
  27. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  28. <TR>
  29. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  30. <A NAME="navbar_top_firstrow"><!-- --></A>
  31. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  32. <TR ALIGN="center" VALIGN="top">
  33. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  34. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  35. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  36. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  37. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  38. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  39. </TR>
  40. </TABLE>
  41. </TD>
  42. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  43. </EM>
  44. </TD>
  45. </TR>
  46. <TR>
  47. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  48. &nbsp;<A HREF="HelperUtility.html" title="class in &lt;Unnamed&gt;"><B>PREV CLASS</B></A>&nbsp;
  49. &nbsp;<A HREF="Led3D.html" title="class in &lt;Unnamed&gt;"><B>NEXT CLASS</B></A></FONT></TD>
  50. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  51. <A HREF="index.html?layerEditFrame.html" target="_top"><B>FRAMES</B></A> &nbsp;
  52. &nbsp;<A HREF="layerEditFrame.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  53. &nbsp;<SCRIPT type="text/javascript">
  54. <!--
  55. if(window==top) {
  56. document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
  57. }
  58. //-->
  59. </SCRIPT>
  60. <NOSCRIPT>
  61. <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
  62. </NOSCRIPT>
  63. </FONT></TD>
  64. </TR>
  65. <TR>
  66. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  67. SUMMARY:&nbsp;<A HREF="#nested_classes_inherited_from_class_javax.swing.JFrame">NESTED</A>&nbsp;|&nbsp;<A HREF="#fields_inherited_from_class_javax.swing.JFrame">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
  68. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  69. DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
  70. </TR>
  71. </TABLE>
  72. <A NAME="skip-navbar_top"></A>
  73. <!-- ========= END OF TOP NAVBAR ========= -->
  74. <HR>
  75. <!-- ======== START OF CLASS DATA ======== -->
  76. <H2>
  77. Class layerEditFrame</H2>
  78. <PRE>
  79. java.lang.Object
  80. <IMG SRC="./resources/inherit.gif" ALT="extended by ">java.awt.Component
  81. <IMG SRC="./resources/inherit.gif" ALT="extended by ">java.awt.Container
  82. <IMG SRC="./resources/inherit.gif" ALT="extended by ">java.awt.Window
  83. <IMG SRC="./resources/inherit.gif" ALT="extended by ">java.awt.Frame
  84. <IMG SRC="./resources/inherit.gif" ALT="extended by ">javax.swing.JFrame
  85. <IMG SRC="./resources/inherit.gif" ALT="extended by "><B>layerEditFrame</B>
  86. </PRE>
  87. <DL>
  88. <DT><B>All Implemented Interfaces:</B> <DD>java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable, javax.accessibility.Accessible, javax.swing.RootPaneContainer, javax.swing.WindowConstants</DD>
  89. </DL>
  90. <HR>
  91. <DL>
  92. <DT><PRE>public class <B>layerEditFrame</B><DT>extends javax.swing.JFrame</DL>
  93. </PRE>
  94. <P>
  95. <DL>
  96. <DT><B>See Also:</B><DD><A HREF="serialized-form.html#layerEditFrame">Serialized Form</A></DL>
  97. <HR>
  98. <P>
  99. <!-- ======== NESTED CLASS SUMMARY ======== -->
  100. <A NAME="nested_class_summary"><!-- --></A>
  101. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  102. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  103. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  104. <B>Nested Class Summary</B></FONT></TH>
  105. </TR>
  106. </TABLE>
  107. &nbsp;<A NAME="nested_classes_inherited_from_class_javax.swing.JFrame"><!-- --></A>
  108. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  109. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  110. <TH ALIGN="left"><B>Nested classes/interfaces inherited from class javax.swing.JFrame</B></TH>
  111. </TR>
  112. <TR BGCOLOR="white" CLASS="TableRowColor">
  113. <TD><CODE>javax.swing.JFrame.AccessibleJFrame</CODE></TD>
  114. </TR>
  115. </TABLE>
  116. &nbsp;
  117. <A NAME="nested_classes_inherited_from_class_java.awt.Frame"><!-- --></A>
  118. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  119. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  120. <TH ALIGN="left"><B>Nested classes/interfaces inherited from class java.awt.Frame</B></TH>
  121. </TR>
  122. <TR BGCOLOR="white" CLASS="TableRowColor">
  123. <TD><CODE>java.awt.Frame.AccessibleAWTFrame</CODE></TD>
  124. </TR>
  125. </TABLE>
  126. &nbsp;
  127. <A NAME="nested_classes_inherited_from_class_java.awt.Window"><!-- --></A>
  128. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  129. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  130. <TH ALIGN="left"><B>Nested classes/interfaces inherited from class java.awt.Window</B></TH>
  131. </TR>
  132. <TR BGCOLOR="white" CLASS="TableRowColor">
  133. <TD><CODE>java.awt.Window.AccessibleAWTWindow</CODE></TD>
  134. </TR>
  135. </TABLE>
  136. &nbsp;
  137. <A NAME="nested_classes_inherited_from_class_java.awt.Container"><!-- --></A>
  138. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  139. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  140. <TH ALIGN="left"><B>Nested classes/interfaces inherited from class java.awt.Container</B></TH>
  141. </TR>
  142. <TR BGCOLOR="white" CLASS="TableRowColor">
  143. <TD><CODE>java.awt.Container.AccessibleAWTContainer</CODE></TD>
  144. </TR>
  145. </TABLE>
  146. &nbsp;
  147. <A NAME="nested_classes_inherited_from_class_java.awt.Component"><!-- --></A>
  148. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  149. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  150. <TH ALIGN="left"><B>Nested classes/interfaces inherited from class java.awt.Component</B></TH>
  151. </TR>
  152. <TR BGCOLOR="white" CLASS="TableRowColor">
  153. <TD><CODE>java.awt.Component.AccessibleAWTComponent, java.awt.Component.BaselineResizeBehavior, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy</CODE></TD>
  154. </TR>
  155. </TABLE>
  156. &nbsp;
  157. <!-- =========== FIELD SUMMARY =========== -->
  158. <A NAME="field_summary"><!-- --></A>
  159. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  160. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  161. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  162. <B>Field Summary</B></FONT></TH>
  163. </TR>
  164. </TABLE>
  165. &nbsp;<A NAME="fields_inherited_from_class_javax.swing.JFrame"><!-- --></A>
  166. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  167. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  168. <TH ALIGN="left"><B>Fields inherited from class javax.swing.JFrame</B></TH>
  169. </TR>
  170. <TR BGCOLOR="white" CLASS="TableRowColor">
  171. <TD><CODE>accessibleContext, EXIT_ON_CLOSE, rootPane, rootPaneCheckingEnabled</CODE></TD>
  172. </TR>
  173. </TABLE>
  174. &nbsp;<A NAME="fields_inherited_from_class_java.awt.Frame"><!-- --></A>
  175. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  176. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  177. <TH ALIGN="left"><B>Fields inherited from class java.awt.Frame</B></TH>
  178. </TR>
  179. <TR BGCOLOR="white" CLASS="TableRowColor">
  180. <TD><CODE>CROSSHAIR_CURSOR, DEFAULT_CURSOR, E_RESIZE_CURSOR, HAND_CURSOR, ICONIFIED, MAXIMIZED_BOTH, MAXIMIZED_HORIZ, MAXIMIZED_VERT, MOVE_CURSOR, N_RESIZE_CURSOR, NE_RESIZE_CURSOR, NORMAL, NW_RESIZE_CURSOR, S_RESIZE_CURSOR, SE_RESIZE_CURSOR, SW_RESIZE_CURSOR, TEXT_CURSOR, W_RESIZE_CURSOR, WAIT_CURSOR</CODE></TD>
  181. </TR>
  182. </TABLE>
  183. &nbsp;<A NAME="fields_inherited_from_class_java.awt.Component"><!-- --></A>
  184. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  185. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  186. <TH ALIGN="left"><B>Fields inherited from class java.awt.Component</B></TH>
  187. </TR>
  188. <TR BGCOLOR="white" CLASS="TableRowColor">
  189. <TD><CODE>BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT</CODE></TD>
  190. </TR>
  191. </TABLE>
  192. &nbsp;<A NAME="fields_inherited_from_class_javax.swing.WindowConstants"><!-- --></A>
  193. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  194. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  195. <TH ALIGN="left"><B>Fields inherited from interface javax.swing.WindowConstants</B></TH>
  196. </TR>
  197. <TR BGCOLOR="white" CLASS="TableRowColor">
  198. <TD><CODE>DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, HIDE_ON_CLOSE</CODE></TD>
  199. </TR>
  200. </TABLE>
  201. &nbsp;<A NAME="fields_inherited_from_class_java.awt.image.ImageObserver"><!-- --></A>
  202. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  203. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  204. <TH ALIGN="left"><B>Fields inherited from interface java.awt.image.ImageObserver</B></TH>
  205. </TR>
  206. <TR BGCOLOR="white" CLASS="TableRowColor">
  207. <TD><CODE>ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH</CODE></TD>
  208. </TR>
  209. </TABLE>
  210. &nbsp;
  211. <!-- ======== CONSTRUCTOR SUMMARY ======== -->
  212. <A NAME="constructor_summary"><!-- --></A>
  213. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  214. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  215. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  216. <B>Constructor Summary</B></FONT></TH>
  217. </TR>
  218. <TR BGCOLOR="white" CLASS="TableRowColor">
  219. <TD><CODE><B><A HREF="layerEditFrame.html#layerEditFrame(int, int, int, cubeWorker)">layerEditFrame</A></B>(int&nbsp;animIndex,
  220. int&nbsp;frameIndex,
  221. int&nbsp;layerIndex,
  222. <A HREF="cubeWorker.html" title="class in &lt;Unnamed&gt;">cubeWorker</A>&nbsp;work)</CODE>
  223. <BR>
  224. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  225. </TR>
  226. </TABLE>
  227. &nbsp;
  228. <!-- ========== METHOD SUMMARY =========== -->
  229. <A NAME="method_summary"><!-- --></A>
  230. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  231. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  232. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  233. <B>Method Summary</B></FONT></TH>
  234. </TR>
  235. <TR BGCOLOR="white" CLASS="TableRowColor">
  236. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  237. <CODE>&nbsp;void</CODE></FONT></TD>
  238. <TD><CODE><B><A HREF="layerEditFrame.html#btnClicked(int, int)">btnClicked</A></B>(int&nbsp;i,
  239. int&nbsp;j)</CODE>
  240. <BR>
  241. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  242. </TR>
  243. <TR BGCOLOR="white" CLASS="TableRowColor">
  244. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  245. <CODE>&nbsp;short[]</CODE></FONT></TD>
  246. <TD><CODE><B><A HREF="layerEditFrame.html#byteToShortArray(byte[])">byteToShortArray</A></B>(byte[]&nbsp;tmpByte)</CODE>
  247. <BR>
  248. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  249. </TR>
  250. <TR BGCOLOR="white" CLASS="TableRowColor">
  251. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  252. <CODE>&nbsp;void</CODE></FONT></TD>
  253. <TD><CODE><B><A HREF="layerEditFrame.html#cancel()">cancel</A></B>()</CODE>
  254. <BR>
  255. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  256. </TR>
  257. <TR BGCOLOR="white" CLASS="TableRowColor">
  258. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  259. <CODE>&nbsp;void</CODE></FONT></TD>
  260. <TD><CODE><B><A HREF="layerEditFrame.html#save()">save</A></B>()</CODE>
  261. <BR>
  262. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  263. </TR>
  264. <TR BGCOLOR="white" CLASS="TableRowColor">
  265. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  266. <CODE>&nbsp;byte[]</CODE></FONT></TD>
  267. <TD><CODE><B><A HREF="layerEditFrame.html#shortToByteArray(short[])">shortToByteArray</A></B>(short[]&nbsp;shrt)</CODE>
  268. <BR>
  269. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  270. </TR>
  271. </TABLE>
  272. &nbsp;<A NAME="methods_inherited_from_class_javax.swing.JFrame"><!-- --></A>
  273. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  274. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  275. <TH ALIGN="left"><B>Methods inherited from class javax.swing.JFrame</B></TH>
  276. </TR>
  277. <TR BGCOLOR="white" CLASS="TableRowColor">
  278. <TD><CODE>addImpl, createRootPane, frameInit, getAccessibleContext, getContentPane, getDefaultCloseOperation, getGlassPane, getGraphics, getJMenuBar, getLayeredPane, getRootPane, getTransferHandler, isDefaultLookAndFeelDecorated, isRootPaneCheckingEnabled, paramString, processWindowEvent, remove, repaint, setContentPane, setDefaultCloseOperation, setDefaultLookAndFeelDecorated, setGlassPane, setIconImage, setJMenuBar, setLayeredPane, setLayout, setRootPane, setRootPaneCheckingEnabled, setTransferHandler, update</CODE></TD>
  279. </TR>
  280. </TABLE>
  281. &nbsp;<A NAME="methods_inherited_from_class_java.awt.Frame"><!-- --></A>
  282. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  283. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  284. <TH ALIGN="left"><B>Methods inherited from class java.awt.Frame</B></TH>
  285. </TR>
  286. <TR BGCOLOR="white" CLASS="TableRowColor">
  287. <TD><CODE>addNotify, getCursorType, getExtendedState, getFrames, getIconImage, getMaximizedBounds, getMenuBar, getState, getTitle, isResizable, isUndecorated, remove, removeNotify, setCursor, setExtendedState, setMaximizedBounds, setMenuBar, setResizable, setState, setTitle, setUndecorated</CODE></TD>
  288. </TR>
  289. </TABLE>
  290. &nbsp;<A NAME="methods_inherited_from_class_java.awt.Window"><!-- --></A>
  291. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  292. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  293. <TH ALIGN="left"><B>Methods inherited from class java.awt.Window</B></TH>
  294. </TR>
  295. <TR BGCOLOR="white" CLASS="TableRowColor">
  296. <TD><CODE>addPropertyChangeListener, addPropertyChangeListener, addWindowFocusListener, addWindowListener, addWindowStateListener, applyResourceBundle, applyResourceBundle, createBufferStrategy, createBufferStrategy, dispose, getBufferStrategy, getFocusableWindowState, getFocusCycleRootAncestor, getFocusOwner, getFocusTraversalKeys, getGraphicsConfiguration, getIconImages, getInputContext, getListeners, getLocale, getModalExclusionType, getMostRecentFocusOwner, getOwnedWindows, getOwner, getOwnerlessWindows, getToolkit, getWarningString, getWindowFocusListeners, getWindowListeners, getWindows, getWindowStateListeners, hide, isActive, isAlwaysOnTop, isAlwaysOnTopSupported, isFocusableWindow, isFocusCycleRoot, isFocused, isLocationByPlatform, isShowing, pack, paint, postEvent, processEvent, processWindowFocusEvent, processWindowStateEvent, removeWindowFocusListener, removeWindowListener, removeWindowStateListener, reshape, setAlwaysOnTop, setBounds, setBounds, setCursor, setFocusableWindowState, setFocusCycleRoot, setIconImages, setLocationByPlatform, setLocationRelativeTo, setMinimumSize, setModalExclusionType, setSize, setSize, setVisible, show, toBack, toFront</CODE></TD>
  297. </TR>
  298. </TABLE>
  299. &nbsp;<A NAME="methods_inherited_from_class_java.awt.Container"><!-- --></A>
  300. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  301. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  302. <TH ALIGN="left"><B>Methods inherited from class java.awt.Container</B></TH>
  303. </TR>
  304. <TR BGCOLOR="white" CLASS="TableRowColor">
  305. <TD><CODE>add, add, add, add, add, addContainerListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalPolicy, getInsets, getLayout, getMaximumSize, getMinimumSize, getMousePosition, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, print, printComponents, processContainerEvent, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusTraversalKeys, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setFont, transferFocusBackward, transferFocusDownCycle, validate, validateTree</CODE></TD>
  306. </TR>
  307. </TABLE>
  308. &nbsp;<A NAME="methods_inherited_from_class_java.awt.Component"><!-- --></A>
  309. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  310. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  311. <TH ALIGN="left"><B>Methods inherited from class java.awt.Component</B></TH>
  312. </TR>
  313. <TR BGCOLOR="white" CLASS="TableRowColor">
  314. <TD><CODE>action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBaseline, getBaselineResizeBehavior, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isPreferredSizeSet, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resize, resize, setBackground, setComponentOrientation, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setMaximumSize, setName, setPreferredSize, show, size, toString, transferFocus, transferFocusUpCycle</CODE></TD>
  315. </TR>
  316. </TABLE>
  317. &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
  318. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  319. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  320. <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
  321. </TR>
  322. <TR BGCOLOR="white" CLASS="TableRowColor">
  323. <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD>
  324. </TR>
  325. </TABLE>
  326. &nbsp;<A NAME="methods_inherited_from_class_java.awt.MenuContainer"><!-- --></A>
  327. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  328. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  329. <TH ALIGN="left"><B>Methods inherited from interface java.awt.MenuContainer</B></TH>
  330. </TR>
  331. <TR BGCOLOR="white" CLASS="TableRowColor">
  332. <TD><CODE>getFont, postEvent</CODE></TD>
  333. </TR>
  334. </TABLE>
  335. &nbsp;
  336. <P>
  337. <!-- ========= CONSTRUCTOR DETAIL ======== -->
  338. <A NAME="constructor_detail"><!-- --></A>
  339. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  340. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  341. <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
  342. <B>Constructor Detail</B></FONT></TH>
  343. </TR>
  344. </TABLE>
  345. <A NAME="layerEditFrame(int, int, int, cubeWorker)"><!-- --></A><H3>
  346. layerEditFrame</H3>
  347. <PRE>
  348. public <B>layerEditFrame</B>(int&nbsp;animIndex,
  349. int&nbsp;frameIndex,
  350. int&nbsp;layerIndex,
  351. <A HREF="cubeWorker.html" title="class in &lt;Unnamed&gt;">cubeWorker</A>&nbsp;work)</PRE>
  352. <DL>
  353. </DL>
  354. <!-- ============ METHOD DETAIL ========== -->
  355. <A NAME="method_detail"><!-- --></A>
  356. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  357. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  358. <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
  359. <B>Method Detail</B></FONT></TH>
  360. </TR>
  361. </TABLE>
  362. <A NAME="btnClicked(int, int)"><!-- --></A><H3>
  363. btnClicked</H3>
  364. <PRE>
  365. public void <B>btnClicked</B>(int&nbsp;i,
  366. int&nbsp;j)</PRE>
  367. <DL>
  368. <DD><DL>
  369. </DL>
  370. </DD>
  371. </DL>
  372. <HR>
  373. <A NAME="cancel()"><!-- --></A><H3>
  374. cancel</H3>
  375. <PRE>
  376. public void <B>cancel</B>()</PRE>
  377. <DL>
  378. <DD><DL>
  379. </DL>
  380. </DD>
  381. </DL>
  382. <HR>
  383. <A NAME="save()"><!-- --></A><H3>
  384. save</H3>
  385. <PRE>
  386. public void <B>save</B>()</PRE>
  387. <DL>
  388. <DD><DL>
  389. </DL>
  390. </DD>
  391. </DL>
  392. <HR>
  393. <A NAME="shortToByteArray(short[])"><!-- --></A><H3>
  394. shortToByteArray</H3>
  395. <PRE>
  396. public byte[] <B>shortToByteArray</B>(short[]&nbsp;shrt)</PRE>
  397. <DL>
  398. <DD><DL>
  399. </DL>
  400. </DD>
  401. </DL>
  402. <HR>
  403. <A NAME="byteToShortArray(byte[])"><!-- --></A><H3>
  404. byteToShortArray</H3>
  405. <PRE>
  406. public short[] <B>byteToShortArray</B>(byte[]&nbsp;tmpByte)</PRE>
  407. <DL>
  408. <DD><DL>
  409. </DL>
  410. </DD>
  411. </DL>
  412. <!-- ========= END OF CLASS DATA ========= -->
  413. <HR>
  414. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  415. <A NAME="navbar_bottom"><!-- --></A>
  416. <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
  417. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  418. <TR>
  419. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  420. <A NAME="navbar_bottom_firstrow"><!-- --></A>
  421. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  422. <TR ALIGN="center" VALIGN="top">
  423. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  424. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  425. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  426. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  427. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  428. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  429. </TR>
  430. </TABLE>
  431. </TD>
  432. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  433. </EM>
  434. </TD>
  435. </TR>
  436. <TR>
  437. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  438. &nbsp;<A HREF="HelperUtility.html" title="class in &lt;Unnamed&gt;"><B>PREV CLASS</B></A>&nbsp;
  439. &nbsp;<A HREF="Led3D.html" title="class in &lt;Unnamed&gt;"><B>NEXT CLASS</B></A></FONT></TD>
  440. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  441. <A HREF="index.html?layerEditFrame.html" target="_top"><B>FRAMES</B></A> &nbsp;
  442. &nbsp;<A HREF="layerEditFrame.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  443. &nbsp;<SCRIPT type="text/javascript">
  444. <!--
  445. if(window==top) {
  446. document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
  447. }
  448. //-->
  449. </SCRIPT>
  450. <NOSCRIPT>
  451. <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
  452. </NOSCRIPT>
  453. </FONT></TD>
  454. </TR>
  455. <TR>
  456. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  457. SUMMARY:&nbsp;<A HREF="#nested_classes_inherited_from_class_javax.swing.JFrame">NESTED</A>&nbsp;|&nbsp;<A HREF="#fields_inherited_from_class_javax.swing.JFrame">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
  458. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  459. DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
  460. </TR>
  461. </TABLE>
  462. <A NAME="skip-navbar_bottom"></A>
  463. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  464. <HR>
  465. </BODY>
  466. </HTML>