A B C D E F G H I 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.
actionPerformed(ActionEvent) - Method in class ciips.animation.InputDialog
 
actionPerformed(ActionEvent) - Method in class ciips.animation.UIFrame
 
active - Variable in class ciips.animation.tree.MultiNode
 
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.
addDrawingPanels(BasicDrawingPanel[]) - Method in class ciips.animation.FlowPanel
 
addPoint(DrawingObj, Point) - Method in class ciips.animation.Trajectory
Make an object move to a point offset from another one
addPoint(Point) - Method in class ciips.animation.Trajectory
Add a Point x to the trajectory
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.
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.
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
 
allowUI(boolean) - Static method in class ciips.animation.UIFrame
 
animate(DrawingObj[], Vector[]) - Method in class ciips.animation.DrawingPanel
Animate a list of drawing objects store in an array.
animate(DrawingObj, Trajectory) - Method in class ciips.animation.DrawingPanel
Animate a single drawing object along a trajectory
animate(DrawingObj, Vector) - Method in class ciips.animation.DrawingPanel
Animate a single drawing object through a sequence of points specified by the Vector construction.
append(MultiNode) - Method in class ciips.animation.tree.MultiNode
Adds a new node
ARC_INTERPOLATION - Static variable in class ciips.animation.Trajectory
 
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
 

B

BasicDrawingPanel - class ciips.animation.BasicDrawingPanel.
BasicDrawingPanel is the graphical panel attached to the animation frame AlgAnimFrame.
BasicDrawingPanel() - Constructor for class ciips.animation.BasicDrawingPanel
Creates a panel with white background
BasicDrawingPanel(int, int) - Constructor for class ciips.animation.BasicDrawingPanel
Constructor which allows the default height and width to be overridden
BasicNode - class ciips.animation.tree.BasicNode.
 
BasicNode() - Constructor for class ciips.animation.tree.BasicNode
Create a new leaf node with label and weight as specified in the parameters with multiple children.
BasicNode(String, Object) - Constructor for class ciips.animation.tree.BasicNode
 

C

child - Variable in class ciips.animation.tree.MultiNode
 
ciips.animation - package ciips.animation
 
ciips.animation.tree - package ciips.animation.tree
 
clear() - Method in class ciips.animation.BasicDrawingPanel
 
clearPanels() - Method in class ciips.animation.AlgAnimFrame
 
ComBox - class ciips.animation.ComBox.
This class composes a commentary box to be drawn on any drawing panel/canvas.
ComBox(int, int, String) - Constructor for class ciips.animation.ComBox
 
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_LINES - Static variable in class ciips.animation.AlgAnimFrame
 
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.
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.
contains(Object) - Method in class ciips.animation.TableCanvas
Check 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.

D

d_panel - Variable in class ciips.animation.AlgThread
 
delay() - Method in class ciips.animation.TablePanel
This method causes a delay of 200msec.
delay() - Method in class ciips.animation.DrawingPanel
Invoke a delay for a certain duration specified by setDelay(int).
depth - Variable in class ciips.animation.tree.BasicNode
 
depth - Variable in class ciips.animation.tree.TreeNode
 
diameter - Variable in class ciips.animation.tree.MultiNode
 
diff_x - Variable in class ciips.animation.tree.BasicNode
 
diff_y - Variable in class ciips.animation.tree.BasicNode
 
displace(int, int) - Method in class ciips.animation.tree.BasicNode
Move the tree starting with node dx pixels to the right and dy pixels down.
displace(int, int) - Method in class ciips.animation.tree.MultiNode
Move the tree starting with node dx pixels to the right and dy pixels down.
displace(int, int) - Method in class ciips.animation.tree.MultiwayTree
Displace the tree starting with node dx pixels to the right and dy pixels down.
Draw_Arrow(Graphics, int) - Method in class ciips.animation.tree.Arrow
 
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.ShadowLabel
Draw the text string with a gray label.
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.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.Histogram
Same as paint().
draw(Graphics) - Method in class ciips.animation.TablePanel
Simply call the repaint() method of the table panel.
draw(Graphics) - Method in interface ciips.animation.DrawingObj
Paint method of the drawing object.
draw(Graphics) - Method in class ciips.animation.tree.TreeEdgeList
 
draw(Graphics) - Method in class ciips.animation.tree.TreeEdge
Draw the edge
draw(Graphics) - Method in class ciips.animation.tree.BasicNode
This method draws the node on the corresponding graphical context normally passed in from the drawing panel.
draw(Graphics) - Method in class ciips.animation.tree.MultiwayTree
This method draws the node on the corresponding graphical context normally passed in from the drawing 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.
draw(Graphics, MultiNode) - Method in class ciips.animation.tree.MultiNode
Draws the corresponding node and the edge to the child nodes
drawBeforeLabel(ShadowLabel) - Method in class ciips.animation.FlowPanel
Draw a label in the panel immediately preceding the current one
drawBeforeLabel(ShadowLabel) - Method in class ciips.animation.AlgAnimFrame
Shuffles the images down and draws a label on the "before" image (the one immediately preceding the current one
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.TablePanel
Pass the method call to the corresponding TableCanvas.
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.
drawEdge(Graphics, MultiNode) - Method in class ciips.animation.tree.MultiNode
Draw the edge from node to children
drawEdge(Graphics, MultiNode, MultiNode, boolean) - Static method in class ciips.animation.tree.MultiwayTree
 
drawFromOffscreen() - Method in class ciips.animation.BasicDrawingPanel
 
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.
drawSubTree(Graphics) - Method in class ciips.animation.tree.MultiNode
Draw a node and its subtree
drawSubTree(Graphics) - Method in class ciips.animation.tree.MultiwayTree
Draw a node and its subtree

E

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.
elementAt(int) - Method in class ciips.animation.IntList
 
equals(TreeNode, TreeNode) - Method in class ciips.animation.tree.TreeEdge
Match an edge
expandSize(float) - Method in class ciips.animation.tree.TreeNode
Adjust the node size by a factor

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) - Constructor for class ciips.animation.FlowPanel
 
frame - Variable in class ciips.animation.AlgThread
 
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.
full() - Method in class ciips.animation.TableCanvas
Check if the table has been fully filled up.

G

generateData() - Method in class ciips.animation.AlgThread
Generate the example data set.
getActionMenu() - Method in class ciips.animation.AlgThread
Allow the animator to create a special menu of user actions associated with this animation.
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.
getChildCount() - Method in class ciips.animation.tree.MultiNode
 
getComPanel() - Method in class ciips.animation.AlgAnimFrame
Get the commentary panel that displays messages of any type.
getCurrentPanel() - Method in class ciips.animation.AlgAnimFrame
 
getData() - Method in class ciips.animation.tree.BasicNode
Get the weight of this node.
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.BasicNode
Get the depth of his node.
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.
getEnd() - Method in class ciips.animation.tree.TreeEdge
 
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
 
getHighlight() - Method in class ciips.animation.tree.BasicNode
 
getHugeFont() - Method in class ciips.animation.DrawingPanel
Return font objects initialized during the class initialization, which can be readily used during the animation.
getImage() - Method in class ciips.animation.BasicDrawingPanel
Get the image associated with this panel.
getIntList() - Method in class ciips.animation.UIFrame
 
getLabel() - Method in class ciips.animation.tree.BasicNode
Get the label of this node.
getLabel() - Method in class ciips.animation.tree.TreeNode
Get the label of this node.
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.
getNodeSize() - Method in class ciips.animation.tree.TreeNode
Return the current node size - used by other routines, eg, TreeEdge, to control their drawing
getNumLines() - Method in class ciips.animation.TextPanel
Get the number of lines of source code to be displayed on the text panel.
getOffScreenGraphics() - Method in class ciips.animation.BasicDrawingPanel
 
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.
getOptions() - Method in class ciips.animation.AlgThread
Return a list of options that can be set when running the algorithm: override this method in the sub-class if there are any such options.
getOptions() - Method in class ciips.animation.AlgAnimFrame
Get the option settings
getPanel() - Static method in class ciips.animation.AlgAnimFrame
 
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.
getPoint(int) - Method in class ciips.animation.Trajectory
Get the points - used by animate
getPoints() - Method in class ciips.animation.Trajectory
Get the points - used by animate
getPreferredSize() - Method in class ciips.animation.BasicDrawingPanel
Returns the initial preferred size 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.ImageButton
Specify the dimension of the button.
getPreferredSize() - Method in class ciips.animation.FlowPanel
 
getPreferredSize() - Method in class ciips.animation.UIFrame
 
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 cast 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.
getSource() - Method in class ciips.animation.InputDialogEvent
 
getStart() - Method in class ciips.animation.TextPanel
Get the first line of the source code that will be displayed.
getStart() - Method in class ciips.animation.tree.TreeEdge
 
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 cast 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.TablePanel
Pass the method call to the corresponding TableCanvas, which obtains the object placed at the table row specified by the parameter.
getTableEntryAt(int) - Method in class ciips.animation.TableCanvas
Obtain the object placed at the table row specified by the parameter.
getText() - Method in class ciips.animation.ShadowLabel
Get the text string for this label object.
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.InputDialogEvent
 
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.
getTextInput() - Method in class ciips.animation.UIFrame
 
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.
getTreeNode(int) - Method in class ciips.animation.tree.MultiNode
Get a specific node ..
getUIFrame() - Method in class ciips.animation.AlgAnimFrame
Return a reference to the user input frame
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 class ciips.animation.Legend
Get the left most position of the legend object.
getX() - Method in class ciips.animation.ShadowLabel
Get the left most positionn of the shadow label.
getX() - Method in class ciips.animation.IntMatrix
Get the left most position of the matrix.
getX() - Method in class ciips.animation.ComBox
X coordinate of the top left position of the commentary box.
getX() - Method in class ciips.animation.Histogram
Get the left most position of the panel.
getX() - Method in class ciips.animation.TablePanel
Get the left most position of the table panel.
getX() - Method in interface ciips.animation.DrawingObj
Returns the x coordinate of the drawing object's reference point.
getX() - Method in class ciips.animation.tree.TreeEdgeList
 
getX() - Method in class ciips.animation.tree.TreeEdge
Return the x coordinate of the start node
getX() - Method in class ciips.animation.tree.BasicNode
Get the left most position of the node.
getX() - Method in class ciips.animation.tree.TreeNode
Get the left most position of the node.
getY() - Method in class ciips.animation.Legend
Get the top most position of the legend object.
getY() - Method in class ciips.animation.ShadowLabel
Get the bottom most positionn of the shadow label.
getY() - Method in class ciips.animation.IntMatrix
Get the top most position of the matrix.
getY() - Method in class ciips.animation.ComBox
Y coordinate of the top left position of the commentary box.
getY() - Method in class ciips.animation.Histogram
Get the top most position of the panel.
getY() - Method in class ciips.animation.TablePanel
Get the top most position of the table panel.
getY() - Method in interface ciips.animation.DrawingObj
Returns the y coordinate of the drawing object's reference point.
getY() - Method in class ciips.animation.tree.TreeEdgeList
 
getY() - Method in class ciips.animation.tree.TreeEdge
 
getY() - Method in class ciips.animation.tree.BasicNode
Get the top most position of the node.
getY() - Method in class ciips.animation.tree.TreeNode
Get the top most position of the node.

H

handleEvent(Event) - Method in class ciips.animation.LegendFrame
 
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.TablePanel
The main purpose of this method is to handle the scrollbar event.
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.
height - Variable in class ciips.animation.LFrame
The dimension of the frame in the number of pixels.
highlight - Variable in class ciips.animation.tree.BasicNode
 
highlight - Variable in class ciips.animation.tree.TreeNode
Attribute to indicate if the node is to be highlighted.
Highlight(int) - Method in class ciips.animation.TextPanel
Highlight a certain line of the source code.
Highlight(int) - Method in class ciips.animation.AlgAnimFrame
Highlights the specified line of the source code on the text panel.
highlightLeft - Variable in class ciips.animation.tree.TreeNode
Attribute to indicate if the left branch is to be highlighted.
highlightNode - Variable in class ciips.animation.tree.BasicNode
 
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.TablePanel
Pass the method call to the corresponding TableCanvas, which highlights the table entry with the row specified by the parameter.
highlightRow(int) - Method in class ciips.animation.TableCanvas
Highlight the table entry with the row specified by the parameter.
highlightText(int) - Static method in class ciips.animation.AlgAnimFrame
 
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.
inactive - Variable in class ciips.animation.tree.MultiNode
 
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.TablePanel
Pass the method call to the corresponding TableCanvas, which gets the location of an object in the table.
indexOf(Object) - Method in class ciips.animation.TableCanvas
Get the location of an object in the table.
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.AlgAnimApp
Applet initialization method which sets the button label.
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.BasicNode
Set the color of the node.
initColors(Color) - Method in class ciips.animation.tree.TreeNode
Set the color of the node.
initFonts(Font, Font) - Method in class ciips.animation.tree.BasicNode
Assign some font instances to reduce initialization over during redraw.
initFonts(Font, Font) - Method in class ciips.animation.tree.TreeNode
Assign some font instances to reduce initialization over during redraw.
inputComplete(InputDialogEvent) - Method in interface ciips.animation.InputCompleteListener
Method which will be notified when an InputDialog completes
inputComplete(InputDialogEvent) - Method in class ciips.animation.AlgThread
 
InputCompleteListener - interface ciips.animation.InputCompleteListener.
An InputCompleteListener expects to be sent an InputEvent containing a String and a reference to the source of the input
InputDialog - class ciips.animation.InputDialog.
An InputCompleteListener expects to be sent an InputEvent containing a String and a reference to the source of the input
InputDialog(AlgAnimFrame, String) - Constructor for class ciips.animation.InputDialog
 
InputDialogEvent - class ciips.animation.InputDialogEvent.
An InputDialogEvent is despatched from an InputDialog - it contains the string in the text field when the user hit "OK"
InputDialogEvent(Component, String) - Constructor for class ciips.animation.InputDialogEvent
Method which will be notified when an InputDialog completes
IntList - class ciips.animation.IntList.
 
IntList(String) - Constructor for class ciips.animation.IntList
Construct an integer list from a string containing a space separated list of integers
IntList(URL) - Constructor for class ciips.animation.IntList
 
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.
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.BasicNode
Check if this node is a leaf node.
isLeaf() - Method in class ciips.animation.tree.MultiNode
Check if this node is a leaf node.
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.
isUIAllowed() - Static method in class ciips.animation.UIFrame
 
itemStateChanged(ItemEvent) - Method in class ciips.animation.AlgThread
Options are added to the Options menu: when their state changes, the algorithm thread will be notified.
itemStateChanged(ItemEvent) - Method in class ciips.animation.AlgAnimFrame
 

L

label - Variable in class ciips.animation.tree.BasicNode
 
label - Variable in class ciips.animation.tree.TreeNode
 
labelColor - Variable in class ciips.animation.tree.BasicNode
 
labelColor - Variable in class ciips.animation.tree.MultiNode
 
labelColor - Variable in class ciips.animation.tree.TreeNode
 
left - Variable in class ciips.animation.tree.TreeNode
 
Legend - class ciips.animation.Legend.
This is just another example implementation of the DrawingObj interface.
Legend(int, int, Dimension) - Constructor for class ciips.animation.Legend
Construct a legend object on the same drawing panel with the topleft corner specified by the parameters.
LegendFrame - class ciips.animation.LegendFrame.
 
LegendFrame() - Constructor for class ciips.animation.LegendFrame
 
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.
LINEAR_INTERPOLATION - Static variable in class ciips.animation.Trajectory
 
loadData(int) - Method in class ciips.animation.AlgThread
Load or generate a specified data set.

M

makeAlgAnimFrame(AlgAnimApp, URL) - Static method in class ciips.animation.AlgAnimFrame
 
makeOffScreenBuffer(Dimension) - Method in class ciips.animation.BasicDrawingPanel
 
max_children - Variable in class ciips.animation.tree.MultiNode
 
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.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.IntMatrix
Move the matrix to the position specified with reference to the top left corner.
move(int, int) - Method in class ciips.animation.ComBox
Move the top left position of the commentary box.
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.tree.TreeEdgeList
 
move(int, int) - Method in class ciips.animation.tree.TreeEdge
A no op for a tree edge
move(int, int) - Method in class ciips.animation.tree.BasicNode
Move the node and all its branches based on the parameters.
move(int, int) - Method in class ciips.animation.tree.MultiNode
Move the node and all its branches based on the parameters.
move(int, int) - Method in class ciips.animation.tree.MultiwayTree
Move the node and all its branches based on the parameters.
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.
MultiNode - class ciips.animation.tree.MultiNode.
 
MultiNode() - Constructor for class ciips.animation.tree.MultiNode
Create a new leaf node with multiple children.
MultiNode(Object, int) - Constructor for class ciips.animation.tree.MultiNode
Create a new leaf node with multiple children with the weight and number of children as specified by the parameter
MultiwayTree - class ciips.animation.tree.MultiwayTree.
This class regards a TreeNode as a binary tree.
MultiwayTree() - Constructor for class ciips.animation.tree.MultiwayTree
Create a new tree

N

NO_INTERPOLATION - Static variable in class ciips.animation.Trajectory
 
node_dim - Variable in class ciips.animation.tree.BasicNode
 
nodeColor - Variable in class ciips.animation.tree.BasicNode
 
nodeColor - Variable in class ciips.animation.tree.TreeNode
 
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.
numOccupied() - Method in class ciips.animation.TableCanvas
Get the number of rows in the table where the contents are non-null object.

O

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.
occupied(int) - Method in class ciips.animation.TableCanvas
Check if a particular row in the table has a non-null object.
offGraphics - Variable in class ciips.animation.BasicDrawingPanel
 
offscreen - Variable in class ciips.animation.BasicDrawingPanel
 
offscreensize - Variable in class ciips.animation.BasicDrawingPanel
 
optionChanged(int, boolean) - Method in class ciips.animation.AlgThread
Options are added to the Options menu: when their state changes, the algorithm thread will be notified.
OverflowException - exception ciips.animation.tree.OverflowException.
 
OverflowException(String) - Constructor for class ciips.animation.tree.OverflowException
 

P

paint(Graphics) - Method in class ciips.animation.BasicDrawingPanel
Method to draw objects on the drawing panel.
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.ImageButton
Method to draw image on the button
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.DrawingPanel
Method to draw objects on the drawing panel.
pause() - Static method in class ciips.animation.AlgAnimFrame
 
pauseSkip() - Static method in class ciips.animation.AlgAnimFrame
 
pauseStep() - Static method in class ciips.animation.AlgAnimFrame
 
predecessor - Variable in class ciips.animation.BasicDrawingPanel
 
pref_size - Variable in class ciips.animation.BasicDrawingPanel
 
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.ImageButton
Specify the dimension of the button.
preferredSize() - Method in class ciips.animation.TableCanvas
Define the default size of the table.
preferredSize() - Method in class ciips.animation.AlgAnimFrame
Returns the preferred size of the frame.
preferredSize() - Method in class ciips.animation.UIFrame
 
preferredSize() - Method in class ciips.animation.TextFrame
Return the preferred size of the frame.
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() - Method in class ciips.animation.BasicDrawingPanel
Calls repaint() followed by delay().
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.
reLink(TreeNode, TreeNode, TreeNode) - Method in class ciips.animation.tree.TreeEdgeList
 
reLink(TreeNode, TreeNode, TreeNode, TreeNode) - Method in class ciips.animation.tree.TreeEdgeList
 
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.
repaint() - Method in class ciips.animation.FlowPanel
 
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.TablePanel
Pass the method call to the corresponding TableCanvas, which restores any highlighted row.
restoreRow() - Method in class ciips.animation.TableCanvas
This method is used to restore any highlighted row.
right - Variable in class ciips.animation.tree.TreeNode
 
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.
setAnimStep(int) - Method in class ciips.animation.DrawingPanel
Set the animation step, i.e.
setBackground(Color) - Method in class ciips.animation.ComBox
Set the background color of the commentary box.
setChildCount() - Method in class ciips.animation.tree.MultiNode
 
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.ShadowLabel
Set the text color of the drawing object.
setColor(Color) - Method in class ciips.animation.ComBox
Set the text color of the commentary box.
setColor(Color, Color) - Method in class ciips.animation.IntMatrix
Set the foreground and background color for each element of the matrix.
setColour(Color) - Method in class ciips.animation.tree.TreeEdge
 
setColour(Color) - Method in class ciips.animation.tree.BasicNode
 
setColour(Color) - Method in class ciips.animation.tree.TreeNode
 
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.BasicNode
Sets the depth of this node corresponding to the root node of the tree.
setDepth(int) - Method in class ciips.animation.tree.MultiwayTree
Sets the depth of this node corresponding to the root node of the tree.
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.TablePanel
Set the parent panel where this table panel is going to reside.
setDrawingPanel(DrawingPanel) - Method in class ciips.animation.AlgAnimFrame
Sets the drawing panel which is cast to its super class Panel.
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
setEnd(TreeNode) - Method in class ciips.animation.tree.TreeEdge
 
setHighlight() - Method in class ciips.animation.tree.BasicNode
Set the highlight condition of a node
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.
setImage(Image) - Method in class ciips.animation.BasicDrawingPanel
 
setLabel(String) - Method in class ciips.animation.tree.BasicNode
Set the label of this node.
setLabel(String) - Method in class ciips.animation.tree.TreeNode
Set the label of this node.
setLabelColour(Color) - Method in class ciips.animation.tree.BasicNode
 
setLabelColour(Color) - Method in class ciips.animation.tree.TreeNode
 
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
Disable or enable animation.
setOffset(Dimension) - Method in class ciips.animation.tree.TreeEdge
Changes the offset to the arc start and end points ..
setParms(AlgAnimFrame, String[], int) - Method in class ciips.animation.AlgThread
 
setPosition(int, int, int, int) - Method in class ciips.animation.tree.BasicNode
Start at a node and set the positions for the sub-tree elements dx is the distance between the first and the last child nodes in x direction dy is the distance between the parent and the child node in y direction
setPosition(int, int, int, int) - Method in class ciips.animation.tree.MultiNode
Start at a node and set the positions for the sub-tree elements dx is the distance between two child nodes in x direction dy is the distance between the parent and the child node in y direction
setPosition(int, int, int, int) - Method in class ciips.animation.tree.MultiwayTree
Start at a node and set the positions for the sub-tree elements
setPosition(int, int, int, int) - Method in class ciips.animation.tree.TreeNode
Start at a node and set the positions for the sub-tree elements
setPredecessor(BasicDrawingPanel) - Method in class ciips.animation.BasicDrawingPanel
 
setPreferredSize(int, int) - Method in class ciips.animation.BasicDrawingPanel
Set the preferred size
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.TextPanel
Set the first line to display.
setStart(int) - Method in class ciips.animation.TableCanvas
Set the starting row, which will be displayed by the table.
setStart(TreeNode) - Method in class ciips.animation.tree.TreeEdge
 
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.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.
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.
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.
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.
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.ShadowLabel
Set the text string for this drawing object.
setText(String) - Method in class ciips.animation.ComBox
Set the text string to be displayed on the commentary box.
setTitle(String) - Method in class ciips.animation.IntMatrix
Set a title to the matrix.
setTitle(String) - Method in class ciips.animation.Histogram
Set a title for the histogram.
setTopLeft(int, int) - Method in class ciips.animation.ComBox
Set the top left position of the commentary box.
setTopText(int, String) - Method in class ciips.animation.ComPanel
 
setTreeNode(MultiNode, int) - Method in class ciips.animation.tree.MultiNode
Substitute the setLeft and setRight method
setValueXY(int, int) - Method in class ciips.animation.Histogram
Set the Y value for the vertical bar at the specified X position.
setVisible(boolean) - Method in class ciips.animation.UIFrame
 
setWeight(int) - Method in class ciips.animation.tree.TreeNode
Set the weight of this node.
setWeight(Object) - Method in class ciips.animation.tree.BasicNode
Set the weight of this node.
setX(int) - Method in class ciips.animation.tree.BasicNode
Sets the x coordinate of the top-left corner of the 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.
setXY(int, int) - Method in class ciips.animation.tree.BasicNode
 
setY(int) - Method in class ciips.animation.tree.BasicNode
Sets the y coordinate of the top-left corner of the node
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.
showText(int, String) - Static method in class ciips.animation.AlgAnimFrame
 
shuffleDown() - Method in class ciips.animation.BasicDrawingPanel
Shuffle the images down from this panel to the previous one
shuffleDown() - Method in class ciips.animation.FlowPanel
 
shuffleDown() - Method in class ciips.animation.AlgThread
Shuffle the previous panels down Panel with index = 0 is the current panel
size - Variable in class ciips.animation.tree.MultiwayTree
 
size() - Method in class ciips.animation.IntList
 
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.TablePanel
Pass the method call to the corresponding TableCanvas, which gets the maximum size of the table.
tableSize() - Method in class ciips.animation.TableCanvas
Get the maximum size of the table (including all null and non-null objects).
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.
toString() - Method in class ciips.animation.InputDialog
 
toString() - Method in class ciips.animation.IntList
 
toString() - Method in class ciips.animation.tree.TreeEdgeList
 
toString() - Method in class ciips.animation.tree.TreeEdge
 
Trajectory - class ciips.animation.Trajectory.
A trajectory is a set of points which an object will follow on the screen.
Trajectory() - Constructor for class ciips.animation.Trajectory
 
TreeEdge - class ciips.animation.tree.TreeEdge.
A drawable object connecting two TreeNode's
TreeEdge(TreeNode, TreeNode) - Constructor for class ciips.animation.tree.TreeEdge
Constructor in which offset is set to (0,0)
TreeEdge(TreeNode, TreeNode, Dimension) - Constructor for class ciips.animation.tree.TreeEdge
Create a new edge joining start and end
TreeEdgeList - class ciips.animation.tree.TreeEdgeList.
 
TreeEdgeList() - Constructor for class ciips.animation.tree.TreeEdgeList
 
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

UI_SELECTED - Static variable in class ciips.animation.AlgAnimFrame
Value returned by getSelected() when user input has been selected
UIFrame - class ciips.animation.UIFrame.
User input frame which pops up when user input is allowed
UIFrame(AlgAnimFrame, String) - Constructor for class ciips.animation.UIFrame
 
unHighlight() - Method in class ciips.animation.tree.BasicNode
 
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.ImageButton
This method is invokes when the repaint method is called.
update(Graphics) - Method in class ciips.animation.FlowPanel
 
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.DrawingPanel
This method is invoked 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.
weight - Variable in class ciips.animation.tree.BasicNode
 
weight - Variable in class ciips.animation.tree.TreeNode
 
width - Variable in class ciips.animation.LFrame
The dimension of the frame in the number of pixels.

X

x - Variable in class ciips.animation.tree.BasicNode
 
x - Variable in class ciips.animation.tree.TreeNode
 

Y

y - Variable in class ciips.animation.tree.BasicNode
 
y - Variable in class ciips.animation.tree.TreeNode
 

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