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 AnalyzeKeyAnalyzeKey. createDeepCopy()This method creates a copy of the Task and its subtasks.AnalyzeKeyAnalyzeKeyEditor. getTask()AnalyzeKeyAnalyzeKeyEditor. 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 AnalyzeKeyAnalyzeKeyEditor. getTask(AnalyzeKey task)voidAnalyzeKeyEditor. setTask(AnalyzeKey task)
-