Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
S
safeColor
- Variable in class krut.KRUT_GUI.
ScreenMarkerLine
Sampler
- Class in
krut.KRUT_Recording
The audio sampler records sound from a DataLine obtained from the AudioSystem.
Sampler(String)
- Constructor for class krut.KRUT_Recording.
Sampler
Creates a new instance of Sampler Calling this constructor will create a Sampler that uses an output File with the specified filename.
Sampler()
- Constructor for class krut.KRUT_Recording.
Sampler
Creates a new instance of Sampler Calling this constructor will create a Sampler that uses an output File with the default filename given by the private parameter defaultFileName.
sampleSize
- Variable in class krut.KRUT_Recording.
Sampler
The sample size in bits.
saveEnumCheckbox
- Variable in class krut.KRUT_GUI.
KrutSettings
SaveFileChooser
- Class in
krut.KRUT_GUI
This class is a JPanel used to handle the file names of the save files.
SaveFileChooser()
- Constructor for class krut.KRUT_GUI.
SaveFileChooser
SaveFileChooser.SaveFileFilter
- Class in
krut.KRUT_GUI
A FileFilter for the FileChooser.
SaveFileChooser.SaveFileFilter()
- Constructor for class krut.KRUT_GUI.
SaveFileChooser.SaveFileFilter
saveQuery
- Variable in class krut.
Run_KRUT
The interface to the user for changing the save files.
ScreenGrabber
- Class in
krut.KRUT_Recording
This class is used both to record a movie and to take separate screen shots.
ScreenGrabber(Rectangle, int)
- Constructor for class krut.KRUT_Recording.
ScreenGrabber
Constructor for ScreenGrabber.
ScreenGrabber()
- Constructor for class krut.KRUT_Recording.
ScreenGrabber
Constructor for ScreenGrabber.
ScreenMarkerLine
- Class in
krut.KRUT_GUI
This is a class to draw lines that usually look like they are drawn directly on the screen.
ScreenMarkerLine()
- Constructor for class krut.KRUT_GUI.
ScreenMarkerLine
Creates a new instance of ScreenMarkerLine with no size and orientation HORIZONTAL.
ScreenMarkerLine(Rectangle, int)
- Constructor for class krut.KRUT_GUI.
ScreenMarkerLine
Creates a new instance of ScreenMarkerLine with the given bounds and orientation, provided they are valid, with one segment and no gap size.
ScreenMarkerLine(Rectangle, int, int, int)
- Constructor for class krut.KRUT_GUI.
ScreenMarkerLine
Creates a new instance of ScreenMarkerLine with the given parameters, provided they are valid.
screenshotFile
- Variable in class krut.KRUT_Recording.
ScreenGrabber
The name and path of the screenshotFile.
screenSize
- Variable in class krut.KRUT_Recording.
ScreenGrabber
This is the screensize of the default screen.
selectFile(File)
- Method in class krut.KRUT_GUI.
SaveFileChooser
Displays a file chooser, asking the user to select a file.
sentPics
- Variable in class krut.KRUT_Recording.
DataList
How many frames have been sent in total, including doublets.
setAChkBoxMenuItem(JCheckBoxMenuItem)
- Method in class krut.KRUT_GUI.
KrutSettings
Set the Record Audio checkbox of the main Krut window.
setAudioCheckBox(boolean)
- Method in class krut.KRUT_GUI.
KrutSettings
Change the value of the Record Audio checkbox in the KrutSettings window.
setAudioFile(String)
- Method in class krut.KRUT_Recording.
Sampler
Change the name of the final audio output file to.
setBounds(Rectangle)
- Method in class krut.KRUT_GUI.
ScreenMarkerLine
Sets the bounds of this line.
setDataList(DataList)
- Method in class krut.KRUT_Recording.
JpegImagesToMovieMod
setFps(int)
- Method in class krut.KRUT_GUI.
SnapShot
Changes the update frequency of the preview window.
setFps(int, int)
- Method in class krut.KRUT_Recording.
ScreenGrabber
Set the fps values.
setFrame(JFrame)
- Method in class krut.KRUT_GUI.
ScreenMarkerLine
This is just for testing.
setGapSize(int)
- Method in class krut.KRUT_GUI.
ScreenMarkerLine
Sets the gap size in the orientation of the line.
setImage(BufferedImage)
- Method in class krut.KRUT_GUI.
SnapShot.ShowPic
Change the image that shows in this window.
setInFile(File)
- Method in class krut.KRUT_Recording.
DataList
Sets the file containing the frames.
setMainGUI(JFrame)
- Method in class krut.KRUT_GUI.
KrutTimer
This is used to give the KrutTimer direct access to the main GUI, for easy communication.
setMChkBoxMenuItem(JCheckBoxMenuItem)
- Method in class krut.KRUT_GUI.
KrutSettings
Set the Record Mouse Pointer checkbox of the main Krut window.
setMode(int)
- Method in class krut.KRUT_GUI.
KrutTimer
Sets the mode of the KrutTimer.
setMouseCheckBox(boolean)
- Method in class krut.KRUT_GUI.
KrutSettings
Change the value of the Record Mouse Pointer checkbox in the KrutSettings window.
setOrientation(int)
- Method in class krut.KRUT_GUI.
ScreenMarkerLine
Sets the orientation of this line.
setOutput(OutputText)
- Method in class krut.KRUT_GUI.
KrutTimer
Used to set the output window for this KrutTimer.
setSegmentSize(int)
- Method in class krut.KRUT_GUI.
ScreenMarkerLine
Sets the segment size in the orientation of the line.
setStatus(int)
- Method in class krut.KRUT_GUI.
EncodingProgressBar
Sets the current status.
setSyncTime(long)
- Method in class krut.KRUT_Recording.
Sampler
Set the syncTime for the run() method This MUST be done before wakeUp() is called to start the recording.
setSyncTime(long)
- Method in class krut.KRUT_Recording.
ScreenGrabber
Set the syncTime for the run() method This MUST be done before wakeUp() is called to start the recording.
setTimerGUI(boolean)
- Method in class krut.
Run_KRUT
Change the GUI to display a timer button instead of a recording/stop button.
setVChkBoxMenuItem(JCheckBoxMenuItem)
- Method in class krut.KRUT_GUI.
KrutSettings
Set the Record Video checkbox of the main Krut window.
setVideoCheckBox(boolean)
- Method in class krut.KRUT_GUI.
KrutSettings
Change the value of the Record Video checkbox in the KrutSettings window.
sixteenBit
- Variable in class krut.KRUT_GUI.
SoundQuery
true = sound is 16-bit, false = sound is 8-bit.
sleepMillis
- Variable in class krut.KRUT_GUI.
SnapShot
This is the amount of milliseconds to sleep between each update of the window.
sleepTime
- Variable in class krut.KRUT_Recording.
Sampler
The time the sampler sleeps between each time emptying the buffer, in milliseconds.
SnapShot
- Class in
krut.KRUT_GUI
This class is used to show a snapshot.
SnapShot()
- Constructor for class krut.KRUT_GUI.
SnapShot
snapshot()
- Method in class krut.KRUT_Recording.
ScreenGrabber
Take a snapshot of the selected screencap area and save to a new screenshot file.
SnapShot.ShowPic
- Class in
krut.KRUT_GUI
This class shows the image.
SnapShot.ShowPic.DrawingPane
- Class in
krut.KRUT_GUI
SnapShot.ShowPic.DrawingPane()
- Constructor for class krut.KRUT_GUI.
SnapShot.ShowPic.DrawingPane
snapshotButton
- Variable in class krut.
Run_KRUT
The snapshot button.
snapShotFrame
- Variable in class krut.
Run_KRUT
This JFrame is used to show the SnapShots in.
SoundQuery
- Class in
krut.KRUT_GUI
This class is a JPanel used to handle the audio options.
SoundQuery()
- Constructor for class krut.KRUT_GUI.
SoundQuery
soundQuery
- Variable in class krut.
Run_KRUT
The interface to the user for changing the sound recording quality.
speed
- Variable in class krut.KRUT_Recording.
Sampler
This is a measure of the speed the sound should be played back with.
speedTest()
- Method in class krut.
Run_KRUT
Runs the speed test.
startMouseTimer()
- Method in class krut.KRUT_GUI.
KrutSettings
The mouse timer is the timer that checks the mouse position on the screen for the GUI, while recording isnīt running.
startTimer()
- Method in class krut.KRUT_GUI.
KrutTimer
Start the KrutTimer
stateChanged(ChangeEvent)
- Method in class krut.KRUT_GUI.
QualitySlider
Something has changed with the slider.
stereo
- Variable in class krut.KRUT_GUI.
SoundQuery
true = sound is stereo, false = sound is mono.
stopButton
- Variable in class krut.
Run_KRUT
The stop button.
stopMouseTimer()
- Method in class krut.KRUT_GUI.
KrutSettings
The mouse timer is the timer that checks the mouse position on the screen for the GUI, while recording isnīt running.
stopped
- Variable in class krut.KRUT_Recording.
Sampler
stopped is a flag to tell the Sampler if it should record or not.
stopping
- Variable in class krut.
Run_KRUT
A flag used to tell if there is already a thread running trying to stop the recording.
stopPreviewWindow()
- Method in class krut.KRUT_GUI.
SnapShot
Closes the preview window and free system resources.
stopRecording()
- Method in class krut.KRUT_Recording.
Sampler
Stops the recording.
stopTimer()
- Method in class krut.KRUT_GUI.
KrutTimer
Stop the KrutTimer
switchActiveButton(JButton)
- Method in class krut.
Run_KRUT
Switches the activeButton so that the button displayed is now the one in newButton.
syncAudio
- Variable in class krut.KRUT_Recording.
Sampler
syncAudio is a flag to tell the sampler if it should sync audio, whenever it misses frames, or just continue recording.
syncCheckbox
- Variable in class krut.KRUT_GUI.
KrutSettings
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y