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.visual
Methods in eu.bandm.music.applications.myKdF with parameters of type Formplan_fuge.ThModeModifier and TypeMethodDescriptionvoid
FormplanView.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.ThMode
Formplan_fuge.RoutingPlan.representation
Fields in eu.bandm.music.top with type parameters of type Formplan_fuge.ThModeModifier and TypeFieldDescriptionstatic final List
<Formplan_fuge.ThMode> Formplan_fuge.themesRepresentationPriority_auditive
static final List
<Formplan_fuge.ThMode> Formplan_fuge.themesRepresentationPriority_visual
Methods in eu.bandm.music.top that return Formplan_fuge.ThModeModifier and TypeMethodDescriptionFormplan_fuge.defaultThemesRepresentationMode_auditive()
Formplan_fuge.defaultThemesRepresentationMode_visual()
static Formplan_fuge.ThMode
Returns 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) void
Formplan_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