Uses of Enum Class
org.jjazz.phrasetransform.api.PhraseTransformCategory
Packages that use PhraseTransformCategory
-
Uses of PhraseTransformCategory in org.jjazz.phrasetransform.api
Methods in org.jjazz.phrasetransform.api that return PhraseTransformCategoryModifier 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.Methods in org.jjazz.phrasetransform.api with parameters of type PhraseTransformCategoryModifier and TypeMethodDescriptiondefault List<PhraseTransform>
PhraseTransformManager.getPhraseTransforms
(PhraseTransformCategory category) Get the PhraseTransforms which match the specified category.Constructors in org.jjazz.phrasetransform.api with parameters of type PhraseTransformCategory