Uses of Enum Class
org.jjazz.phrasetransform.api.PhraseTransformCategory
-
Uses of PhraseTransformCategory in org.jjazz.phrasetransform.api
Modifier and TypeMethodDescriptionPhraseTransform.Info.getCategory()
The category of this transform.static PhraseTransformCategory
Returns the enum constant of this class with the specified name.static PhraseTransformCategory[]
PhraseTransformCategory.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptiondefault List<PhraseTransform>
PhraseTransformManager.getPhraseTransforms
(PhraseTransformCategory category) Get the PhraseTransforms which match the specified category.