Uses of Class
eu.bandm.music.top.Print_Plan_3d
Packages that use Print_Plan_3d
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 Print_Plan_3d in eu.bandm.music.applications.myKdF
Fields in eu.bandm.music.applications.myKdF declared as Print_Plan_3dModifier and TypeFieldDescription(package private) @Opt Print_Plan_3d
FormplanView.printer_kp
Renderer for the counter-point entries in the display.(package private) @Opt Print_Plan_3d
FormplanView.printer_th
Renderer for the theme entries in the display. -
Uses of Print_Plan_3d in eu.bandm.music.top
Methods in eu.bandm.music.top with parameters of type Print_Plan_3dModifier and TypeMethodDescriptionprotected void
Formplan_fuge.addEvent
(Event e, int shift, float xfactor, Print_Plan_3d printer, int kind, boolean merge) Add one event to the Print_Plan_3d list of graphical representations.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.