Class DefaultsBuilder


  • public final class DefaultsBuilder
    extends Object
    Singleton builder of defaults options, with or without scales.
    Author:
    Andrea "Stock" Stocchero
    • Method Detail

      • get

        public static DefaultsBuilder get()
        Singleton method to return the instance
        Returns:
        default builder instance
      • getOptions

        public DefaultOptions getOptions()
        Returns the default options without scales.
        Returns:
        the default options without scales.
      • getScaledOptions

        public DefaultScaledOptions getScaledOptions()
        Returns the default options with scales.
        Returns:
        the default options with scales.
      • getScale

        public DefaultScale getScale()
        Returns the default scale.
        Returns:
        the default scale.