Uses of Enum Class
eu.bandm.music.top.Formplan_fuge.ThMode
Packages that use Formplan_fuge.ThMode
Package
Description
Allows to play "Die Kunst der Fuge" on any JRE, with arrangement
defined interactively by the user.
Top-level data structures, modelling different score formats, combining the
entities defined in lower level packages.
-
Uses of Formplan_fuge.ThMode in eu.bandm.music.applications.myKdF
Fields in eu.bandm.music.applications.myKdF with type parameters of type Formplan_fuge.ThModeModifier and TypeFieldDescription(package private) final JComboBox<Formplan_fuge.ThMode> View.RepresentationSelection.audio(package private) final JComboBox<Formplan_fuge.ThMode> View.RepresentationSelection.visualMethods in eu.bandm.music.applications.myKdF with parameters of type Formplan_fuge.ThModeModifier and TypeMethodDescriptionvoidFormplanView.adopt(Formplan_fuge plan, Formplan_fuge.ThMode thMode, float msec_per_whole) Called whenever the movement selection, the theme representation, or the widget's size changes. -
Uses of Formplan_fuge.ThMode in eu.bandm.music.top
Fields in eu.bandm.music.top declared as Formplan_fuge.ThModeModifier and TypeFieldDescriptionfinal Formplan_fuge.ThModeFormplan_fuge.RoutingPlan.representationFields in eu.bandm.music.top with type parameters of type Formplan_fuge.ThModeModifier and TypeFieldDescriptionstatic final List<Formplan_fuge.ThMode> Formplan_fuge.themesRepresentationPriority_auditivestatic final List<Formplan_fuge.ThMode> Formplan_fuge.themesRepresentationPriority_visualMethods in eu.bandm.music.top that return Formplan_fuge.ThModeModifier and TypeMethodDescriptionFormplan_fuge.defaultThemesRepresentationMode_auditive()Formplan_fuge.defaultThemesRepresentationMode_visual()static Formplan_fuge.ThModeReturns the enum constant of this class with the specified name.static Formplan_fuge.ThMode[]Formplan_fuge.ThMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.bandm.music.top with parameters of type Formplan_fuge.ThModeModifier and TypeMethodDescriptionFormplan_fuge.makeRoutingPlan(Formplan_fuge.ThMode representation) voidFormplan_fuge.toGraphics(Print_Plan_3d printer_th, Print_Plan_3d printer_kp, Formplan_fuge.ThMode thMode, float xfactor, int shift) Construct a graphic representation from the score data.Constructors in eu.bandm.music.top with parameters of type Formplan_fuge.ThMode