A B C D F G H I J L M O P R S T U W

A

ACTIVE - Static variable in class caviargui.GroupBox
Used to determine which part in the truths array is relavent to which of the boolean attributes of a frame.
ACTIVE - Static variable in class caviargui.SingleBox
Parameters used to define where about the truths of that name appear in the truths array.
allData - Variable in class caviargui.ImagePanel
Used to store modifications so far without writing them to disk.
AllData - class caviargui.AllData.
Class solely used to represent the entire data that has been annotated on a sequence of frames in a video (jpg) sequence.
AllData() - Constructor for class caviargui.AllData
Constructor, makes a new AllData object by creating a new FrameData[FRAMES] array
APPEAR - Static variable in class caviargui.GroupBox
Used to determine which part in the truths array is relavent to which of the boolean attributes of a frame.
APPEAR - Static variable in class caviargui.SingleBox
Parameters used to define where about the truths of that name appear in the truths array.

B

BROWSER - Static variable in class caviargui.SingleBox
Parameters used to define where about the truths of that name appear in the truths array.
BROWSING - Static variable in class caviargui.SingleBox
Parameters used to define where about the truths of that name appear in the truths array.
BROWSING_SIT - Static variable in class caviargui.SingleBox
Parameters used to define where about the truths of that name appear in the truths array.

C

caviargui - package caviargui
 
CAVIARGUI - class caviargui.CAVIARGUI.
Class used to represent the GUI for the CAVIAR image markup program.
CAVIARGUI() - Constructor for class caviargui.CAVIARGUI
Creates new form CAVIARGUI.
checkGroupBoxes() - Method in class caviargui.ImagePanel
Method to check to see whether the group boxes are still valid, called before saving and moving between frames so that an invalid, ie some singe boxes not contained within the group box, never happens
copyBoxNext() - Method in class caviargui.ImagePanel
Copies the currently selected box into the next data structure
copyToNext() - Method in class caviargui.ImagePanel
Copys the data from the current frame into the next frame and loads the next frame.
copyToPrev() - Method in class caviargui.ImagePanel
Loads the previous frame, copying all the data stored in the current frame to the previous one.
copyTruthsNext() - Method in class caviargui.ImagePanel
Copies the currently selected box's attributes into the next data structure

D

deleteGroBox(int) - Method in class caviargui.ImagePanel
Deletes the GroupBox object at index selected.
deleteIndBox(int) - Method in class caviargui.ImagePanel
Deletes the SingleBox object at index selected .
DISAPPEAR - Static variable in class caviargui.GroupBox
Used to determine which part in the truths array is relavent to which of the boolean attributes of a frame.
DISAPPEAR - Static variable in class caviargui.SingleBox
Parameters used to define where about the truths of that name appear in the truths array.
drawBox(Point, Point, FrameData) - Method in class caviargui.DrawCanvas
Used to draw the rectangles to the display FrameData object required to update display consistently with current data.
DrawCanvas - class caviargui.DrawCanvas.
Class used for loading picture onto the canvas.
DrawCanvas() - Constructor for class caviargui.DrawCanvas
Default constructor.
DrawCanvas(Image) - Constructor for class caviargui.DrawCanvas
Constructor given an image object.
drawRect() - Method in class caviargui.ImagePanel
Redraws the rectangle, called when some changed has been made to the datastructure.
DROP_DOWN - Static variable in class caviargui.SingleBox
Parameters used to define where about the truths of that name appear in the truths array.

F

FIGHT_END - Static variable in class caviargui.GroupBox
Used to determine which part in the truths array is relavent to which of the boolean attributes of a frame.
FIGHT_START - Static variable in class caviargui.GroupBox
Used to determine which part in the truths array is relavent to which of the boolean attributes of a frame.
FIGHT_VICTIM_LEFT - Static variable in class caviargui.GroupBox
Used to determine which part in the truths array is relavent to which of the boolean attributes of a frame.
FIGHTER - Static variable in class caviargui.SingleBox
Parameters used to define where about the truths of that name appear in the truths array.
FIGHTERS - Static variable in class caviargui.GroupBox
Used to determine which part in the truths array is relavent to which of the boolean attributes of a frame.
FIGHTING - Static variable in class caviargui.GroupBox
Used to determine which part in the truths array is relavent to which of the boolean attributes of a frame.
frameData - Variable in class caviargui.AllData
An array of 2000 FrameData objects, based upon the assumption that there will be no more than 2000 frames in a given sequence of jpg files
FrameData - class caviargui.FrameData.
Class for representing all boxes so they can be scrolled through without reading them from disk
FrameData() - Constructor for class caviargui.FrameData
Default constructor sets all the data to nothing.
FrameData(SingleBox[], GroupBox[]) - Constructor for class caviargui.FrameData
Constructor specifying the single boxes and the group boxes to be used for this FrameData object.
FRAMES - Static variable in class caviargui.AllData
Variable used to determine the default number of frames Must be altered if the video sequence is longer than 2000 frames

G

GB_ACTIVE - Static variable in class caviargui.CAVIARGUI
Positions in the JComboBoxes used for the Individual Box Movement infomation
GB_INACTIVE - Static variable in class caviargui.CAVIARGUI
Positions in the JComboBoxes used for the Individual Box Movement infomation
GB_MOVE - Static variable in class caviargui.CAVIARGUI
Positions in the JComboBoxes used for the Individual Box Movement infomation
getActive() - Method in class caviargui.GroupBox
Get method for GUI to get value of active value in truths array.
getActive() - Method in class caviargui.SingleBox
Get method for GUI to get value of active value in truths array.
getAppear() - Method in class caviargui.GroupBox
Get method for GUI to get value of appear value in truths array.
getAppear() - Method in class caviargui.SingleBox
Get method for GUI to get value of appear value in truths array.
getAxis() - Method in class caviargui.GroupBox
Returns the axis of orientation assciated with this GroupBox object.
getAxis() - Method in class caviargui.SingleBox
Returns the axis of orientation assciated with this SingleBox object.
getAxisPoints(int, int, int, int, int) - Method in class caviargui.AllData
Similar to setAxisPoints in DrawCanvas, takes an angle and the coordinates of the top left corner of the rectangle along with the rectangle's height and width to calculate what the line should be for the relavent box object
getBox() - Method in class caviargui.GroupBox
get method for the GUI to return the Rectangle object associated with this GroupBox object.
getBox() - Method in class caviargui.SingleBox
get method for the GUI to return the Rectangle object associated with this SingleBox object.
getBoxDrawn() - Method in class caviargui.GroupBox
Get method for GUI to get whether a box has been drawn asscociated with this GroupBox object
getBoxDrawn() - Method in class caviargui.SingleBox
Get method for GUI to get whether a box has been drawn asscociated with this SingleBox object.
getBrowser() - Method in class caviargui.SingleBox
Get method for GUI to get value of browser value in truths array.
getBrowsing() - Method in class caviargui.SingleBox
Get method for GUI to get value of browsing value in truths array.
getBrowsingSit() - Method in class caviargui.SingleBox
Get method for GUI to get value of browsing situation value in truths array.
getDisappear() - Method in class caviargui.GroupBox
Get method for GUI to get value of disappear value in truths array.
getDisappear() - Method in class caviargui.SingleBox
Get method for GUI to get value of disappear value in truths array.
getDropDown() - Method in class caviargui.SingleBox
Get method for GUI to get value of immobile value in truths array.
getFight() - Method in class caviargui.GroupBox
Get method for GUI to get value of fight value in truths array.
getFightEnd() - Method in class caviargui.GroupBox
Returns the value of fight end in truths array
getFighter() - Method in class caviargui.SingleBox
Get method for GUI to get value of fighter value in truths array.
getFighting() - Method in class caviargui.GroupBox
Returns the value of fighting in truths array
getFightStart() - Method in class caviargui.GroupBox
Returns the value of fight start in truths array
getFightVictimLeft() - Method in class caviargui.GroupBox
Returns the value of fight left victim in truths array
getGBActive(int) - Method in class caviargui.ImagePanel
Returns the active attribute of the GroupBox object at index selected.
getGBAppear(int) - Method in class caviargui.ImagePanel
Returns the appear attribute of the GroupBox object at index selected.
getGBAxis(int) - Method in class caviargui.ImagePanel
Returns the GroupBox object at index selected axis attribute.
getGBDisappear(int) - Method in class caviargui.ImagePanel
Returns the disappear attribute of the GroupBox object at index selected.
getGBFight(int) - Method in class caviargui.ImagePanel
Returns the fight attribute of the GroupBox object at index selected.
getGBFightEnd(int) - Method in class caviargui.ImagePanel
Returns the fight end attribute of the GroupBox object at index selected.
getGBFighting(int) - Method in class caviargui.ImagePanel
Returns the fighting attribute of the GroupBox object at index selected.
getGBFightStart(int) - Method in class caviargui.ImagePanel
Returns the fight start attribute of the GroupBox object at index selected.
getGBFightVictimLeft(int) - Method in class caviargui.ImagePanel
Returns the victim left attribute of the GroupBox object at index selected.
getGBGrFighting(int) - Method in class caviargui.ImagePanel
Returns the group fighting attribute of the GroupBox object at index selected.
getGBGrInactive(int) - Method in class caviargui.ImagePanel
Returns the group inactive attribute of the GroupBox object at index selected.
getGBGrInteracting(int) - Method in class caviargui.ImagePanel
Returns the group interacting attribute of the GroupBox object at index selected.
getGBGrMeeting(int) - Method in class caviargui.ImagePanel
Returns the group meeting attribute of the GroupBox object at index selected.
getGBGrMoving(int) - Method in class caviargui.ImagePanel
Returns the group moving attribute of the GroupBox object at index selected.
getGBGrSplitting(int) - Method in class caviargui.ImagePanel
Returns the group splitting attribute of the GroupBox object at index selected.
getGBIBoxes(int) - Method in class caviargui.ImagePanel
Gets the boolean array representing the individual boxes contained within the GroupBox object
getGBInActive(int) - Method in class caviargui.ImagePanel
Returns the inactive attribute of the GroupBox object at index selected.
getGBLeaving(int) - Method in class caviargui.ImagePanel
Returns the leaving attribute of the GroupBox object at index selected.
getGBLeftBehind(int) - Method in class caviargui.ImagePanel
Returns the left behind attribute of the GroupBox object at index selected.
getGBLeftObject(int) - Method in class caviargui.ImagePanel
Returns the left behind attribute of the GroupBox object at index selected.
getGBMeet(int) - Method in class caviargui.ImagePanel
Returns the meet attribute of the GroupBox object at index selected.
getGBMeeting(int) - Method in class caviargui.ImagePanel
Returns the meeting attribute of the GroupBox object at index selected.
getGBMove(int) - Method in class caviargui.ImagePanel
Returns the move attribute of the GroupBox object at index selected.
getGBshopenterSce(int) - Method in class caviargui.ImagePanel
Returns the shop enter scenario attribute of the GroupBox object at index selected.
getGBshopenterSit(int) - Method in class caviargui.ImagePanel
Returns the shop enter attribute of the GroupBox object at index selected.
getGBshopexitSce(int) - Method in class caviargui.ImagePanel
Returns the shop exit scenario attribute of the GroupBox object at index selected.
getGBshopexitSit(int) - Method in class caviargui.ImagePanel
Returns the shop exit situation attribute of the GroupBox object at index selected.
getGBshopreenterSce(int) - Method in class caviargui.ImagePanel
Returns the shop reenter scenario attribute of the GroupBox object at index selected.
getGBWalk(int) - Method in class caviargui.ImagePanel
Returns the walk attribute of the GroupBox object at index selected.
getGBwindowshopSce(int) - Method in class caviargui.ImagePanel
Returns the window shop scenario attribute of the GroupBox object at index selected.
getGrFighting() - Method in class caviargui.GroupBox
Returns the value of group fighters in truths array
getGrInactive() - Method in class caviargui.GroupBox
Returns the value of group inactive in truths array
getGrInteracting() - Method in class caviargui.GroupBox
Returns the value of group meeting in truths array
getGrMeeting() - Method in class caviargui.GroupBox
Returns the value of group meeting in truths array
getGrMoving() - Method in class caviargui.GroupBox
Returns the value of group moving in truths array
getGroupBox(int) - Method in class caviargui.FrameData
Returns the GroupBox object at index i in this FrameData object.
getGroupBox(int) - Method in class caviargui.ImagePanel
Gets the rectangle object representing the box for SingleBox number selected
getGroupBoxes() - Method in class caviargui.FrameData
Returns the array of all GroupBox objects in this FrameData object.
getGrSplitting() - Method in class caviargui.GroupBox
Returns the value of group splitting in truths array
getIBActive(int) - Method in class caviargui.ImagePanel
Returns the active attribute of the SingleBox object at index selected.
getIBAppear(int) - Method in class caviargui.ImagePanel
Returns the appear attribute of the SingleBox object at index selected.
getIBAxis(int) - Method in class caviargui.ImagePanel
Returns the SingleBox object at index selected axis attribute.
getIBBrowser(int) - Method in class caviargui.ImagePanel
Returns the browser attribute of the SingleBox object at index selected.
getIBBrowsing(int) - Method in class caviargui.ImagePanel
Returns the browsing attribute of the SingleBox object at index selected.
getIBBrowsingSit(int) - Method in class caviargui.ImagePanel
Returns the browsing sit attribute of the SingleBox object at index selected.
getIBDisappear(int) - Method in class caviargui.ImagePanel
Returns the disappear attribute of the SingleBox object at index selected.
getIBDropDown(int) - Method in class caviargui.ImagePanel
Returns the drop down attribute of the SingleBox object at index selected.
getIBFighter(int) - Method in class caviargui.ImagePanel
Returns the fighter attribute of the SingleBox object at index selected.
getIBImmobile(int) - Method in class caviargui.ImagePanel
Returns the immobile attribute of the SingleBox object at index selected.
getIBInActive(int) - Method in class caviargui.ImagePanel
Returns the inactive attribute of the SingleBox object at index selected.
getIBInactiveSit(int) - Method in class caviargui.ImagePanel
Returns the inactive sit attribute of the SingleBox object at index selected.
getIBLeavingGroup(int) - Method in class caviargui.ImagePanel
Returns the leaving group attribute of the SingleBox object at index selected.
getIBLeftBehind(int) - Method in class caviargui.ImagePanel
Returns the left behind attribute of the SingleBox object at index selected.
getIBLeftObject(int) - Method in class caviargui.ImagePanel
Returns the left object attribute of the SingleBox object at index selected.
getIBMovingSit(int) - Method in class caviargui.ImagePanel
Returns the moving sit attribute of the SingleBox object at index selected.
getIBOccluded(int) - Method in class caviargui.ImagePanel
 
getIBPersonImmobile(int) - Method in class caviargui.ImagePanel
Returns the person immobile attribute of the SingleBox object at index selected.
getIBRun(int) - Method in class caviargui.ImagePanel
Returns the run attribute of the SingleBox object at index selected.
getIBshopenterSce(int) - Method in class caviargui.ImagePanel
Returns the shop enter scenario attribute of the SingleBox object at index selected.
getIBshopenterSit(int) - Method in class caviargui.ImagePanel
Returns the shop enter sit attribute of the SingleBox object at index selected.
getIBshopexitSce(int) - Method in class caviargui.ImagePanel
Returns the shop exit scenario attribute of the SingleBox object at index selected.
getIBshopexitSit(int) - Method in class caviargui.ImagePanel
Returns the shop exit sit attribute of the SingleBox object at index selected.
getIBshopreenterSce(int) - Method in class caviargui.ImagePanel
Returns the shop reenter scenario attribute of the SingleBox object at index selected.
getIBWalk(int) - Method in class caviargui.ImagePanel
Returns the walk attribute of the SingleBox object at index selected
getIBWalker(int) - Method in class caviargui.ImagePanel
Returns the walker attribute of the SingleBox object at index selected.
getIBWalking(int) - Method in class caviargui.ImagePanel
Returns the walking attribute of the SingleBox object at index selected.
getIBwindowshopSce(int) - Method in class caviargui.ImagePanel
Returns the window shop scenario attribute of the SingleBox object at index selected.
getImageHeight() - Method in class caviargui.ImageCanvas
Returns the image height.
getImageWidth() - Method in class caviargui.ImageCanvas
Returns the image width.
getImmobile() - Method in class caviargui.SingleBox
Get method for GUI to get value of immobile value in truths array.
getInActive() - Method in class caviargui.GroupBox
Get method for GUI to get value of inactive value in truths array.
getInActive() - Method in class caviargui.SingleBox
Get method for GUI to get value of inactive value in truths array.
getInactiveSit() - Method in class caviargui.SingleBox
Get method for GUI to get value of inactive situation value in truths array.
getIndBoxAt(int) - Method in class caviargui.GroupBox
Returns a boolean variable representing true if a single box is associated with this groupbox and false otherwise
getIndBoxes() - Method in class caviargui.GroupBox
Gets the array rep the individual boxes that are included in this group box
getLeaving() - Method in class caviargui.GroupBox
Returns the value of leaving in truths array
getLeavingGroup() - Method in class caviargui.SingleBox
Get method for GUI to get value of leaving group value in truths array.
getLeftBehind() - Method in class caviargui.GroupBox
Get method for GUI to get value of left behind value in truths array.
getLeftBehind() - Method in class caviargui.SingleBox
Get method for GUI to get value of left behind value in truths array.
getLeftObject() - Method in class caviargui.GroupBox
Get method for GUI to get value of left object value in truths array.
getLeftObject() - Method in class caviargui.SingleBox
Get method for GUI to get value of left object value in truths array.
getLine() - Method in class caviargui.GroupBox
Returns the line of the orientation worked out from the Rectangle object and the axis parameter if this GroupBox object.
getLine() - Method in class caviargui.SingleBox
Returns the line of the orientation worked out from the Rectangle object and the axis parameter if this SingleBox object.
getMeet() - Method in class caviargui.GroupBox
Get method for GUI to get value of meet value in truths array.
getMeeting() - Method in class caviargui.GroupBox
Returns the value of meeting in truths array
getMove() - Method in class caviargui.GroupBox
Get method for GUI to get value of move value in truths array.
getMovingSit() - Method in class caviargui.SingleBox
Get method for GUI to get value of moving situation value in truths array.
getOccluded() - Method in class caviargui.SingleBox
 
getPersonImmobile() - Method in class caviargui.SingleBox
Get method for GUI to get value of immobile value in truths array.
getRun() - Method in class caviargui.SingleBox
Get method for GUI to get value of run value in truths array.
getSelected() - Method in class caviargui.FrameData
Returns the currently selected box, 0-6 (currently) represent the 7 single boxes and 7-13 represent the 7 group boxes.
getSelected() - Method in class caviargui.GroupBox
Get method for GUI to get whether a this GroupBox object has been selected by the user.
getSelected() - Method in class caviargui.ImagePanel
Method used so that CAVIARGUI can find out which box has been selected without needing the knowledge of which frame has been loaded.
getSelected() - Method in class caviargui.SingleBox
Get method for GUI to get whether a this SingleBox object.
getShopenterSce() - Method in class caviargui.GroupBox
Returns the value of shop enter scenario in truths array
getShopenterSce() - Method in class caviargui.SingleBox
Get method for GUI to get value of shop enter scenario value in truths array.
getShopenterSit() - Method in class caviargui.GroupBox
Returns the value of shop enter situation in truths array
getShopenterSit() - Method in class caviargui.SingleBox
Get method for GUI to get value of shop enter situation value in truths array.
getShopexitSce() - Method in class caviargui.GroupBox
Returns the value of shop exit scenario in truths array
getShopexitSce() - Method in class caviargui.SingleBox
Get method for GUI to get value of shop exit scenario value in truths array.
getShopexitSit() - Method in class caviargui.GroupBox
Returns the value of shop exit situation in truths array
getShopexitSit() - Method in class caviargui.SingleBox
Get method for GUI to get value of shop exit situation value in truths array.
getShopreenterSce() - Method in class caviargui.GroupBox
Returns the value of shop reenter scenario in truths array
getShopreenterSce() - Method in class caviargui.SingleBox
Get method for GUI to get value of shop reenter scenario value in truths array.
getSingleBox(int) - Method in class caviargui.FrameData
Returns the SingleBox object at index i in this FrameData object.
getSingleBox(int) - Method in class caviargui.ImagePanel
Gets the rectangle object representing the box for SingleBox number selected
getSingleBoxes() - Method in class caviargui.FrameData
Returns the array of all SingleBox objects in this FrameData object.
getTruths() - Method in class caviargui.GroupBox
Returns all the truths asscoiated with this GroupBox object.
getTruths() - Method in class caviargui.SingleBox
Returns all the truths asscoiated with this SingleBox object.
getWalk() - Method in class caviargui.GroupBox
Returns the value of walkers in truths array
getWalk() - Method in class caviargui.SingleBox
Get method for GUI to get value of walk value in truths array.
getWalker() - Method in class caviargui.SingleBox
Get method for GUI to get value of walker value in truths array.
getWalking() - Method in class caviargui.SingleBox
Get method for GUI to get value of immobile value in truths array.
getWindowshopSce() - Method in class caviargui.GroupBox
Returns the value of window shop scenario in truths array
getWindowshopSce() - Method in class caviargui.SingleBox
Get method for GUI to get value of window shop scenario value in truths array.
GR_FIGHTING - Static variable in class caviargui.GroupBox
Used to determine which part in the truths array is relavent to which of the boolean attributes of a frame.
GR_INACTIVE - Static variable in class caviargui.GroupBox
Used to determine which part in the truths array is relavent to which of the boolean attributes of a frame.
GR_INTERACTING - Static variable in class caviargui.GroupBox
Used to determine which part in the truths array is relavent to which of the boolean attributes of a frame.
GR_LEFT_OBJECT - Static variable in class caviargui.GroupBox
Used to determine which part in the truths array is relavent to which of the boolean attributes of a frame.
GR_LEFT_VICTIM - Static variable in class caviargui.GroupBox
Used to determine which part in the truths array is relavent to which of the boolean attributes of a frame.
GR_MEETING - Static variable in class caviargui.GroupBox
Used to determine which part in the truths array is relavent to which of the boolean attributes of a frame.
GR_MOVING - Static variable in class caviargui.GroupBox
Used to determine which part in the truths array is relavent to which of the boolean attributes of a frame.
GR_SPLITTING - Static variable in class caviargui.GroupBox
Used to determine which part in the truths array is relavent to which of the boolean attributes of a frame.
GROUP_BOXES - Static variable in class caviargui.FrameData
Constants used to represent the number of single or group boxes contained in a FrameData object.
groupBox - Variable in class caviargui.FrameData
Structures used for storing group box data about the video frame.
GroupBox - class caviargui.GroupBox.
Class for representing a group of people box.
GroupBox() - Constructor for class caviargui.GroupBox
Default constructor, everything in the truths array is set to false and the box is not drawn and the orientation axis is set to default of 90 degrees
GroupBox(boolean[], Rectangle, int, Line2D.Float, boolean[]) - Constructor for class caviargui.GroupBox
Used when loading a new file from disk, a new object is created with the proper truths, box, axis and axisLine attirbutes specified.
groupBoxUpdateDisplay(int) - Method in class caviargui.ImagePanel
Used to update display so that currently selected box is in red.
GRSHOPENTER_SCE - Static variable in class caviargui.GroupBox
Used to determine which part in the truths array is relavent to which of the boolean attributes of a frame.
GRSHOPENTER_SIT - Static variable in class caviargui.GroupBox
Used to determine which part in the truths array is relavent to which of the boolean attributes of a frame.
GRSHOPEXIT_SCE - Static variable in class caviargui.GroupBox
Used to determine which part in the truths array is relavent to which of the boolean attributes of a frame.
GRSHOPEXIT_SIT - Static variable in class caviargui.GroupBox
Used to determine which part in the truths array is relavent to which of the boolean attributes of a frame.
GRSHOPREENTER_SCE - Static variable in class caviargui.GroupBox
Used to determine which part in the truths array is relavent to which of the boolean attributes of a frame.
GRWINDOWSHOP_SCE - Static variable in class caviargui.GroupBox
Used to determine which part in the truths array is relavent to which of the boolean attributes of a frame.

H

HEIGHT - Static variable in class caviargui.CAVIARGUI
Image height and width, change these if no longer using half PAL size
hundreds - Variable in class caviargui.ImagePanel
flag for whether the number of images is in the hundreds or thousands, for use by load and save file operations.

I

IB_ACTIVE - Static variable in class caviargui.CAVIARGUI
Positions in the JComboBoxes used for the Individual Box Movement infomation
IB_INACTIVE - Static variable in class caviargui.CAVIARGUI
Positions in the JComboBoxes used for the Individual Box Movement infomation
IB_RUN - Static variable in class caviargui.CAVIARGUI
Positions in the JComboBoxes used for the Individual Box Movement infomation
IB_WALK - Static variable in class caviargui.CAVIARGUI
Positions in the JComboBoxes used for the Individual Box Movement infomation
id - Variable in class caviargui.ImagePanel
current id of the frame being edited.
image - Variable in class caviargui.DrawCanvas
 
ImageCanvas - class caviargui.ImageCanvas.
Class used for loading picture onto the canvas.
ImageCanvas() - Constructor for class caviargui.ImageCanvas
Default constructor.
ImageCanvas(Image) - Constructor for class caviargui.ImageCanvas
Constructor takes an Image object and will create a new ImageCanvas with this image as its background.
imageHeight - Variable in class caviargui.ImageCanvas
Represents the height of the image for this ImageCanvas.
imageIcon - Variable in class caviargui.ImageCanvas
Represents the jpg picture for this ImageCanvas.
ImagePanel - class caviargui.ImagePanel.
Used the panel where annotations to the jpg image file are stored.
ImagePanel() - Constructor for class caviargui.ImagePanel
Calls public method loadInitialImage to create the new ImagePanel object.
imageWidth - Variable in class caviargui.ImageCanvas
Represents the width of the image for this ImageCanvas.
IMMOBILE - Static variable in class caviargui.SingleBox
Parameters used to define where about the truths of that name appear in the truths array.
INACTIVE - Static variable in class caviargui.GroupBox
Used to determine which part in the truths array is relavent to which of the boolean attributes of a frame.
INACTIVE - Static variable in class caviargui.SingleBox
Parameters used to define where about the truths of that name appear in the truths array.
INACTIVE_SIT - Static variable in class caviargui.SingleBox
Parameters used to define where about the truths of that name appear in the truths array.
indBoxes - Variable in class caviargui.GroupBox
Array representing the single boxes in this GroupBox object
isDefault() - Method in class caviargui.GroupBox
Checks if the Groupbox has the default values in all the fields.
isDefault() - Method in class caviargui.SingleBox
Checks if the singlebox has the default values in all the fields.
isEmptyGroBox(int) - Method in class caviargui.ImagePanel
Checks if the GroupBox object at index selected is empty.
isEmptySingleBox(int) - Method in class caviargui.ImagePanel
Checks if the SingleBox object at index selected is empty.

J

jumpToFrame(int) - Method in class caviargui.ImagePanel
Jumps to the frame frameNo in the current sequence, an exception occrus if the frame does not exist.

L

LEAVING - Static variable in class caviargui.GroupBox
Used to determine which part in the truths array is relavent to which of the boolean attributes of a frame.
LEAVING_GROUP - Static variable in class caviargui.SingleBox
Parameters used to define where about the truths of that name appear in the truths array.
LEFT_OBJECT - Static variable in class caviargui.SingleBox
Parameters used to define where about the truths of that name appear in the truths array.
LEFT_VICTIM - Static variable in class caviargui.SingleBox
Parameters used to define where about the truths of that name appear in the truths array.
LENGTH - Static variable in class caviargui.GroupBox
The number of truths in the ground truths array.
LENGTH - Static variable in class caviargui.SingleBox
field for length of ground truths array.
loadFile(String) - Method in class caviargui.ImagePanel
Loads txt file fileName and resets all the datastructures to represent the data in this file.
loadImage(Image) - Method in class caviargui.ImageCanvas
Loads the Image image into this ImageCanvas object, replacing the old one.
loadInitialImage() - Method in class caviargui.ImagePanel
Used by the constructor to set all variables to their default values.
loadNewSeq(String, boolean) - Method in class caviargui.ImagePanel
Loads a new JPG sequence (seqName) stored in directory jpgs, and resets all of the data currently stored.
loadNext() - Method in class caviargui.ImagePanel
Loads the next frame with the currently stored data which may be blank.
loadPrev() - Method in class caviargui.ImagePanel
Loads the previous frame, will load the currently stored data unless none is stored already.

M

main(String[]) - Static method in class caviargui.CAVIARGUI
Main method that starts the CAVIARGUI program.
max - Variable in class caviargui.ImagePanel
Flag to indicate the current maximum frame that has been edited.
MEETERS - Static variable in class caviargui.GroupBox
Used to determine which part in the truths array is relavent to which of the boolean attributes of a frame.
MEETING - Static variable in class caviargui.GroupBox
Used to determine which part in the truths array is relavent to which of the boolean attributes of a frame.
MOVE - Static variable in class caviargui.GroupBox
Used to determine which part in the truths array is relavent to which of the boolean attributes of a frame.
MOVEMENT_LENGTH - Static variable in class caviargui.GroupBox
Variable representing the number of group movement variables
MOVEMENT_LENGTH - Static variable in class caviargui.SingleBox
 
MOVING_SIT - Static variable in class caviargui.SingleBox
Parameters used to define where about the truths of that name appear in the truths array.

O

OCCLUDED - Static variable in class caviargui.SingleBox
Parameters used to define where about the truths of that name appear in the truths array.

P

paint(Graphics) - Method in class caviargui.DrawCanvas
Overridden paint method to draw onto the canvas.
paint(Graphics) - Method in class caviargui.ImageCanvas
Overridden paint method.
PERSON_IMMOBILE - Static variable in class caviargui.SingleBox
Parameters used to define where about the truths of that name appear in the truths array.
play() - Method in class caviargui.ImagePanel
Simple method that contunually calls loadNext to give and illusion of there being playback of the video.

R

readFrom(String, String) - Method in class caviargui.AllData
Method used to read data from disk stored in a .txt file, returns the string consisting of all the data in text file fileName
resetAll() - Method in class caviargui.ImagePanel
Resets all the data in the current sequence.
resetFrame() - Method in class caviargui.ImagePanel
Resets all the highlighted data in the current frame.
RUN - Static variable in class caviargui.SingleBox
Parameters used to define where about the truths of that name appear in the truths array.

S

saveAsFile(String) - Method in class caviargui.ImagePanel
Saves the data already annotated to a new text file called fileName.
SCALE - Static variable in class caviargui.CAVIARGUI
Image height and width, change these if no longer using half PAL size
setActive() - Method in class caviargui.GroupBox
Toggles the value of the active attribute of this GroupBox object.
setActive() - Method in class caviargui.SingleBox
Toggles the value of the active attribute of this SingleBox object.
setAppear() - Method in class caviargui.GroupBox
Toggles the value of the appear attribute of this GroupBox object.
setAppear() - Method in class caviargui.SingleBox
Toggles the value of the appear attribute of this SingleBox object.
setAxis(int) - Method in class caviargui.GroupBox
Sets the value of the axis attribute of this GroupBox object to angle.
setAxis(int) - Method in class caviargui.SingleBox
Sets the value of the axis attribute of this SingleBox object to angle.
setAxisPoints() - Method in class caviargui.DrawCanvas
Method to set the two points that make up the line of the axis of orientation.
setBox(Rectangle) - Method in class caviargui.GroupBox
Sets the value of the box attribute of this GroupBox object to rectangle.
setBox(Rectangle) - Method in class caviargui.SingleBox
Sets the value of the box attribute of this SingleBox object to rectangle.
setBoxDrawn(boolean) - Method in class caviargui.GroupBox
Sets the value of the boxDrawn attribute of this GroupBox object to value.
setBoxDrawn(boolean) - Method in class caviargui.SingleBox
Sets the value of the boxDrawn attribute of this SingleBox object to value.
setBoxPoints() - Method in class caviargui.DrawCanvas
Method to set the rectangle object that represents the box that has been drawn on the canvas.
setBrowser() - Method in class caviargui.SingleBox
Toggles the value of the browser attribute of this SingleBox object.
setBrowsing() - Method in class caviargui.SingleBox
Toggles the value of the browsing attribute of this SingleBox object.
setBrowsingSit() - Method in class caviargui.SingleBox
Toggles the value of the browsing situation attribute of this SingleBox object.
setDisappear() - Method in class caviargui.GroupBox
Toggles the value of the disappear attribute of this GroupBox object.
setDisappear() - Method in class caviargui.SingleBox
Toggles the value of the disappear attribute of this SingleBox object.
setDropDown() - Method in class caviargui.SingleBox
Toggles the value of the drop down attribute of this SingleBox object.
setFight() - Method in class caviargui.GroupBox
Toggles the value of the fight attribute of this GroupBox object.
setFightEnd() - Method in class caviargui.GroupBox
Toggles the value of the meeting attribute of this GroupBox object.
setFighter() - Method in class caviargui.SingleBox
Toggles the value of the fighter attribute of this SingleBox object.
setFighting() - Method in class caviargui.GroupBox
Toggles the value of the fighting attribute of this GroupBox object.
setFightStart() - Method in class caviargui.GroupBox
Toggles the value of the fight start attribute of this GroupBox object.
setFightVictimLeft() - Method in class caviargui.GroupBox
Toggles the value of the meeting attribute of this GroupBox object.
setGBActive(int) - Method in class caviargui.ImagePanel
Toggles the active truth value of the GroupBox object at index selected, updates other parameters appropriately.
setGBAppear(int) - Method in class caviargui.ImagePanel
Toggles the appear truth value of the GroupBox object at index selected, updates disappear appropriately.
setGBAxis(int, int) - Method in class caviargui.ImagePanel
Sets the GroupBox object at index selected axis attribute to update.
setGBDisappear(int) - Method in class caviargui.ImagePanel
Toggles the disappear truth value of the GroupBox object at index selected, updates appear appropriately.
setGBFight(int) - Method in class caviargui.ImagePanel
Toggles the fight truth value of the GroupBox object at index selected, updates meet appropriately.
setGBFightEnd(int) - Method in class caviargui.ImagePanel
Toggles the fight end truth value of the GroupBox object at index selected, updates fight appropriately.
setGBFighting(int) - Method in class caviargui.ImagePanel
Toggles the fighting truth value of the GroupBox object at index selected, updates fight appropriately.
setGBFightStart(int) - Method in class caviargui.ImagePanel
Toggles the fight start truth value of the GroupBox object at index selected, updates fight appropriately.
setGBFightVictimLeft(int) - Method in class caviargui.ImagePanel
Toggles the victim left truth value of the GroupBox object at index selected, updates fight appropriately.
setGBGrFighting(int) - Method in class caviargui.ImagePanel
Toggles the group fighting truth value of the GroupBox object at index selected, updates fight appropriately.
setGBGrInactive(int) - Method in class caviargui.ImagePanel
Toggles the group inactive truth value of the GroupBox object at index selected, updates fight appropriately.
setGBGrInteracting(int) - Method in class caviargui.ImagePanel
Toggles the group interacting truth value of the GroupBox object at index selected, updates fight appropriately.
setGBGrMeeting(int) - Method in class caviargui.ImagePanel
Toggles the group meeting truth value of the GroupBox object at index selected, updates fight appropriately.
setGBGrMoving(int) - Method in class caviargui.ImagePanel
Toggles the group moving truth value of the GroupBox object at index selected, updates fight appropriately.
setGBGrSplitting(int) - Method in class caviargui.ImagePanel
Toggles the group splitting truth value of the GroupBox object at index selected, updates fight appropriately.
setGBIBoxes(int, String[]) - Method in class caviargui.ImagePanel
Sets the currently selected GroupBox object to have the selected items represented by the string inputString.
setGBInActive(int) - Method in class caviargui.ImagePanel
Toggles the inactive truth value of the GroupBox object at index selected, updates other parameters appropriately.
setGBLeaving(int) - Method in class caviargui.ImagePanel
Toggles the leaving truth value of the GroupBox object at index selected, updates fight appropriately.
setGBLeftBehind(int) - Method in class caviargui.ImagePanel
Toggles the left behind truth value of the GroupBox object at index selected.
setGBLeftObject(int) - Method in class caviargui.ImagePanel
Toggles the left behind truth value of the GroupBox object at index selected.
setGBMeet(int) - Method in class caviargui.ImagePanel
Toggles the meet truth value of the GroupBox object at index selected, updates fight appropriately.
setGBMeeting(int) - Method in class caviargui.ImagePanel
Toggles the meeting truth value of the GroupBox object at index selected, updates fight appropriately.
setGBMove(int) - Method in class caviargui.ImagePanel
Toggles the move truth value of the GroupBox object at index selected, updates other parameters appropriately.
setGBshopenterSce(int) - Method in class caviargui.ImagePanel
Toggles the shop enter scenario truth value of the GroupBox object at index selected, updates fight appropriately.
setGBshopenterSit(int) - Method in class caviargui.ImagePanel
Toggles the shop enter truth value of the GroupBox object at index selected, updates fight appropriately.
setGBshopexitSce(int) - Method in class caviargui.ImagePanel
Toggles the shop exit scenario truth value of the GroupBox object at index selected, updates fight appropriately.
setGBshopexitSit(int) - Method in class caviargui.ImagePanel
Toggles the shop exit situation truth value of the GroupBox object at index selected, updates fight appropriately.
setGBshopreenterSce(int) - Method in class caviargui.ImagePanel
Toggles the shop reenter scenario truth value of the GroupBox object at index selected, updates fight appropriately.
setGBWalk(int) - Method in class caviargui.ImagePanel
Toggles the walk truth value of the GroupBox object at index selected, updates fight appropriately.
setGBwindowshopSce(int) - Method in class caviargui.ImagePanel
Toggles the window shop scenario truth value of the GroupBox object at index selected, updates fight appropriately.
setGrFighting() - Method in class caviargui.GroupBox
Toggles the value of the group fighting attribute of this GroupBox object.
setGrInactive() - Method in class caviargui.GroupBox
Toggles the value of the inactive attribute of this GroupBox object.
setGrInteracting() - Method in class caviargui.GroupBox
Toggles the value of the group meeting attribute of this GroupBox object.
setGrMeeting() - Method in class caviargui.GroupBox
Toggles the value of the group meeting attribute of this GroupBox object.
setGrMoving() - Method in class caviargui.GroupBox
Toggles the value of the moving attribute of this GroupBox object.
setGroupSelected(int) - Method in class caviargui.ImagePanel
Method for selecting a group box from the control panel.
setGrSplitting() - Method in class caviargui.GroupBox
Toggles the value of the splitting attribute of this GroupBox object.
setIBActive(int) - Method in class caviargui.ImagePanel
Toggles the active truth value of the SingleBox object at index selected, updates other parameters appropriately.
setIBAppear(int) - Method in class caviargui.ImagePanel
Toggles the appear truth value of the SingleBox object at index selected, updates disappear and occluded appropriately.
setIBAxis(int, int) - Method in class caviargui.ImagePanel
Sets the SingleBox object at index selected axis attribute to update.
setIBBrowser(int) - Method in class caviargui.ImagePanel
Toggles the browser truth value of the SingleBox object at index selected, updates other parameters appropriately.
setIBBrowsing(int) - Method in class caviargui.ImagePanel
Toggles the browsing truth value of the SingleBox object at index selected, updates other parameters appropriately.
setIBBrowsingSit(int) - Method in class caviargui.ImagePanel
Toggles the browsing sit truth value of the SingleBox object at index selected, updates other parameters appropriately.
setIBDisappear(int) - Method in class caviargui.ImagePanel
Toggles the disappear truth value of the SingleBox object at index selected, updates appear and occluded appropriately.
setIBDropDown(int) - Method in class caviargui.ImagePanel
Toggles the drop down truth value of the SingleBox object at index selected, updates other parameters appropriately.
setIBFighter(int) - Method in class caviargui.ImagePanel
Toggles the fighter truth value of the SingleBox object at index selected, updates other parameters appropriately.
setIBImmobile(int) - Method in class caviargui.ImagePanel
Toggles the immobile truth value of the SingleBox object at index selected, updates other parameters appropriately.
setIBInActive(int) - Method in class caviargui.ImagePanel
Toggles the inactive truth value of the SingleBox object at index selected, updates other parameters appropriately.
setIBInactiveSit(int) - Method in class caviargui.ImagePanel
Toggles the inactive sit truth value of the SingleBox object at index selected, updates other parameters appropriately.
setIBLeavingGroup(int) - Method in class caviargui.ImagePanel
Toggles the leaving group truth value of the SingleBox object at index selected, updates other parameters appropriately.
setIBLeftBehind(int) - Method in class caviargui.ImagePanel
Toggles the left behind truth value of the SingleBox object at index selected.
setIBLeftObject(int) - Method in class caviargui.ImagePanel
Toggles the left object truth value of the SingleBox object at index selected, updates other parameters appropriately.
setIBMovingSit(int) - Method in class caviargui.ImagePanel
Toggles the moving sit truth value of the SingleBox object at index selected, updates other parameters appropriately.
setIBOccluded(int) - Method in class caviargui.ImagePanel
Toggles the occluded truth value of the SingleBox object at index selected, updates disappear and appear appropriately.
setIBPersonImmobile(int) - Method in class caviargui.ImagePanel
Toggles the person immobile truth value of the SingleBox object at index selected, updates other parameters appropriately.
setIBRun(int) - Method in class caviargui.ImagePanel
Toggles the run truth value of the SingleBox object at index selected, updates other parameters appropriately.
setIBshopenterSce(int) - Method in class caviargui.ImagePanel
Toggles the shop enter scenario truth value of the SingleBox object at index selected, updates other parameters appropriately.
setIBshopenterSit(int) - Method in class caviargui.ImagePanel
Toggles the shop enter sit truth value of the SingleBox object at index selected, updates other parameters appropriately.
setIBshopexitSce(int) - Method in class caviargui.ImagePanel
Toggles the shop exit scenario truth value of the SingleBox object at index selected, updates other parameters appropriately.
setIBshopexitSit(int) - Method in class caviargui.ImagePanel
Toggles the shop exit sit truth value of the SingleBox object at index selected, updates other parameters appropriately.
setIBshopreenterSce(int) - Method in class caviargui.ImagePanel
Toggles the shop reenter scenario truth value of the SingleBox object at index selected, updates other parameters appropriately.
setIBWalk(int) - Method in class caviargui.ImagePanel
Toggles the walk truth value of the SingleBox object at index selected, updates other parameters appropriately.
setIBWalker(int) - Method in class caviargui.ImagePanel
Toggles the walker truth value of the SingleBox object at index selected, updates other parameters appropriately.
setIBWalking(int) - Method in class caviargui.ImagePanel
Toggles the walking truth value of the SingleBox object at index selected, updates other parameters appropriately.
setIBwindowshopSce(int) - Method in class caviargui.ImagePanel
Toggles the window shop scenario truth value of the SingleBox object at index selected, updates other parameters appropriately.
setImmobile() - Method in class caviargui.SingleBox
Toggles the value of the immobile attribute of this SingleBox object.
setInActive() - Method in class caviargui.GroupBox
Toggles the value of the inactive attribute of this GroupBox object.
setInActive() - Method in class caviargui.SingleBox
Toggles the value of the inactive attribute of this SingleBox object.
setInactiveSit() - Method in class caviargui.SingleBox
Toggles the value of the inactive attribute of this SingleBox object.
setIndBoxes(String[]) - Method in class caviargui.GroupBox
Sets the individual boxes that are included in this group box
setLeaving() - Method in class caviargui.GroupBox
Toggles the value of the leaving attribute of this GroupBox object.
setLeavingGroup() - Method in class caviargui.SingleBox
Toggles the value of the leaving group attribute of this SingleBox object.
setLeftBehind() - Method in class caviargui.GroupBox
Toggles the value of the left behind attribute of this GroupBox object
setLeftBehind() - Method in class caviargui.SingleBox
Toggles the value of the left behind attribute of this SingleBox object.
setLeftObject() - Method in class caviargui.GroupBox
Toggles the value of the left object attribute of this GroupBox object
setLeftObject() - Method in class caviargui.SingleBox
Toggles the value of the left object attribute of this SingleBox object.
setLine(Line2D.Float) - Method in class caviargui.GroupBox
Sets the value of the axisLine attribute of this GroupBox object to axisLine.
setLine(Line2D.Float) - Method in class caviargui.SingleBox
Sets the value of the axisLine attribute of this SingleBox object to axisLine.
setMeet() - Method in class caviargui.GroupBox
Toggles the value of the meet attribute of this GroupBox object.
setMeeting() - Method in class caviargui.GroupBox
Toggles the value of the meeting attribute of this GroupBox object.
setMove() - Method in class caviargui.GroupBox
Toggles the value of the move attribute of this GroupBox object.
setMovingSit() - Method in class caviargui.SingleBox
Toggles the value of the moving situation attribute of this SingleBox object.
setOccluded() - Method in class caviargui.SingleBox
 
setPersonImmobile() - Method in class caviargui.SingleBox
Toggles the value of the person immobile attribute of this SingleBox object.
setRun() - Method in class caviargui.SingleBox
Toggles the value of the run attribute of this SingleBox object.
setSelected(boolean) - Method in class caviargui.GroupBox
Sets the value of the selected attribute of this GroupBox object to value.
setSelected(boolean) - Method in class caviargui.SingleBox
Sets the value of the selected attribute of this SingleBox object to value.
setShopenterSce() - Method in class caviargui.GroupBox
Toggles the value of the shop enter scenario attribute of this GroupBox object.
setShopenterSce() - Method in class caviargui.SingleBox
Toggles the value of the shop enter scenario attribute of this SingleBox object.
setShopenterSit() - Method in class caviargui.GroupBox
Toggles the value of the shop enter situation attribute of this GroupBox object.
setShopenterSit() - Method in class caviargui.SingleBox
Toggles the value of the shop enter situation attribute of this SingleBox object.
setShopexitSce() - Method in class caviargui.GroupBox
Toggles the value of the shop exit scenario attribute of this GroupBox object.
setShopexitSce() - Method in class caviargui.SingleBox
Toggles the value of the shop exit scenario attribute of this SingleBox object.
setShopexitSit() - Method in class caviargui.GroupBox
Toggles the value of the shop exit situation attribute of this GroupBox object.
setShopexitSit() - Method in class caviargui.SingleBox
Toggles the value of the shop exit situation attribute of this SingleBox object.
setShopreenterSce() - Method in class caviargui.GroupBox
Toggles the value of the shop reenter scenario attribute of this GroupBox object.
setShopreenterSce() - Method in class caviargui.SingleBox
Toggles the value of the shop reenter scenario attribute of this SingleBox object.
setSingleSelected(int) - Method in class caviargui.ImagePanel
Method for selecting a single box from the control panel.
setTruths(boolean[]) - Method in class caviargui.GroupBox
Sets the value of the all the values in the truths array of this GroupBox object to the value of newTruths
setTruths(boolean[]) - Method in class caviargui.SingleBox
Sets the value of the all the values in the truths array of this SingleBox object to the value of newTruths
setWalk() - Method in class caviargui.GroupBox
Toggles the value of the walkers attribute of this GroupBox object.
setWalk() - Method in class caviargui.SingleBox
Toggles the value of the walk attribute of this SingleBox object.
setWalker() - Method in class caviargui.SingleBox
Toggles the value of the walker attribute of this SingleBox object.
setWalking() - Method in class caviargui.SingleBox
Toggles the value of the immobile attribute of this SingleBox object.
setWindowshopSce() - Method in class caviargui.GroupBox
Toggles the value of the window shop scenario attribute of this GroupBox object.
setWindowshopSce() - Method in class caviargui.SingleBox
Toggles the value of the window shop scenario attribute of this SingleBox object.
SHOPENTER_SCE - Static variable in class caviargui.SingleBox
Parameters used to define where about the truths of that name appear in the truths array.
SHOPENTER_SIT - Static variable in class caviargui.SingleBox
Parameters used to define where about the truths of that name appear in the truths array.
SHOPEXIT_SCE - Static variable in class caviargui.SingleBox
Parameters used to define where about the truths of that name appear in the truths array.
SHOPEXIT_SIT - Static variable in class caviargui.SingleBox
Parameters used to define where about the truths of that name appear in the truths array.
SHOPREENTER_SCE - Static variable in class caviargui.SingleBox
Parameters used to define where about the truths of that name appear in the truths array.
SINGLE_BOXES - Static variable in class caviargui.FrameData
Constants used to represent the number of single or group boxes contained in a FrameData object.
singleBox - Variable in class caviargui.FrameData
Structures used for storing single box data about the video frame.
SingleBox - class caviargui.SingleBox.
Class for representing a single person box.
SingleBox() - Constructor for class caviargui.SingleBox
Default constructor.
SingleBox(boolean[], Rectangle, int, Line2D.Float) - Constructor for class caviargui.SingleBox
Constructor specifying all relavent parameters.
singleBoxExistinGroupBox(int) - Method in class caviargui.CAVIARGUI
 
singleBoxinGroupBox(int) - Method in class caviargui.ImagePanel
 
singleBoxUpdateDisplay(int) - Method in class caviargui.ImagePanel
Used to update display so that currently selected box is in red.

T

toString() - Method in class caviargui.FrameData
Returns the String representation of this FrameData object.
toString() - Method in class caviargui.GroupBox
Returns the String representing this GroupBox object.
toString() - Method in class caviargui.SingleBox
Returns the String representing this SingleBox object.
truths - Variable in class caviargui.GroupBox
Truths array to represent everything that is known about a picture.
truths - Variable in class caviargui.SingleBox
Truths array for this SingleBox object.

U

updateData(String) - Method in class caviargui.AllData
Auxiliary method used by readFrom to create the required objects to represent the information gathered in readString

W

WALK - Static variable in class caviargui.SingleBox
Parameters used to define where about the truths of that name appear in the truths array.
WALKER - Static variable in class caviargui.SingleBox
Parameters used to define where about the truths of that name appear in the truths array.
WALKERS - Static variable in class caviargui.GroupBox
Used to determine which part in the truths array is relavent to which of the boolean attributes of a frame.
WALKING - Static variable in class caviargui.SingleBox
Parameters used to define where about the truths of that name appear in the truths array.
WIDTH - Static variable in class caviargui.CAVIARGUI
Image height and width, change these if no longer using half PAL size
WINDOWSHOP_SCE - Static variable in class caviargui.SingleBox
Parameters used to define where about the truths of that name appear in the truths array.
writeAll(String) - Method in class caviargui.AllData
Method used to write all of the data from sequence name seqName to disk
writeString(int, String, FrameData) - Method in class caviargui.AllData
Method used to return the data gathered from frame number id by the user's annotations
writeTo(String, int, String) - Method in class caviargui.AllData
Method used when writing given data to a file so it may be restored and annotation continued

A B C D F G H I J L M O P R S T U W