A C D E F G H I J L M N O P R S T U W X Y

A

action(Event, Object) - Method in class ciips.animation.AlgAnimApp
The start_button action handling method, which is automatically invoked when the button is pressed.
action(Event, Object) - Method in class ciips.animation.AlgAnimFrame
Action handler for the buttons and choice buttons in the control panel.
action(Event, Object) - Method in class ciips.animation.ControlPanel
Action handler for the buttons and choice buttons in the control panel.
addCom(ComBox) - Method in class ciips.animation.DrawingPanel
Adds a commentary box to the drawing panel.
addDrawingObj(DrawingObj) - Method in class ciips.animation.DrawingPanel
Adds a drawing object to the canvas.
addTableEntry(Object, int) - Method in class ciips.animation.TableCanvas
Add an entry to the table and push the existing entries after this newly added object one position down.
addTableEntry(Object, int) - Method in class ciips.animation.TablePanel
Pass the method call to the corresponding TableCanvas, which add an entry to the table and push the existing entries after this newly added object one position down.
AlgAnimApp - class ciips.animation.AlgAnimApp.
This class creates an applet on a java compliant web browser.
AlgAnimApp() - Constructor for class ciips.animation.AlgAnimApp
This constructor should not be called directly.
AlgAnimFrame - class ciips.animation.AlgAnimFrame.
The AlgAnimFrame class is a top-level window with a title and border.
AlgAnimFrame(AlgAnimApp, URL) - Constructor for class ciips.animation.AlgAnimFrame
Creates and shows the frame consists of a drawing panel, commentary panel and control panel.
AlgThread - class ciips.animation.AlgThread.
Animations should extend this class and implement the run and loadData methods.
AlgThread() - Constructor for class ciips.animation.AlgThread
 
animate(DrawingObj[], Vector[]) - Method in class ciips.animation.DrawingPanel
Animate a list of drawing objects store in an array.
animate(DrawingObj, Vector) - Method in class ciips.animation.DrawingPanel
Animate a single drawing object through a sequence of points specified by the Vector construction.
Arrow - class ciips.animation.tree.Arrow.
 
Arrow(Color, double, int, int, int, int, double, double, double, double, double, Color, int, int, int) - Constructor for class ciips.animation.tree.Arrow
 

C

ciips.animation - package ciips.animation
 
ciips.animation.graph - package ciips.animation.graph
 
ciips.animation.tree - package ciips.animation.tree
 
ClassInterface - interface ciips.animation.graph.ClassInterface.
 
ComBox - class ciips.animation.ComBox.
This class composes a commentary box to be drawn on any drawing panel/canvas.
ComBox(int, int, String, Color, Color, Font) - Constructor for class ciips.animation.ComBox
Creates a commentary box with its topleft corner at (topLeftX, topLeftY) and the commentary text specified by the third String parameter, using the foreground and background colors indicated by the fourth and fifth parameters.
ComBox(int, int, String, Font) - Constructor for class ciips.animation.ComBox
Creates a commentary box with its topleft corner at (topLeftX, topLeftY) and the commentary text specified by the third String parameter.
ComPanel - class ciips.animation.ComPanel.
Commentary panel, which only consists of a few rows of texts in the form of java.awt.Label.
ComPanel(String, int) - Constructor for class ciips.animation.ComPanel
Creates a commentary panel based on the initial comment and number of text fields specified by the parameters.
Compare(GraphNode) - Method in class ciips.animation.graph.GraphNode
 
contains(Object) - Method in class ciips.animation.TableCanvas
Check if the table contains a certain object specified by the parameter.
contains(Object) - Method in class ciips.animation.TablePanel
Pass the method call to the corresponding TableCanvas, which checks if the table contains a certain object specified by the parameter.
ControlPanel - class ciips.animation.ControlPanel.
This class extends the java.awt.Panel class to form a panel which holds the buttons that control the animation of the algorithm.
ControlPanel(AlgAnimFrame, String) - Constructor for class ciips.animation.ControlPanel
Creates a panel to hold the control buttons of the animation tool.
Cost() - Method in interface ciips.animation.graph.ClassInterface
 
Cost() - Method in class ciips.animation.graph.Edge
 
Cost() - Method in class ciips.animation.graph.GraphNode
 
Cycle() - Method in class ciips.animation.graph.Edge
 

D

delay() - Method in class ciips.animation.DrawingPanel
Invoke a delay for a certain duration specified by setDelay(int).
delay() - Method in class ciips.animation.TablePanel
This method causes a delay of 200msec.
Draw_Arrow(Graphics, int) - Method in class ciips.animation.tree.Arrow
 
Draw_Edge(Graphics, int, int) - Method in class ciips.animation.graph.Edge
 
Draw_Node(Graphics, DrawingPanel) - Method in class ciips.animation.graph.GraphNode
 
draw(Graphics) - Method in interface ciips.animation.DrawingObj
Paint method of the drawing object.
draw(Graphics) - Method in class ciips.animation.Histogram
Same as paint().
draw(Graphics) - Method in class ciips.animation.ComBox
This method is to be called from the paint(Graphics g) method of the drawing panel/canvas.
draw(Graphics) - Method in class ciips.animation.ShadowLabel
Draw the text string with a gray label.
draw(Graphics) - Method in class ciips.animation.Legend
This method draws the details of the legend object on the appropriate graphical context, normally the drawing panel.
draw(Graphics) - Method in class ciips.animation.IntMatrix
This method has to be defined to fully implement the DrawingObj interface.
draw(Graphics) - Method in class ciips.animation.TablePanel
Simply call the repaint() method of the table panel.
draw(Graphics) - Method in class ciips.animation.tree.TreeNode
This method draws the node on the corresponding graphical context normally passed in from the drawing panel.
drawBox(Graphics, int, int, String, Color, Color, Font) - Method in class ciips.animation.IntMatrix
This method is used to draw each element of the matrix.
drawBox(Graphics, int, int, String, Color, Color, int) - Method in class ciips.animation.TableCanvas
This method is only called by the paint() method to draw each entry of the table as a box.
drawClusters(Graphics, int, int) - Method in class ciips.animation.TableCanvas
Display a status summary of the table regarding the percentage of the table being occupied, the number of clusters in the table, and a rough idea of the location of the table being occupied.
drawClusters(Graphics, int, int) - Method in class ciips.animation.TablePanel
Pass the method call to the corresponding TableCanvas.
DrawingObj - interface ciips.animation.DrawingObj.
Interface for the drawing object to be drawn in the drawing panel.
DrawingPanel - class ciips.animation.DrawingPanel.
DrawingPanel is the graphical panel attached to the animation frame AlgAnimFrame.
DrawingPanel() - Constructor for class ciips.animation.DrawingPanel
Creates a panel with white background and initializes the fonts to be used during the animation.
DrawingPanel(int, int) - Constructor for class ciips.animation.DrawingPanel
Constructor which allows the default height and width to be overridden
drawMatrix(Graphics, int, int, Color, Color) - Method in class ciips.animation.IntMatrix
This method is only called from the draw method which in turn is called from the drawing panel to draw the matrix based on the position and color previously set.

E

Edge - class ciips.animation.graph.Edge.
 
Edge(GraphNode, GraphNode, int) - Constructor for class ciips.animation.graph.Edge
 
elem(int, int) - Method in class ciips.animation.IntMatrix
Get a particular element of the matrix specified by the position given in the parameters of the method.

F

finishAlg() - Method in class ciips.animation.AlgAnimFrame
This method is invoked at the end of the animation or when the stop button is pressed.
FlowPanel - class ciips.animation.FlowPanel.
FlowPanel encapsulates the before and after panels into a single panel
FlowPanel(AlgAnimFrame, DrawingPanel[]) - Constructor for class ciips.animation.FlowPanel
 
frame - Variable in class ciips.animation.AlgThread
 
From_GraphNode() - Method in class ciips.animation.graph.Edge
 
full() - Method in class ciips.animation.TableCanvas
Check if the table has been fully filled up.
full() - Method in class ciips.animation.TablePanel
Pass the method call to the corresponding TableCanvas, which checks if the table has been fully filled up.

G

generateData() - Method in class ciips.animation.AlgThread
Generate the example data set.
Get_End() - Method in class ciips.animation.graph.Edge
 
Get_ID() - Method in class ciips.animation.graph.GraphNode
 
Get_Node_Colour() - Method in class ciips.animation.graph.GraphNode
 
Get_Scale_X() - Method in class ciips.animation.graph.GraphNode
 
Get_Scale_Y() - Method in class ciips.animation.graph.GraphNode
 
Get_Start() - Method in class ciips.animation.graph.Edge
 
getAlg() - Method in class ciips.animation.AlgAnimFrame
Returns the reference to the AlgThread which contains the details and execution sequences of the algorithm.
getApplet() - Method in class ciips.animation.AlgAnimFrame
Get the applet which contains a button to start up this window.
getBeforeDp() - Method in class ciips.animation.AlgAnimFrame
 
getBigFont() - Method in class ciips.animation.DrawingPanel
Returns the font objects initialized during the class initialization, which can be readily used during the animation.
getComPanel() - Method in class ciips.animation.AlgAnimFrame
Get the commentary panel that displays messages of any type.
getCurrentPanel() - Method in class ciips.animation.AlgAnimFrame
 
getDataChoice() - Method in class ciips.animation.AlgAnimFrame
Get the index of selected choice from the 'Select' pull menu.
getDataPanelCount() - Method in class ciips.animation.AlgThread
 
getDataSets() - Method in class ciips.animation.AlgThread
 
getDelay() - Method in class ciips.animation.AlgAnimFrame
Get the delay for highlighting text.
getDepth() - Method in class ciips.animation.tree.TreeNode
Get the depth of his node.
getDisableAnim() - Method in class ciips.animation.AlgAnimFrame
Get the menu item which specify if the animation is disabled.
getDrawingPanel() - Method in class ciips.animation.AlgAnimFrame
Returns an instance of the drawing panel which is cast to its super class Panel.
getEnableAnim() - Method in class ciips.animation.AlgAnimFrame
Get the menu item which specify if the animation is enabled.
getFixFont() - Method in class ciips.animation.DrawingPanel
Return font objects initialized during the class initialization, which can be readily used during the animation.
getFont() - Method in class ciips.animation.ShadowLabel
 
getHugeFont() - Method in class ciips.animation.DrawingPanel
Return font objects initialized during the class initialization, which can be readily used during the animation.
getLabel() - Method in class ciips.animation.tree.TreeNode
Get the label of this node.
getLabelColour() - Method in class ciips.animation.graph.GraphNode
 
getLeftTreeNode() - Method in class ciips.animation.tree.TreeNode
Get the left child of this node.
getLineSpace() - Method in class ciips.animation.TextPanel
Get the number of pixels used by each line of text.
getMinimumSize() - Method in class ciips.animation.TextPanel
Return the minimum allowed dimension of the text panel.
getNoAnim() - Method in class ciips.animation.DrawingPanel
Check if the noAnim flag is set.
getNodeColour() - Method in class ciips.animation.graph.GraphNode
 
getNumLines() - Method in class ciips.animation.TextPanel
Get the number of lines of source code to be displayed on the text panel.
getOffset() - Method in class ciips.animation.DrawingPanel
Get the number of pixel towards the edge of the panel which are not going to be drawn.
getPanelHeight() - Method in class ciips.animation.DrawingPanel
Get the height of the drawing panel.
getPanelWidth() - Method in class ciips.animation.DrawingPanel
Get the width of the drawing panel.
getPreferredSize() - Method in class ciips.animation.TextPanel
Returns the initial dimension of the text panel.
getPreferredSize() - Method in class ciips.animation.DrawingPanel
Returns the initial preferred size of the drawing panel.
getPreferredSize() - Method in class ciips.animation.ImageButton
Specify the dimension of the button.
getPreviousPanel() - Method in class ciips.animation.AlgAnimFrame
 
getRightTreeNode() - Method in class ciips.animation.tree.TreeNode
Get the right child of this node.
getRunButton() - Method in class ciips.animation.ControlPanel
Returns an instance of the run ImageButton, which is casted to java.awt.Button
getRunItem() - Method in class ciips.animation.AlgAnimFrame
Get the run button from the control panel.
getSkip() - Method in class ciips.animation.DrawingPanel
Check if the animationis in the skip mode.
getSkipButton() - Method in class ciips.animation.ControlPanel
Returns an instance of the skip ImageButton, which is casted to java.awt.Button
getSkipItem() - Method in class ciips.animation.AlgAnimFrame
Get the skip button from the control panel.
getSmallFont() - Method in class ciips.animation.DrawingPanel
Return font objects initialized during the class initialization, which can be readily used during the animation.
getStart() - Method in class ciips.animation.TextPanel
Get the first line of the source code that will be displayed.
getStepButton() - Method in class ciips.animation.ControlPanel
Returns an instance of the step ImageButton, which is casted to java.awt.Button
getStopButton() - Method in class ciips.animation.ControlPanel
Returns an instance of the stop ImageButton, which is casted to java.awt.Button
getStopItem() - Method in class ciips.animation.AlgAnimFrame
Get the stop button from the control panel.
getTableEntryAt(int) - Method in class ciips.animation.TableCanvas
Obtain the object placed at the table row specified by the parameter.
getTableEntryAt(int) - Method in class ciips.animation.TablePanel
Pass the method call to the corresponding TableCanvas, which obtains the object placed at the table row specified by the parameter.
getText() - Method in class ciips.animation.ComBox
This method is called to obtain the current text string to be displayed in the commentary box.
getText() - Method in class ciips.animation.ShadowLabel
Get the text string for this label object.
getTextFrame() - Method in class ciips.animation.AlgAnimFrame
Returns an instance of the TextFrame used to set the layout constraints and highlight certain lines of the source code.
getTextPanel() - Method in class ciips.animation.TextFrame
Get the text panel corresponding to this frame.
getTinyFont() - Method in class ciips.animation.DrawingPanel
Return font objects initialized during the class initialization, which can be readily used during the animation.
getVertScrollbar() - Method in class ciips.animation.TextFrame
Get the vertical scrollbar governing the view window of the text panel.
getWeight() - Method in class ciips.animation.tree.TreeNode
Get the weight of this node.
getX() - Method in interface ciips.animation.DrawingObj
Returns the x coordinate of the drawing object's reference point.
getX() - Method in class ciips.animation.Histogram
Get the left most position of the panel.
getX() - Method in class ciips.animation.ComBox
X coordinate of the top left position of the commentary box.
getX() - Method in class ciips.animation.ShadowLabel
Get the left most positionn of the shadow label.
getX() - Method in class ciips.animation.Legend
Get the left most position of the legend object.
getX() - Method in class ciips.animation.IntMatrix
Get the left most position of the matrix.
getX() - Method in class ciips.animation.TablePanel
Get the left most position of the table panel.
getX() - Method in class ciips.animation.tree.TreeNode
Get the left most position of the node.
getY() - Method in interface ciips.animation.DrawingObj
Returns the y coordinate of the drawing object's reference point.
getY() - Method in class ciips.animation.Histogram
Get the top most position of the panel.
getY() - Method in class ciips.animation.ComBox
Y coordinate of the top left position of the commentary box.
getY() - Method in class ciips.animation.ShadowLabel
Get the bottom most positionn of the shadow label.
getY() - Method in class ciips.animation.Legend
Get the top most position of the legend object.
getY() - Method in class ciips.animation.IntMatrix
Get the top most position of the matrix.
getY() - Method in class ciips.animation.TablePanel
Get the top most position of the table panel.
getY() - Method in class ciips.animation.tree.TreeNode
Get the top most position of the node.
GraphNode - class ciips.animation.graph.GraphNode.
 
GraphNode(int, int, int) - Constructor for class ciips.animation.graph.GraphNode
 

H

handleEvent(Event) - Method in class ciips.animation.LFrame
Legend window event handling method to dispose the legend frame when the WINDOW_DESTROY event is received.
handleEvent(Event) - Method in class ciips.animation.AlgAnimFrame
Event handler of the frame.
handleEvent(Event) - Method in class ciips.animation.TextFrame
An event handler for the text frame which handles the WINDOW_DESTROY event and vertical scrollbar.
handleEvent(Event) - Method in class ciips.animation.TablePanel
The main purpose of this method is to handle the scrollbar event.
height - Variable in class ciips.animation.LFrame
The dimension of the frame in the number of pixels.
hideCost() - Method in class ciips.animation.graph.Edge
 
hideCost() - Method in class ciips.animation.graph.GraphNode
 
hideID() - Method in class ciips.animation.graph.GraphNode
 
highlight - Variable in class ciips.animation.tree.TreeNode
Attribute to indicate if the node is to be highlighted.
Highlight(Graphics, Color) - Method in class ciips.animation.graph.GraphNode
 
Highlight(int) - Method in class ciips.animation.AlgAnimFrame
Highlights the specified line of the source code on the text panel.
Highlight(int) - Method in class ciips.animation.TextPanel
Highlight a certain line of the source code.
highlightLeft - Variable in class ciips.animation.tree.TreeNode
Attribute to indicate if the left branch is to be highlighted.
highlightRight - Variable in class ciips.animation.tree.TreeNode
Attribute to indicate if the right branch is to be highlighted.
highlightRow(int) - Method in class ciips.animation.TableCanvas
Highlight the table entry with the row specified by the parameter.
highlightRow(int) - Method in class ciips.animation.TablePanel
Pass the method call to the corresponding TableCanvas, which highlights the table entry with the row specified by the parameter.
Histogram - class ciips.animation.Histogram.
This is one example of the drawing object inheriting java.awt.Panel which can be added to the drawing panel (DrawingPanel).
Histogram() - Constructor for class ciips.animation.Histogram
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.

I

ImageButton - class ciips.animation.ImageButton.
The ImageButton class extends the original java.awt.Button to display graphical images in gif format.
ImageButton(String, AlgAnimApp, ControlPanel) - Constructor for class ciips.animation.ImageButton
Creates an ImageButton using the gif file specified by the first parameter on the panel defined by the third parameter.
incElem(int, int, int) - Method in class ciips.animation.IntMatrix
Increment the element specified by the first two parameters by the value specified by the third parameter.
incValueX(int) - Method in class ciips.animation.Histogram
Increment the Y value of vertical bar specified by the parameter.
indexOf(Object) - Method in class ciips.animation.TableCanvas
Get the location of an object in the table.
indexOf(Object) - Method in class ciips.animation.TablePanel
Pass the method call to the corresponding TableCanvas, which gets the location of an object in the table.
init() - Method in class ciips.animation.AlgAnimApp
Applet initialization method which sets the button label.
init() - Method in class ciips.animation.Histogram
Initialize the histogram, removing all bars from the graph.
init() - Method in class ciips.animation.TableCanvas
Initialize the table and set all entries to null.
init() - Method in class ciips.animation.DrawingPanel
Initialize the commentary boxes and drawing objects, removing all of them from the drawing panel.
init(int) - Method in class ciips.animation.TablePanel
Set the size of the table and rescale the scrollbar governing the table.
initColors(Color) - Method in class ciips.animation.tree.TreeNode
Set the color of the node.
initFonts(Font, Font) - Method in class ciips.animation.tree.TreeNode
Assign some font instances to reduce initialization over during redraw.
IntMatrix - class ciips.animation.IntMatrix.
An example implementation of the DrawingObj interface that can be added to the drawingPanel (an instance of DrawingPanel).
IntMatrix(int) - Constructor for class ciips.animation.IntMatrix
Construct a square matrix with number of rows = number of columns as specified by the single parameter of the constructor.
IntMatrix(int, int) - Constructor for class ciips.animation.IntMatrix
Construct a matrix with the number of rows and columns specified by the parameters of the constructor.
Is_From() - Method in class ciips.animation.graph.Edge
 
Is_To() - Method in class ciips.animation.graph.Edge
 
isComExist(ComBox) - Method in class ciips.animation.DrawingPanel
Check if a commentary box has already been added to the drawing panel.
isLeaf() - Method in class ciips.animation.tree.TreeNode
Check if this node is a leaf node.
isNoAnim() - Method in class ciips.animation.AlgAnimFrame
Obtain the status of the preferred animation style.
isObjExist(DrawingObj) - Method in class ciips.animation.DrawingPanel
Checks if a certain object has already been added to the drawing panel.

J

Join() - Method in class ciips.animation.graph.Edge
 

L

Legend - class ciips.animation.Legend.
This is just another example implementation of the DrawingObj interface.
Legend(int, int) - Constructor for class ciips.animation.Legend
Construct a legend object on the same drawing panel with the topleft corner specified by the parameters.
LFrame - class ciips.animation.LFrame.
LFrame is an extension of the java.awt.Frame class customized to display the legend of the color code used in the animation panel.
LFrame(Color[], String[]) - Constructor for class ciips.animation.LFrame
Creates a new legend frame.
loadData(int) - Method in class ciips.animation.AlgThread
Load or generate a specified data set.

M

Mid_X() - Method in class ciips.animation.graph.GraphNode
 
Mid_Y() - Method in class ciips.animation.graph.GraphNode
 
move(int, int) - Method in interface ciips.animation.DrawingObj
This method repositions the drawing object to the new location specified by the paramters.
move(int, int) - Method in class ciips.animation.ComBox
Move the top left position of the commentary box.
move(int, int) - Method in class ciips.animation.ShadowLabel
Move this shadow label to the new position with its bottom left corner specified by the paramters.
move(int, int) - Method in class ciips.animation.Legend
Move the object to the position as specified by the parameter.
move(int, int) - Method in class ciips.animation.IntMatrix
Move the matrix to the position specified with reference to the top left corner.
move(int, int) - Method in class ciips.animation.tree.TreeNode
Move the node and all its branches based on the parameters.
moveTreeNode(int, int) - Method in class ciips.animation.tree.TreeNode
Move the tree starting with node dx pixels to the right and dy pixels down.

N

New() - Method in class ciips.animation.graph.Edge
 
numOccupied() - Method in class ciips.animation.TableCanvas
Get the number of rows in the table where the contents are non-null object.
numOccupied() - Method in class ciips.animation.TablePanel
Pass the method call to the corresponding TableCanvas, which gets the number of rows in the table where the contents are non-null objects.

O

occupied(int) - Method in class ciips.animation.TableCanvas
Check if a particular row in the table has a non-null object.
occupied(int) - Method in class ciips.animation.TablePanel
Pass the method call to the corresponding TableCanvas, which checks if a particular row in the table has a non-null object.

P

paint(Graphics) - Method in class ciips.animation.Histogram
Method to draw objects on the histogram panel.
paint(Graphics) - Method in class ciips.animation.TableCanvas
Method to draw the table canvas.
paint(Graphics) - Method in class ciips.animation.TextPanel
This method print the source code starting from the first line specified by setStart(int) on the text panel.
paint(Graphics) - Method in class ciips.animation.DrawingPanel
Method to draw objects on the drawing panel.
paint(Graphics) - Method in class ciips.animation.ImageButton
Method to draw image on the button
preferredSize() - Method in class ciips.animation.LFrame
Returns the dimension of the window when probed by the window manager.
preferredSize() - Method in class ciips.animation.AlgAnimFrame
Returns the preferred size of the frame.
preferredSize() - Method in class ciips.animation.TableCanvas
Define the default size of the table.
preferredSize() - Method in class ciips.animation.TextFrame
Return the preferred size of the frame.
preferredSize() - Method in class ciips.animation.ImageButton
Specify the dimension of the button.
Print_Edge(String) - Method in class ciips.animation.graph.Edge
 
print(Graphics) - Method in class ciips.animation.ImageButton
Method to draw image on the button
printMatrix() - Method in class ciips.animation.IntMatrix
Print out the contents of the matrix to the stdout.

R

Redraw_Node(Graphics, DrawingPanel) - Method in class ciips.animation.graph.GraphNode
 
redraw() - Method in class ciips.animation.DrawingPanel
Calls repaint() followed by delay().
refreshButtons() - Method in class ciips.animation.ControlPanel
Perform a repaint() on each of the image buttons.
removeCom(ComBox) - Method in class ciips.animation.DrawingPanel
Remove the commentary box.
removeObj(DrawingObj) - Method in class ciips.animation.DrawingPanel
Remove a drawing object which matches the parameter.
Rep() - Method in class ciips.animation.graph.Edge
 
Rep() - Method in class ciips.animation.graph.GraphNode
 
restoreAll() - Method in class ciips.animation.IntMatrix
Restore all previously highlighted element of the matrix (black and gray).
restoreDrawingPanel() - Method in class ciips.animation.AlgThread
 
restoreDrawingPanel() - Method in class ciips.animation.AlgAnimFrame
Restore the drawing panel at the end of the animation or during initialization.
restoreHighlight(int, int) - Method in class ciips.animation.IntMatrix
Restore the element which was highlighted using Color.black.
restoreHighlight2(int, int) - Method in class ciips.animation.IntMatrix
Restore the element which was highlighted using Color.gray.
restoreRow() - Method in class ciips.animation.TableCanvas
This method is used to restore any highlighted row.
restoreRow() - Method in class ciips.animation.TablePanel
Pass the method call to the corresponding TableCanvas, which restores any highlighted row.
run() - Method in class ciips.animation.AlgThread
Run the animation.

S

scroll2posn(int) - Method in class ciips.animation.TablePanel
Scroll the display window of the table to shown the row specified by the parameter.
Set_Cost(double) - Method in class ciips.animation.graph.GraphNode
 
Set_Highlight(Color) - Method in class ciips.animation.graph.Edge
 
Set_Highlight(Color) - Method in class ciips.animation.graph.GraphNode
 
Set_Radius(int) - Method in class ciips.animation.graph.GraphNode
 
Set_Rep(GraphNode) - Method in class ciips.animation.graph.Edge
 
Set_Rep(GraphNode) - Method in class ciips.animation.graph.GraphNode
 
Set_Scale(double, double) - Method in class ciips.animation.graph.GraphNode
 
Set_X(int) - Method in class ciips.animation.graph.GraphNode
 
Set_Y(int) - Method in class ciips.animation.graph.GraphNode
 
setAnimStep(int) - Method in class ciips.animation.DrawingPanel
Set the animation step, i.e.
setAnsColour(Color) - Method in class ciips.animation.graph.GraphNode
 
setBackground(Color) - Method in class ciips.animation.ComBox
Set the background color of the commentary box.
setColLabels(String[]) - Method in class ciips.animation.IntMatrix
Set a label to each column of the matrix based on the array of String passed in as the parameter.
setColor(Color) - Method in class ciips.animation.ComBox
Set the text color of the commentary box.
setColor(Color) - Method in class ciips.animation.ShadowLabel
Set the text color of the drawing object.
setColor(Color, Color) - Method in class ciips.animation.IntMatrix
Set the foreground and background color for each element of the matrix.
setDelay(int) - Method in class ciips.animation.AlgThread
 
setDelay(int) - Method in class ciips.animation.AlgAnimFrame
Set the delay for highlighting text.
setDelay(int) - Method in class ciips.animation.DrawingPanel
Set the delay duration between animation update.
setDepth(int) - Method in class ciips.animation.tree.TreeNode
Sets the depth of this node corresponding to the root node of the tree.
setDiag(int[]) - Method in class ciips.animation.IntMatrix
Set the value for each element on the main diagonal based on the array passed in as the parameter.
setDimension(Dimension) - Method in class ciips.animation.AlgAnimFrame
Sets the size of the frame.
setDimension(int, int) - Method in class ciips.animation.LFrame
Set the dimension of the legend window.
setDisable() - Method in class ciips.animation.ImageButton
Disable the image button and set the current image to imageFileDisable.gif.
setDrawingPanel(DrawingPanel) - Method in class ciips.animation.AlgAnimFrame
Sets the drawing panel which is cast to its super class Panel.
setDrawingPanel(DrawingPanel) - Method in class ciips.animation.TablePanel
Set the parent panel where this table panel is going to reside.
setElem(int, int, int) - Method in class ciips.animation.IntMatrix
Assign a new value to the entry specified by the parameters.
setEnable() - Method in class ciips.animation.ImageButton
Enable the image button and set the current image to imageFile.gif
setHighlight(int, int) - Method in class ciips.animation.IntMatrix
Highlight an element of the matrix, colouring it to black.
setHighlight2(int, int) - Method in class ciips.animation.IntMatrix
Highlight an element of the matrix, colouring it to gray.
setLabel(String) - Method in class ciips.animation.tree.TreeNode
Set the label of this node.
setLabelColour(Color) - Method in class ciips.animation.graph.GraphNode
 
setLeftTreeNode(TreeNode) - Method in class ciips.animation.tree.TreeNode
Link the left branch of this node to the node passed in as the parameter.
setLT(int) - Method in class ciips.animation.IntMatrix
Assign a value to all elements to the left hand side of the main diagonal (exclusive).
setNoAnim(boolean) - Method in class ciips.animation.DrawingPanel
Set if the animation is disable.
setNodeColour(Color) - Method in class ciips.animation.graph.GraphNode
 
setParms(AlgAnimFrame, String[], int) - Method in class ciips.animation.AlgThread
 
setRightTreeNode(TreeNode) - Method in class ciips.animation.tree.TreeNode
Link the right branch of this node to the node passed in as the parameter.
setRowLabels(String[]) - Method in class ciips.animation.IntMatrix
Set a label to each row of the matrix based on the array of String passed in as the parameter.
setSkip(boolean) - Method in class ciips.animation.AlgAnimFrame
Sets the attribute which indicate if the skip execution mode is current.
setSkip(boolean) - Method in class ciips.animation.DrawingPanel
Set if the animation is in the 'SKIP' .
setStart(int) - Method in class ciips.animation.TableCanvas
Set the starting row, which will be displayed by the table.
setStart(int) - Method in class ciips.animation.TextPanel
Set the first line to display.
setStep(boolean) - Method in class ciips.animation.AlgAnimFrame
Sets the attribute which indicate if the step execution mode is current.
setTableEntry(Object, int) - Method in class ciips.animation.TableCanvas
Set the object specified by the first parameter to the table row defined by the second parameter.
setTableEntry(Object, int) - Method in class ciips.animation.TablePanel
Pass the method call to the corresponding TableCanvas, which sets the object specified by the first parameter to the table row defined by the second parameter.
setTableSize(int) - Method in class ciips.animation.TableCanvas
This method is called to set the size of the table and hence rescale the scrollbar on the panel it resides in.
setTableSize(int) - Method in class ciips.animation.TablePanel
Pass the method call to the corresponding TableCanvas, which sets the size of the table and hence rescale the scrollbar.
setText(int, String) - Method in class ciips.animation.AlgAnimFrame
Sets the text string to be displayed on a specific text field on the commentary panel return from getComPanel.
setText(int, String) - Method in class ciips.animation.ComPanel
This method set the text string on the text label specified by the parameters.
setText(String) - Method in class ciips.animation.ComBox
Set the text string to be displayed on the commentary box.
setText(String) - Method in class ciips.animation.ShadowLabel
Set the text string for this drawing object.
setTitle(String) - Method in class ciips.animation.Histogram
Set a title for the histogram.
setTitle(String) - Method in class ciips.animation.IntMatrix
Set a title to the matrix.
setTopLeft(int, int) - Method in class ciips.animation.ComBox
Set the top left position of the commentary box.
setValueXY(int, int) - Method in class ciips.animation.Histogram
Set the Y value for the vertical bar at the specified X position.
setWeight(int) - Method in class ciips.animation.tree.TreeNode
Set the weight of this node.
setX(int) - Method in class ciips.animation.tree.TreeNode
Sets the x coordinate of the top-left corner of the node
setXLabel(String) - Method in class ciips.animation.Histogram
Set a title for the x-axis.
setXMax(int) - Method in class ciips.animation.Histogram
Set the maximum value for the x-axis of the histogram.
setXMin(int) - Method in class ciips.animation.Histogram
Set the minimum value for the x-axis of the histogram.
setXStep(int) - Method in class ciips.animation.Histogram
Set the incremental step for the x-axis of the histogram.
setY(int) - Method in class ciips.animation.tree.TreeNode
Sets the y coordinate of the top-left corner of the node
setYLabel(String) - Method in class ciips.animation.Histogram
Set a title for the y-axis of the histogram.
setYMax(int) - Method in class ciips.animation.Histogram
Set the maximum value for the y-axis of the histogram.
setYMin(int) - Method in class ciips.animation.Histogram
Set the minimum value for the y-axis of the histogram.
setYStep(int) - Method in class ciips.animation.Histogram
Set the incremental step for the y-axis.
ShadowLabel - class ciips.animation.ShadowLabel.
This is another example implementation of the DrawingObj interface.
ShadowLabel(String) - Constructor for class ciips.animation.ShadowLabel
Construct a new shadow label with the initial text string as specified by the parameter.
shortDelay() - Method in class ciips.animation.DrawingPanel
Causing a short delay of 1/3 of the normal delay duration.
Show_Ans(Graphics, DrawingPanel) - Method in class ciips.animation.graph.GraphNode
 
Show_Cost() - Method in class ciips.animation.graph.GraphNode
 
Show_ID(boolean) - Method in class ciips.animation.graph.GraphNode
 
shuffleDown() - Method in class ciips.animation.AlgThread
Shuffle the previous panels down
start_button - Variable in class ciips.animation.AlgAnimApp
An awt button to bring up a frame.
startAlg() - Method in class ciips.animation.AlgAnimFrame
Start the animation algorithm if the run or step button is pressed.

T

TableCanvas - class ciips.animation.TableCanvas.
This class creates a panel to display a table.
TableCanvas(TablePanel) - Constructor for class ciips.animation.TableCanvas
Constructor method of the TableCanvas class.
TablePanel - class ciips.animation.TablePanel.
This class creates a panel with a table canvas and a vertical scrollbar to the east of the canvas.
TablePanel(int) - Constructor for class ciips.animation.TablePanel
Create a panel with a table canvas and a scrollbar to the east of the table canvas.
tableSize() - Method in class ciips.animation.TableCanvas
Get the maximum size of the table (including all null and non-null objects).
tableSize() - Method in class ciips.animation.TablePanel
Pass the method call to the corresponding TableCanvas, which gets the maximum size of the table.
TextFrame - class ciips.animation.TextFrame.
This TextFrame class brings up a frame containing the text panel.
TextFrame(URL) - Constructor for class ciips.animation.TextFrame
Construct a text frame and initialize the text panel to be added to the text frame.
TextPanel - class ciips.animation.TextPanel.
Text panel to display the source code of the animation algorithm.
TextPanel(String) - Constructor for class ciips.animation.TextPanel
Creates a text panel based on the source file specified in the String passed in as the parameter.
TextPanel(URL) - Constructor for class ciips.animation.TextPanel
Creates a text frame based on the URL specified by the parameter.
To_GraphNode() - Method in class ciips.animation.graph.Edge
 
TreeNode - class ciips.animation.tree.TreeNode.
This class holds the information regarding a node from the heap/complete binary tree.
TreeNode() - Constructor for class ciips.animation.tree.TreeNode
Create a new left node with weight 0.
TreeNode(int) - Constructor for class ciips.animation.tree.TreeNode
Create a new leaf node with the specified weight.
TreeNode(String) - Constructor for class ciips.animation.tree.TreeNode
Create a new leaf node with 0 weight and label as specified.
TreeNode(String, int) - Constructor for class ciips.animation.tree.TreeNode
Create a new leaf node with label and weight as specified in the parameters.
TreeNode(TreeNode) - Constructor for class ciips.animation.tree.TreeNode
Create a node with the left node as set and weight of the current node set to 0.
TreeNode(TreeNode, TreeNode) - Constructor for class ciips.animation.tree.TreeNode
Create a node with the left and right child nodes specified and the weight of the current node is the sum of the child node.

U

Unhighlight_Node(Graphics, Color) - Method in class ciips.animation.graph.GraphNode
 
Update_Rep() - Method in class ciips.animation.graph.Edge
 
update(Graphics) - Method in class ciips.animation.Histogram
This method is invoked when the repaint() method is called.
update(Graphics) - Method in class ciips.animation.TableCanvas
This method is invoked by the display manager when the repaint() method of the panel is called.
update(Graphics) - Method in class ciips.animation.TextPanel
This method is invoked when the repaint() method of the parent class is called.
update(Graphics) - Method in class ciips.animation.DrawingPanel
This method is invoked when the repaint() method is called.
update(Graphics) - Method in class ciips.animation.ImageButton
This method is invokes when the repaint method is called.

W

waitSkip() - Method in class ciips.animation.AlgThread
 
waitSkip() - Method in class ciips.animation.AlgAnimFrame
This method is called when the skip execution mode is used.
waitStep() - Method in class ciips.animation.AlgAnimFrame
This method is called when the step execution mode is used.
width - Variable in class ciips.animation.LFrame
The dimension of the frame in the number of pixels.

X

x - Variable in class ciips.animation.graph.GraphNode
 

Y

y - Variable in class ciips.animation.graph.GraphNode
 

A C D E F G H I J L M N O P R S T U W X Y