Uses of Enum Class
eu.bandm.music.top.MfOptions.physUnit
Packages that use 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
Fields in eu.bandm.music.top declared as MfOptions.physUnitMethods in eu.bandm.music.top that return MfOptions.physUnitModifier and TypeMethodDescriptionMfOptions.get_physCoords_2()Getter method for the 2nd argument of optionphysCoords.static MfOptions.physUnitReturns 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.Methods in eu.bandm.music.top with parameters of type MfOptions.physUnitModifier and TypeMethodDescriptionvoidSvgSource.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().