Uses of Class
com.tagtraum.beatunes.analysis.AnalyzeReplayGain
-
Packages that use AnalyzeReplayGain Package Description com.tagtraum.beatunes.analysis Provides classes to steer the execution of analysis tasks and several analysis tasks and their editors. -
-
Uses of AnalyzeReplayGain in com.tagtraum.beatunes.analysis
Methods in com.tagtraum.beatunes.analysis that return AnalyzeReplayGain Modifier and Type Method Description AnalyzeReplayGain
AnalyzeReplayGain. createDeepCopy()
AnalyzeReplayGain
AnalyzeReplayGainEditor. getTask()
AnalyzeReplayGain
AnalyzeReplayGainEditor. getTask(AnalyzeReplayGain task)
Methods in com.tagtraum.beatunes.analysis that return types with arguments of type AnalyzeReplayGain Modifier and Type Method Description TaskEditor<AnalyzeReplayGain>
AnalyzeReplayGain. createEditor()
Methods in com.tagtraum.beatunes.analysis with parameters of type AnalyzeReplayGain Modifier and Type Method Description AnalyzeReplayGain
AnalyzeReplayGainEditor. getTask(AnalyzeReplayGain task)
void
AnalyzeReplayGainEditor. setTask(AnalyzeReplayGain task)
-