DecimalSettings
data class DecimalSettings(schemes: MutableList<DecimalScheme>, currentSchemeName: String) : Settings<DecimalSettings, DecimalScheme>
Content copied to clipboard
The user-configurable collection of schemes applicable to generating decimals.
See also
Constructors
DecimalSettings
Link copied to clipboard
fun DecimalSettings(schemes: MutableList<DecimalScheme> = DEFAULT_SCHEMES, currentSchemeName: String = DEFAULT_CURRENT_SCHEME_NAME)
Content copied to clipboard
Types
Functions
deepCopy
Link copied to clipboard
getState
Link copied to clipboard
initializeComponent
Link copied to clipboard
open fun initializeComponent()
Content copied to clipboard
loadState
Link copied to clipboard
noStateLoaded
Link copied to clipboard
open fun noStateLoaded()
Content copied to clipboard
Properties
currentScheme
Link copied to clipboard
currentSchemeName
Link copied to clipboard
schemes
Link copied to clipboard
Sources
jvm source
Link copied to clipboard