Uses of Enum Class
org.episteme.social.arts.dance.DanceNotationParser.Level
Packages that use DanceNotationParser.Level
Package
Description
Core functionality for the org.episteme.social.arts.dance package in the Episteme library.
-
Uses of DanceNotationParser.Level in org.episteme.social.arts.dance
Subclasses with type arguments of type DanceNotationParser.Level in org.episteme.social.arts.danceMethods in org.episteme.social.arts.dance that return DanceNotationParser.LevelModifier and TypeMethodDescriptionDanceNotationParser.Movement.level()Returns the value of thelevelrecord component.static DanceNotationParser.LevelReturns the enum constant of this class with the specified name.static DanceNotationParser.Level[]DanceNotationParser.Level.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.episteme.social.arts.dance with parameters of type DanceNotationParser.LevelModifierConstructorDescriptionMovement(String limb, DanceNotationParser.Direction direction, DanceNotationParser.Level level, double durationTicks, double effortWeight, double effortTime) Creates an instance of aMovementrecord class.