video.neuquant
Class NeuquantCaptureBean
java.lang.Object
   video.neuquant.NeuquantCaptureBean
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
 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
NeuquantCaptureBean
public NeuquantCaptureBean()
toXml
public java.lang.String toXml()
- 
 
- 
 
toString
public java.lang.String toString()
- 
- Overrides:
- toStringin 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)
- 
 
-