cc.glsn.v15.moviemenu
Class MovieMenuConfig

java.lang.Object
  extended by cc.glsn.v15.moviemenu.MovieMenuConfig

public class MovieMenuConfig
extends Object


Constructor Summary
MovieMenuConfig(String Root)
           
 
Method Summary
 String getEditCmd()
           
 int getFontSize()
           
 int getImageHeight()
           
 String getStartCmd()
           
 int getWindowHeight()
           
 int getWindowWidth()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MovieMenuConfig

public MovieMenuConfig(String Root)
                throws FileNotFoundException
Throws:
FileNotFoundException
Method Detail

getFontSize

public int getFontSize()

getWindowWidth

public int getWindowWidth()

getWindowHeight

public int getWindowHeight()

getImageHeight

public int getImageHeight()

getStartCmd

public String getStartCmd()

getEditCmd

public String getEditCmd()