Uses of Class
com.tagtraum.beatunes.analysis.AnalyzeKey
-
Packages that use AnalyzeKey Package Description com.tagtraum.beatunes.analysis Provides classes to steer the execution of analysis tasks and several analysis tasks and their editors. -
-
Uses of AnalyzeKey in com.tagtraum.beatunes.analysis
Methods in com.tagtraum.beatunes.analysis that return AnalyzeKey Modifier and Type Method Description AnalyzeKey
AnalyzeKey. createDeepCopy()
This method creates a copy of the Task and its subtasks.AnalyzeKey
AnalyzeKeyEditor. getTask()
AnalyzeKey
AnalyzeKeyEditor. getTask(AnalyzeKey task)
Methods in com.tagtraum.beatunes.analysis that return types with arguments of type AnalyzeKey Modifier and Type Method Description TaskEditor<AnalyzeKey>
AnalyzeKey. createEditor()
Methods in com.tagtraum.beatunes.analysis with parameters of type AnalyzeKey Modifier and Type Method Description AnalyzeKey
AnalyzeKeyEditor. getTask(AnalyzeKey task)
void
AnalyzeKeyEditor. setTask(AnalyzeKey task)
-