📄 allnames.html
字号:
Method in class <a href="Node.html#_top_">Node</a> <dd> Get the depth of his node. <dt> <a href="AlgAnimFrame.html#getDisableAnim()"><b>getDisableAnim</b></a>().Method in class <a href="AlgAnimFrame.html#_top_">AlgAnimFrame</a> <dd> Get the menu item which specify if the animation is disabled. <dt> <a href="AlgAnimFrame.html#getDrawingPanel()"><b>getDrawingPanel</b></a>().Method in class <a href="AlgAnimFrame.html#_top_">AlgAnimFrame</a> <dd> Returns an instance of the drawing panel which is cast to its super class <code>Panel</code>. <dt> <a href="AlgAnimFrame.html#getEnableAnim()"><b>getEnableAnim</b></a>().Method in class <a href="AlgAnimFrame.html#_top_">AlgAnimFrame</a> <dd> Get the menu item which specify if the animation is enabled. <dt> <a href="DrawingPanel.html#getFixFont()"><b>getFixFont</b></a>().Method in class <a href="DrawingPanel.html#_top_">DrawingPanel</a> <dd> Return font objects initialized during the class initialization, which can be readily used during the animation. <dt> <a href="DrawingPanel.html#getHugeFont()"><b>getHugeFont</b></a>().Method in class <a href="DrawingPanel.html#_top_">DrawingPanel</a> <dd> Return font objects initialized during the class initialization, which can be readily used during the animation. <dt> <a href="Node.html#getLabel()"><b>getLabel</b></a>().Method in class <a href="Node.html#_top_">Node</a> <dd> Get the label of this node. <dt> <a href="Node.html#getLeftNode()"><b>getLeftNode</b></a>().Method in class <a href="Node.html#_top_">Node</a> <dd> Get the left child of this node. <dt> <a href="TextPanel.html#getLineSpace()"><b>getLineSpace</b></a>().Method in class <a href="TextPanel.html#_top_">TextPanel</a> <dd> Get the number of pixels used by each line of text. <dt> <a href="TextPanel.html#getMinimumSize()"><b>getMinimumSize</b></a>().Method in class <a href="TextPanel.html#_top_">TextPanel</a> <dd> Return the minimum allowed dimension of the text panel. <dt> <a href="DrawingPanel.html#getNoAnim()"><b>getNoAnim</b></a>().Method in class <a href="DrawingPanel.html#_top_">DrawingPanel</a> <dd> Check if the noAnim flag is set. <dt> <a href="TextPanel.html#getNumLines()"><b>getNumLines</b></a>().Method in class <a href="TextPanel.html#_top_">TextPanel</a> <dd> Get the number of lines of source code to be displayed on the text panel. <dt> <a href="DrawingPanel.html#getOffset()"><b>getOffset</b></a>().Method in class <a href="DrawingPanel.html#_top_">DrawingPanel</a> <dd> Get the number of pixel towards the edge of the panel which are not going to be drawn. <dt> <a href="DrawingPanel.html#getPanelHeight()"><b>getPanelHeight</b></a>().Method in class <a href="DrawingPanel.html#_top_">DrawingPanel</a> <dd> Get the height of the drawing panel. <dt> <a href="DrawingPanel.html#getPanelWidth()"><b>getPanelWidth</b></a>().Method in class <a href="DrawingPanel.html#_top_">DrawingPanel</a> <dd> Get the width of the drawing panel. <dt> <a href="DrawingPanel.html#getPreferredSize()"><b>getPreferredSize</b></a>().Method in class <a href="DrawingPanel.html#_top_">DrawingPanel</a> <dd> Returns the initial preferred size of the drawing panel. <dt> <a href="ImageButton.html#getPreferredSize()"><b>getPreferredSize</b></a>().Method in class <a href="ImageButton.html#_top_">ImageButton</a> <dd> Specify the dimension of the button. <dt> <a href="TextPanel.html#getPreferredSize()"><b>getPreferredSize</b></a>().Method in class <a href="TextPanel.html#_top_">TextPanel</a> <dd> Returns the initial dimension of the text panel. <dt> <a href="Node.html#getRightNode()"><b>getRightNode</b></a>().Method in class <a href="Node.html#_top_">Node</a> <dd> Get the right child of this node. <dt> <a href="ControlPanel.html#getRunButton()"><b>getRunButton</b></a>().Method in class <a href="ControlPanel.html#_top_">ControlPanel</a> <dd> Returns an instance of the run <code>ImageButton</code>, which is casted to <code>java.awt.Button</code> <dt> <a href="AlgAnimFrame.html#getRunItem()"><b>getRunItem</b></a>().Method in class <a href="AlgAnimFrame.html#_top_">AlgAnimFrame</a> <dd> Get the run button from the control panel. <dt> <a href="DrawingPanel.html#getSkip()"><b>getSkip</b></a>().Method in class <a href="DrawingPanel.html#_top_">DrawingPanel</a> <dd> Check if the animationis in the skip mode. <dt> <a href="ControlPanel.html#getSkipButton()"><b>getSkipButton</b></a>().Method in class <a href="ControlPanel.html#_top_">ControlPanel</a> <dd> Returns an instance of the skip <code>ImageButton</code>, which is casted to <code>java.awt.Button</code> <dt> <a href="AlgAnimFrame.html#getSkipItem()"><b>getSkipItem</b></a>().Method in class <a href="AlgAnimFrame.html#_top_">AlgAnimFrame</a> <dd> Get the skip button from the control panel. <dt> <a href="DrawingPanel.html#getSmallFont()"><b>getSmallFont</b></a>().Method in class <a href="DrawingPanel.html#_top_">DrawingPanel</a> <dd> Return font objects initialized during the class initialization, which can be readily used during the animation. <dt> <a href="TextPanel.html#getStart()"><b>getStart</b></a>().Method in class <a href="TextPanel.html#_top_">TextPanel</a> <dd> Get the first line of the source code that will be displayed. <dt> <a href="ControlPanel.html#getStepButton()"><b>getStepButton</b></a>().Method in class <a href="ControlPanel.html#_top_">ControlPanel</a> <dd> Returns an instance of the step <code>ImageButton</code>, which is casted to <code>java.awt.Button</code> <dt> <a href="ControlPanel.html#getStopButton()"><b>getStopButton</b></a>().Method in class <a href="ControlPanel.html#_top_">ControlPanel</a> <dd> Returns an instance of the stop <code>ImageButton</code>, which is casted to <code>java.awt.Button</code> <dt> <a href="AlgAnimFrame.html#getStopItem()"><b>getStopItem</b></a>().Method in class <a href="AlgAnimFrame.html#_top_">AlgAnimFrame</a> <dd> Get the stop button from the control panel. <dt> <a href="TableCanvas.html#getTableEntryAt(int)"><b>getTableEntryAt</b></a>(int).Method in class <a href="TableCanvas.html#_top_">TableCanvas</a> <dd> Obtain the object placed at the table row specified by the parameter. <dt> <a href="TablePanel.html#getTableEntryAt(int)"><b>getTableEntryAt</b></a>(int).Method in class <a href="TablePanel.html#_top_">TablePanel</a> <dd> Pass the method call to the corresponding <code>TableCanvas</code>, which obtains the object placed at the table row specified by the parameter. <dt> <a href="ComBox.html#getText()"><b>getText</b></a>().Method in class <a href="ComBox.html#_top_">ComBox</a> <dd> This method is called to obtain the current text string to be displayed in the commentary box. <dt> <a href="ShadowLabel.html#getText()"><b>getText</b></a>().Method in class <a href="ShadowLabel.html#_top_">ShadowLabel</a> <dd> Get the text string for this label object. <dt> <a href="AlgAnimFrame.html#getTextFrame()"><b>getTextFrame</b></a>().Method in class <a href="AlgAnimFrame.html#_top_">AlgAnimFrame</a> <dd> Returns an instance of the <code>TextFrame</code> used to set the layout constraints and highlight certain lines of the source code. <dt> <a href="TextFrame.html#getTextPanel()"><b>getTextPanel</b></a>().Method in class <a href="TextFrame.html#_top_">TextFrame</a> <dd> Get the text panel corresponding to this frame. <dt> <a href="DrawingPanel.html#getTinyFont()"><b>getTinyFont</b></a>().Method in class <a href="DrawingPanel.html#_top_">DrawingPanel</a> <dd> Return font objects initialized during the class initialization, which can be readily used during the animation. <dt> <a href="TextFrame.html#getVertScrollbar()"><b>getVertScrollbar</b></a>().Method in class <a href="TextFrame.html#_top_">TextFrame</a> <dd> Get the vertical scrollbar governing the view window of the text panel. <dt> <a href="Node.html#getWeight()"><b>getWeight</b></a>().Method in class <a href="Node.html#_top_">Node</a> <dd> Get the weight of this node. <dt> <a href="ComBox.html#getX()"><b>getX</b></a>().Method in class <a href="ComBox.html#_top_">ComBox</a> <dd> X coordinate of the top left position of the commentary box. <dt> <a href="DrawingObj.html#getX()"><b>getX</b></a>().Method in interface <a href="DrawingObj.html#_top_">DrawingObj</a> <dd> Returns the x coordinate of the drawing object's reference point. <dt> <a href="Histogram.html#getX()"><b>getX</b></a>().Method in class <a href="Histogram.html#_top_">Histogram</a> <dd> Get the left most position of the panel. <dt> <a href="IntMatrix.html#getX()"><b>getX</b></a>().Method in class <a href="IntMatrix.html#_top_">IntMatrix</a> <dd> Get the left most position of the matrix. <dt> <a href="Legend.html#getX()"><b>getX</b></a>().Method in class <a href="Legend.html#_top_">Legend</a> <dd> Get the left most position of the legend object. <dt> <a href="Node.html#getX()"><b>getX</b></a>().Method in class <a href="Node.html#_top_">Node</a> <dd> Get the left most position of the node. <dt> <a href="ShadowLabel.html#getX()"><b>getX</b></a>().Method in class <a href="ShadowLabel.html#_top_">ShadowLabel</a> <dd> Get the left most positionn of the shadow label. <dt> <a href="TablePanel.html#getX()"><b>getX</b></a>().Method in class <a href="TablePanel.html#_top_">TablePanel</a> <dd> Get the left most position of the table panel. <dt> <a href="ComBox.html#getY()"><b>getY</b></a>().Method in class <a href="ComBox.html#_top_">ComBox</a> <dd> Y coordinate of the top left position of the commentary box. <dt> <a href="DrawingObj.html#getY()"><b>getY</b></a>().Method in interface <a href="DrawingObj.html#_top_">DrawingObj</a> <dd> Returns the y coordinate of the drawing object's reference point. <dt> <a href="Histogram.html#getY()"><b>getY</b></a>().Method in class <a href="Histogram.html#_top_">Histogram</a> <dd> Get the top most position of the panel. <dt> <a href="IntMatrix.html#getY()"><b>getY</b></a>().Method in class <a href="IntMatrix.html#_top_">IntMatrix</a> <dd> Get the top most position of the matrix. <dt> <a href="Legend.html#getY()"><b>getY</b></a>().Method in class <a href="Legend.html#_top_">Legend</a> <dd> Get the top most position of the legend object. <dt> <a href="Node.html#getY()"><b>getY</b></a>().Method in class <a href="Node.html#_top_">Node</a> <dd> Get the top most position of the node. <dt> <a href="ShadowLabel.html#getY()"><b>getY</b></a>().Method in class <a href="ShadowLabel.html#_top_">ShadowLabel</a> <dd> Get the bottom most positionn of the shadow label. <dt> <a href="TablePanel.html#getY()"><b>getY</b></a>().Method in class <a href="TablePanel.html#_top_">TablePanel</a> <dd> Get the top most position of the table panel.</dl><a name="Thumb-H"></a><hr><h2><a name="Thumb-H"><b> H </b></a></h2><dl> <dt> <a href="AlgAnimFrame.html#handleEvent(java.awt.Event)"><b>handleEvent</b></a>(Event).Method in class <a href="AlgAnimFrame.html#_top_">AlgAnimFrame</a> <dd> Event handler of the frame. <dt> <a href="LFrame.html#handleEvent(java.awt.Event)"><b>handleEvent</b></a>(Event).Method in class <a href="LFrame.html#_top_">LFrame</a> <dd> Legend window event handling method to dispose the legend frame when the WINDOW_DESTROY event is received. <dt> <a href="TablePanel.html#handleEvent(java.awt.Event)"><b>handleEvent</b></a>(Event).Method in class <a href="TablePanel.html#_top_">TablePanel</a> <dd> The main purpose of this method is to handle the scrollbar event. <dt> <a href="TextFrame.html#handleEvent(java.awt.Event)"><b>handleEvent</b></a>(Event).Method in class <a href="TextFrame.html#_top_">TextFrame</a> <dd> An event handler for the text frame which handles the WINDOW_DESTROY event and vertical scrollbar. <dt> <a href="LFrame.html#height"><b>height</b></a>.Variable in class <a href="LFrame.html#_top_">LFrame</a> <dd> The dimension of the frame in the number of pixels. <dt> <a href="Node.html#highlight"><b>highlight</b></a>.Variable in class <a href="Node.html#_top_">Node</a> <dd> Attribute to indicate if the node is to be highlighted. <dt> <a href="AlgAnimFrame.html#Highlight(int)"><b>Highlight</b></a>(int).Method in class <a href="AlgAnimFrame.html#_top_">AlgAnimFrame</a> <dd> Highlights the specified line of the source code on the text panel. <dt> <a href="TextPanel.html#Highlight(int)"><b>Highlight</b></a>(int).Method in class <a href="TextPanel.html#_top_">TextPanel</a> <dd> Highlight a certain line of the source code. <dt> <a href="Node.html#highlightLeft"><b>highlightLeft</b></a>.Variable in class <a href="Node.html#_top_">Node</a> <dd> Attribute to indicate if the left branch is to be highlighted. <dt> <a href="Node.html#highlightRight"><b>highlightRight</b></a>.Variable in class <a href="Node.html#_top_">Node</a> <dd> Attribute to indicate if the right branch is to be highlighted. <dt> <a href="TableCanvas.html#highlightRow(int)"><b>highlightRow</b></a>(int).Method in class <a href="TableCanvas.html#_top_">TableCanvas</a> <dd> Highlight the table entry with the row specified by the parameter. <dt> <a href="TablePanel.html#highlightRow(int)"><b>highlightRow</b></a>(int).Method in class <a href="TablePanel.html#_top_">TablePanel</a> <dd> Pass the method call to the corresponding <code>TableCanvas</code>, which highlights the table entry with the row specified by the parameter. <dt> <a href="Histogram.html#Histogram()"><b>Histogram</b></a>().Constructor for class <a href="Histogram.html#_top_">Histogram</a> <dd> A constructor to this class which set the background of the panel to white, font to size 12 PLAIN courier, and initializes the title, x-axis label, y-axis label, etc.</dl><a name="Thumb-I"></a><hr><h2><a name="Thumb-I"><b> I </b></a></h2><dl> <dt> <a href="ImageButton.html#ImageButton(java.lang.String, AlgAnimApp, ControlPanel)"><b>ImageButton</b></a>(String, AlgAnimApp, ControlPanel).Constructor for class <a href="ImageButton.html#_top_">ImageButton</a> <dd> Creates an <code>ImageButton</code> using the <code>gif</code> file specified by the first parameter on the panel defined by the third parameter. <dt> <a href="IntMatrix.html#incElem(int, int, int)"><b>incElem</b></a>(int, int, int).Method in class <a href="IntMatrix.html#_top_">IntMatrix</a> <dd> Increment the element specified by the first two parameters by the value specified by the third parameter. <dt> <a href="Histogram.html#incValueX(int)"><b>incValueX</b></a>(int).Method in class <a href="Histogram.html#_top_">Histogram</a> <dd> Increment the Y value of vertical bar specified by the parameter. <dt> <a href="TableCanvas.html#indexOf(java.lang.Object)"><b>indexOf</b></a>(Object).Method in class <a href="TableCanvas.html#_top_">TableCanvas</a> <dd> Get the location of an object in the table. <dt> <a href="TablePanel.html#indexOf(java.lang.Object)"><b>indexOf</b></a>(Object).Method in class <a href="TablePanel.html#_top_">TablePanel</a> <dd> Pass the method call to the corresponding <code>TableCanvas</code>, which gets the location of an object in the table. <dt> <a href="AlgAnimApp.html#init()"><b>init</b></a>().Method in class <a href="AlgAnimApp.html#_top_">AlgAnimApp</a> <dd> Applet initialization method, which creates the button attribute. <dt> <a href="DrawingPanel.html#init()"><b>init</b></a>().Method in class <a href="DrawingPanel.html#_top_">DrawingPanel</a> <dd> Initialize the commentary boxes and drawing objects, removing all of them from the drawing panel. <dt> <a href="Histogram.html#init()"><b>init</b></a>().
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -