Class PropertyFileModel

    • Constructor Detail

      • PropertyFileModel

        public PropertyFileModel()
        Default constructor.
      • PropertyFileModel

        public PropertyFileModel​(java.lang.String path)
        Convenience constructor.
        Parameters:
        path - Path.
      • PropertyFileModel

        public PropertyFileModel​(java.lang.String path,
                                 int x,
                                 int y)
        Convenience constructor allowing XY initialising.
        Parameters:
        path - Path.
        x - Horizontal location.
        y - Vertical location.