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 24KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489
  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 16:34:30 CET 2011 -->
  6. <TITLE>
  7. layerEditFrame
  8. </TITLE>
  9. <META NAME="date" CONTENT="2011-12-05">
  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, Frame)">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,
  223. <A HREF="Frame.html" title="class in &lt;Unnamed&gt;">Frame</A>&nbsp;LEDframe)</CODE>
  224. <BR>
  225. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  226. </TR>
  227. </TABLE>
  228. &nbsp;
  229. <!-- ========== METHOD SUMMARY =========== -->
  230. <A NAME="method_summary"><!-- --></A>
  231. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  232. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  233. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  234. <B>Method Summary</B></FONT></TH>
  235. </TR>
  236. <TR BGCOLOR="white" CLASS="TableRowColor">
  237. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  238. <CODE>&nbsp;void</CODE></FONT></TD>
  239. <TD><CODE><B><A HREF="layerEditFrame.html#btnClicked(int, int)">btnClicked</A></B>(int&nbsp;i,
  240. int&nbsp;j)</CODE>
  241. <BR>
  242. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  243. </TR>
  244. <TR BGCOLOR="white" CLASS="TableRowColor">
  245. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  246. <CODE>&nbsp;void</CODE></FONT></TD>
  247. <TD><CODE><B><A HREF="layerEditFrame.html#cancel()">cancel</A></B>()</CODE>
  248. <BR>
  249. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  250. </TR>
  251. <TR BGCOLOR="white" CLASS="TableRowColor">
  252. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  253. <CODE>&nbsp;short[]</CODE></FONT></TD>
  254. <TD><CODE><B><A HREF="layerEditFrame.html#getFinalFrame()">getFinalFrame</A></B>()</CODE>
  255. <BR>
  256. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  257. </TR>
  258. <TR BGCOLOR="white" CLASS="TableRowColor">
  259. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  260. <CODE>&nbsp;void</CODE></FONT></TD>
  261. <TD><CODE><B><A HREF="layerEditFrame.html#save()">save</A></B>()</CODE>
  262. <BR>
  263. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  264. </TR>
  265. </TABLE>
  266. &nbsp;<A NAME="methods_inherited_from_class_javax.swing.JFrame"><!-- --></A>
  267. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  268. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  269. <TH ALIGN="left"><B>Methods inherited from class javax.swing.JFrame</B></TH>
  270. </TR>
  271. <TR BGCOLOR="white" CLASS="TableRowColor">
  272. <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>
  273. </TR>
  274. </TABLE>
  275. &nbsp;<A NAME="methods_inherited_from_class_java.awt.Frame"><!-- --></A>
  276. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  277. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  278. <TH ALIGN="left"><B>Methods inherited from class java.awt.Frame</B></TH>
  279. </TR>
  280. <TR BGCOLOR="white" CLASS="TableRowColor">
  281. <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>
  282. </TR>
  283. </TABLE>
  284. &nbsp;<A NAME="methods_inherited_from_class_java.awt.Window"><!-- --></A>
  285. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  286. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  287. <TH ALIGN="left"><B>Methods inherited from class java.awt.Window</B></TH>
  288. </TR>
  289. <TR BGCOLOR="white" CLASS="TableRowColor">
  290. <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>
  291. </TR>
  292. </TABLE>
  293. &nbsp;<A NAME="methods_inherited_from_class_java.awt.Container"><!-- --></A>
  294. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  295. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  296. <TH ALIGN="left"><B>Methods inherited from class java.awt.Container</B></TH>
  297. </TR>
  298. <TR BGCOLOR="white" CLASS="TableRowColor">
  299. <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>
  300. </TR>
  301. </TABLE>
  302. &nbsp;<A NAME="methods_inherited_from_class_java.awt.Component"><!-- --></A>
  303. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  304. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  305. <TH ALIGN="left"><B>Methods inherited from class java.awt.Component</B></TH>
  306. </TR>
  307. <TR BGCOLOR="white" CLASS="TableRowColor">
  308. <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>
  309. </TR>
  310. </TABLE>
  311. &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
  312. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  313. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  314. <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
  315. </TR>
  316. <TR BGCOLOR="white" CLASS="TableRowColor">
  317. <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD>
  318. </TR>
  319. </TABLE>
  320. &nbsp;<A NAME="methods_inherited_from_class_java.awt.MenuContainer"><!-- --></A>
  321. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  322. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  323. <TH ALIGN="left"><B>Methods inherited from interface java.awt.MenuContainer</B></TH>
  324. </TR>
  325. <TR BGCOLOR="white" CLASS="TableRowColor">
  326. <TD><CODE>getFont, postEvent</CODE></TD>
  327. </TR>
  328. </TABLE>
  329. &nbsp;
  330. <P>
  331. <!-- ========= CONSTRUCTOR DETAIL ======== -->
  332. <A NAME="constructor_detail"><!-- --></A>
  333. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  334. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  335. <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
  336. <B>Constructor Detail</B></FONT></TH>
  337. </TR>
  338. </TABLE>
  339. <A NAME="layerEditFrame(int, int, int, cubeWorker, Frame)"><!-- --></A><H3>
  340. layerEditFrame</H3>
  341. <PRE>
  342. public <B>layerEditFrame</B>(int&nbsp;animIndex,
  343. int&nbsp;frameIndex,
  344. int&nbsp;layerIndex,
  345. <A HREF="cubeWorker.html" title="class in &lt;Unnamed&gt;">cubeWorker</A>&nbsp;work,
  346. <A HREF="Frame.html" title="class in &lt;Unnamed&gt;">Frame</A>&nbsp;LEDframe)</PRE>
  347. <DL>
  348. </DL>
  349. <!-- ============ METHOD DETAIL ========== -->
  350. <A NAME="method_detail"><!-- --></A>
  351. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  352. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  353. <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
  354. <B>Method Detail</B></FONT></TH>
  355. </TR>
  356. </TABLE>
  357. <A NAME="getFinalFrame()"><!-- --></A><H3>
  358. getFinalFrame</H3>
  359. <PRE>
  360. public short[] <B>getFinalFrame</B>()</PRE>
  361. <DL>
  362. <DD><DL>
  363. </DL>
  364. </DD>
  365. </DL>
  366. <HR>
  367. <A NAME="btnClicked(int, int)"><!-- --></A><H3>
  368. btnClicked</H3>
  369. <PRE>
  370. public void <B>btnClicked</B>(int&nbsp;i,
  371. int&nbsp;j)</PRE>
  372. <DL>
  373. <DD><DL>
  374. </DL>
  375. </DD>
  376. </DL>
  377. <HR>
  378. <A NAME="cancel()"><!-- --></A><H3>
  379. cancel</H3>
  380. <PRE>
  381. public void <B>cancel</B>()</PRE>
  382. <DL>
  383. <DD><DL>
  384. </DL>
  385. </DD>
  386. </DL>
  387. <HR>
  388. <A NAME="save()"><!-- --></A><H3>
  389. save</H3>
  390. <PRE>
  391. public void <B>save</B>()</PRE>
  392. <DL>
  393. <DD><DL>
  394. </DL>
  395. </DD>
  396. </DL>
  397. <!-- ========= END OF CLASS DATA ========= -->
  398. <HR>
  399. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  400. <A NAME="navbar_bottom"><!-- --></A>
  401. <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
  402. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  403. <TR>
  404. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  405. <A NAME="navbar_bottom_firstrow"><!-- --></A>
  406. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  407. <TR ALIGN="center" VALIGN="top">
  408. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  409. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  410. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  411. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  412. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  413. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  414. </TR>
  415. </TABLE>
  416. </TD>
  417. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  418. </EM>
  419. </TD>
  420. </TR>
  421. <TR>
  422. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  423. &nbsp;<A HREF="HelperUtility.html" title="class in &lt;Unnamed&gt;"><B>PREV CLASS</B></A>&nbsp;
  424. &nbsp;<A HREF="Led3D.html" title="class in &lt;Unnamed&gt;"><B>NEXT CLASS</B></A></FONT></TD>
  425. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  426. <A HREF="index.html?layerEditFrame.html" target="_top"><B>FRAMES</B></A> &nbsp;
  427. &nbsp;<A HREF="layerEditFrame.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  428. &nbsp;<SCRIPT type="text/javascript">
  429. <!--
  430. if(window==top) {
  431. document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
  432. }
  433. //-->
  434. </SCRIPT>
  435. <NOSCRIPT>
  436. <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
  437. </NOSCRIPT>
  438. </FONT></TD>
  439. </TR>
  440. <TR>
  441. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  442. 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>
  443. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  444. DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
  445. </TR>
  446. </TABLE>
  447. <A NAME="skip-navbar_bottom"></A>
  448. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  449. <HR>
  450. </BODY>
  451. </HTML>