Package com.fwdekker.randomness.decimal   
            Insertion of random decimals.
Types
DecimalGroupAction
                          
                    
                  Link copied to clipboard
                        DecimalInsertAction
                          
                    
                  Link copied to clipboard
                        DecimalScheme
                          
                    Link copied to clipboard
                        data class DecimalScheme(myName: String, minValue: Double, maxValue: Double, decimalCount: Int, showTrailingZeroes: Boolean, groupingSeparator: String, decimalSeparator: String, prefix: String, suffix: String) : Scheme<DecimalScheme> 
Content copied to clipboard
DecimalSettings
                          
                    Link copied to clipboard
                        data class DecimalSettings(schemes: MutableList<DecimalScheme>, currentSchemeName: String) : Settings<DecimalSettings, DecimalScheme> 
Content copied to clipboard
DecimalSettingsAction
                          
                    
                  Link copied to clipboard
                        DecimalSettingsComponent
                          
                    Link copied to clipboard
                        class DecimalSettingsComponent(settings: DecimalSettings) : SettingsComponent<DecimalSettings, DecimalScheme> 
Content copied to clipboard
DecimalSettingsConfigurable
                          
                    Link copied to clipboard
                        class DecimalSettingsConfigurable(component: DecimalSettingsComponent) : SettingsConfigurable<DecimalSettings, DecimalScheme> 
Content copied to clipboard