Uses of Enum Class
rawDeepLearningClassifier.layoutFX.exampleSounds.ExampleSoundFactory.ExampleSoundCategory
-
Uses of ExampleSoundFactory.ExampleSoundCategory in rawDeepLearningClassifier.layoutFX.exampleSounds
Modifier 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.Modifier 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.