|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectGUI
public class GUI
Class for building the GUI for playing video files and viewing r-frames after the segmentation process
Videosegmenter
,
Button
Field Summary | |
---|---|
javax.swing.JDesktopPane |
desktopPane
|
java.awt.GridLayout |
gridLayout
|
javax.swing.JPanel |
imagePanel
|
javax.swing.JFrame |
shotWindow
|
Constructor Summary | |
---|---|
GUI(Videosegmenter main)
Standard constructor to build the GUI |
Method Summary | |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent ae)
|
void |
addImage(ResizedImageObject resizedImageObject)
Method that adds new shot images to the shot window |
javax.swing.JFrame |
shotWindow()
Method to build the shot viewer window |
javax.swing.JMenuBar |
videoMenu()
Method to build the video window menu |
javax.swing.JFrame |
videoWindow(java.awt.Dimension size)
Method to build the video window |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public javax.swing.JFrame shotWindow
public javax.swing.JDesktopPane desktopPane
public javax.swing.JPanel imagePanel
public java.awt.GridLayout gridLayout
Constructor Detail |
---|
public GUI(Videosegmenter main)
main
- Main class referenceMethod Detail |
---|
public javax.swing.JFrame videoWindow(java.awt.Dimension size)
size
- The size of the video window
public javax.swing.JFrame shotWindow()
public javax.swing.JMenuBar videoMenu()
public void actionPerformed(java.awt.event.ActionEvent ae)
actionPerformed
in interface java.awt.event.ActionListener
public void addImage(ResizedImageObject resizedImageObject)
resizedImageObject
- The resized image to be viewed in the shot window
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |