Uses of Enum Class
rawDeepLearningClassifier.layoutFX.exampleSounds.ExampleSoundFactory.ExampleSoundCategory
Packages that use ExampleSoundFactory.ExampleSoundCategory
-
Uses of ExampleSoundFactory.ExampleSoundCategory in rawDeepLearningClassifier.layoutFX.exampleSounds
Methods in rawDeepLearningClassifier.layoutFX.exampleSounds that return ExampleSoundFactory.ExampleSoundCategoryModifier and TypeMethodDescriptionExampleSoundFactory.ExampleSoundType.getCategory()
Get category of the example sound.Returns the enum constant of this class with the specified name.ExampleSoundFactory.ExampleSoundCategory.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in rawDeepLearningClassifier.layoutFX.exampleSounds with parameters of type ExampleSoundFactory.ExampleSoundCategoryModifier and TypeMethodDescriptionExampleSoundFactory.getExampleSoundTypes
(ExampleSoundFactory.ExampleSoundCategory category) Get all the example sounds for a particular category.ExampleSoundFactory.getExampleSoundTypes
(ExampleSoundFactory.ExampleSoundCategory... cateogry) Get all the example sounds for a set of categories.