public class MoviePrefs extends Preferences implements java.awt.event.ActionListener, ValueChangeListener
Modifier and Type | Field and Description |
---|---|
static double |
DEFAULT_FRAME_RATE |
static MovieMaker.Method |
DEFAULT_METHOD |
static java.lang.String |
DEFAULT_MOVIE_FOLDER |
Constructor and Description |
---|
MoviePrefs(MovieMaker maker) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
void |
applyToCurrent() |
PropertyList |
getAllPropertyInfo()
Returns a list giving static information about all properties exported by
this object.
|
double |
getFrameRate() |
MovieMaker.Method |
getMethod() |
java.lang.String |
getMovieFolderPath() |
MovieMaker |
getMovieMaker() |
boolean |
scanItem(ReaderTokenizer rtok) |
void |
setDefaults() |
void |
setFrameRate(double rate) |
void |
setFromCurrent() |
void |
setMethod(MovieMaker.Method method) |
void |
setMovieFolderPath(java.lang.String path) |
void |
valueChange(ValueChangeEvent e) |
void |
writeItems(java.io.PrintWriter pw,
NumberFormat fmt,
java.lang.Object ref) |
getEditingPanel, getProperty, isWritable, numScanWarnings, scan, write
public static double DEFAULT_FRAME_RATE
public static MovieMaker.Method DEFAULT_METHOD
public static java.lang.String DEFAULT_MOVIE_FOLDER
public MoviePrefs(MovieMaker maker)
public PropertyList getAllPropertyInfo()
HasProperties
getAllPropertyInfo
in interface HasProperties
getAllPropertyInfo
in class Preferences
public double getFrameRate()
public void setFrameRate(double rate)
public MovieMaker.Method getMethod()
public void setMethod(MovieMaker.Method method)
public java.lang.String getMovieFolderPath()
public void setMovieFolderPath(java.lang.String path)
public MovieMaker getMovieMaker()
public void setDefaults()
setDefaults
in class Preferences
public void setFromCurrent()
setFromCurrent
in class Preferences
public void applyToCurrent()
applyToCurrent
in class Preferences
public void valueChange(ValueChangeEvent e)
valueChange
in interface ValueChangeListener
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
actionPerformed
in class Preferences
public boolean scanItem(ReaderTokenizer rtok) throws java.io.IOException
java.io.IOException
public void writeItems(java.io.PrintWriter pw, NumberFormat fmt, java.lang.Object ref) throws java.io.IOException
writeItems
in class Preferences
java.io.IOException