Class GeneralOptions

  • All Implemented Interfaces:
    Options

    public class GeneralOptions
    extends AbstractOptions
    Implementation of GeneralOptions
    Author:
    Kiyut
    • Method Detail

      • getInstance

        public static GeneralOptions getInstance()
        Returns the single instance, creating one if it's the first time this method is called.
        Returns:
        The single instance.
      • setDefaultSVGWidth

        public void setDefaultSVGWidth​(float width)
      • getDefaultSVGWidth

        public float getDefaultSVGWidth()
      • setDefaultSVGHeight

        public void setDefaultSVGHeight​(float height)
      • getDefaultSVGHeight

        public float getDefaultSVGHeight()
      • setUndoLimit

        public void setUndoLimit​(int limit)
      • getUndoLimit

        public int getUndoLimit()