Uses of Interface
com.tagtraum.beatunes.KeyTextRenderer
-
Packages that use KeyTextRenderer Package Description com.tagtraum.beatunes Application for analyzing songs and sorting them based on how they match each other.com.tagtraum.beatunes.analysis Provides classes to steer the execution of analysis tasks and several analysis tasks and their editors.com.tagtraum.beatunes.keyrenderer Implementations forKeyTextRenderer
. -
-
Uses of KeyTextRenderer in com.tagtraum.beatunes
Methods in com.tagtraum.beatunes that return KeyTextRenderer Modifier and Type Method Description KeyTextRenderer
GeneralPreferences. getKeyTextRenderer()
-
Uses of KeyTextRenderer in com.tagtraum.beatunes.analysis
Methods in com.tagtraum.beatunes.analysis that return KeyTextRenderer Modifier and Type Method Description KeyTextRenderer
AnalyzeKey. getRenderer()
Methods in com.tagtraum.beatunes.analysis with parameters of type KeyTextRenderer Modifier and Type Method Description static String
AnalyzeKey. getClassName(KeyTextRenderer renderer)
Ruby and Python object's classnames are not the same after the JVM exists. -
Uses of KeyTextRenderer in com.tagtraum.beatunes.keyrenderer
Classes in com.tagtraum.beatunes.keyrenderer that implement KeyTextRenderer Modifier and Type Class Description class
DefaultKeyTextRenderer
DefaultKeyTextRenderer
.class
Id3KeyTextRenderer
Id3 key text renderer.class
MusicalKeyTextRenderer
Musical KeyTextRenderer.class
OpenKeyNotationTextRenderer
Renders keys in Open Key Notationclass
WallClockKeyNotationTextRenderer
Renders keys in Wall Clock Key Notation
-