video.neuquant
Class NeuquantCaptureBean

java.lang.Object
  extended by video.neuquant.NeuquantCaptureBean
All Implemented Interfaces:
java.io.Serializable

public class NeuquantCaptureBean
extends java.lang.Object
implements java.io.Serializable

DocJava, Inc. http://www.docjava.com Programmer: dlyon Date: Dec 8, 2004 Time: 8:06:45 PM

See Also:
Serialized Form

Constructor Summary
NeuquantCaptureBean()
           
 
Method Summary
 java.awt.Rectangle getInputRectangle()
           
 java.lang.String getOutputFile()
           
 java.awt.Dimension getOutputSize()
           
 double getPlayBackSecondsPerFrame()
           
 double getRecordSecondsPerFrame()
           
 boolean isBuffered()
           
 boolean isEntireScreen()
           
 boolean isLooped()
           
 boolean isManual()
           
 boolean isRunning()
           
 boolean isSilentOnCapture()
           
 boolean isSlient()
           
 boolean isValidData()
           
static void main(java.lang.String[] args)
           
static NeuquantCaptureBean restore()
          restores the properties from the preference in the user root.
 void save()
          saves the properties to the Preferences of the userRoot
 void setBuffered(boolean buffered)
           
 void setEntireScreen(boolean entireScreen)
           
 void setInputRectangle(java.awt.Rectangle inputRectangle)
           
 void setLooped(boolean looped)
           
 void setManual(boolean manual)
           
 void setOutputFile(java.lang.String outputFile)
           
 void setOutputSize(java.awt.Dimension outputSize)
           
 void setPlayBackSecondsPerFrame(double playBackSecondsPerFrame)
           
 void setRecordSecondsPerFrame(double recordSecondsPerFrame)
           
 void setRunning(boolean running)
           
 void setSilent(boolean silent)
           
 void setSilentOnCapture(boolean silentOnCapture)
           
 java.lang.String toString()
           
 java.lang.String toXml()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NeuquantCaptureBean

public NeuquantCaptureBean()
Method Detail

toXml

public java.lang.String toXml()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

main

public static void main(java.lang.String[] args)

save

public void save()
saves the properties to the Preferences of the userRoot


restore

public static NeuquantCaptureBean restore()
restores the properties from the preference in the user root.


isSilentOnCapture

public boolean isSilentOnCapture()

setSilentOnCapture

public void setSilentOnCapture(boolean silentOnCapture)

getPlayBackSecondsPerFrame

public double getPlayBackSecondsPerFrame()

setPlayBackSecondsPerFrame

public void setPlayBackSecondsPerFrame(double playBackSecondsPerFrame)

isLooped

public boolean isLooped()

setLooped

public void setLooped(boolean looped)

isBuffered

public boolean isBuffered()

setBuffered

public void setBuffered(boolean buffered)

isEntireScreen

public boolean isEntireScreen()

setEntireScreen

public void setEntireScreen(boolean entireScreen)

getInputRectangle

public java.awt.Rectangle getInputRectangle()

setInputRectangle

public void setInputRectangle(java.awt.Rectangle inputRectangle)

getOutputSize

public java.awt.Dimension getOutputSize()

setOutputSize

public void setOutputSize(java.awt.Dimension outputSize)

getOutputFile

public java.lang.String getOutputFile()

setOutputFile

public void setOutputFile(java.lang.String outputFile)

isValidData

public boolean isValidData()

isRunning

public boolean isRunning()

setRunning

public void setRunning(boolean running)

isSlient

public boolean isSlient()

setSilent

public void setSilent(boolean silent)

isManual

public boolean isManual()

setManual

public void setManual(boolean manual)

getRecordSecondsPerFrame

public double getRecordSecondsPerFrame()

setRecordSecondsPerFrame

public void setRecordSecondsPerFrame(double recordSecondsPerFrame)