Uses of Enum Class
eu.bandm.music.top.MfOptions.physUnit
Package
Description
Top-level data structures, modelling different score formats, combining the
entities defined in lower level packages.
-
Uses of MfOptions.physUnit in eu.bandm.music.top
Modifier and TypeMethodDescriptionMfOptions.get_physCoords_2()
Getter method for the 2nd argument of optionphysCoords
.static MfOptions.physUnit
Returns the enum constant of this class with the specified name.static MfOptions.physUnit[]
MfOptions.physUnit.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
SvgSource.convertToSvg
(PrintWriter pw, String title, int ulox, int uloy, int uhix, int uhiy, int phix, int phiy, MfOptions.physUnit punit, double timeFactor) Second main entry point, called after a successful execution ofSvgSource.update()
.