Class UserPref


  • public class UserPref
    extends Object
    • Constructor Detail

      • UserPref

        public UserPref()
        initialize default values
    • Method Detail

      • getFormat

        public String getFormat()
      • setFormat

        public void setFormat​(String format)
      • formatProperty

        public javafx.beans.property.StringProperty formatProperty()
      • getDirectory

        public String getDirectory()
      • setDirectory

        public void setDirectory​(String directory)
      • directoryProperty

        public javafx.beans.property.StringProperty directoryProperty()
      • getWindowHeight

        public Double getWindowHeight()
      • setWindowHeight

        public void setWindowHeight​(Double windowHeight)
      • windowHeight

        public javafx.beans.property.DoubleProperty windowHeight()
      • getWindowWidth

        public Double getWindowWidth()
      • setWindowWidth

        public void setWindowWidth​(Double windowWidth)
      • windowWidth

        public javafx.beans.property.DoubleProperty windowWidth()