Uses of Enum Class
org.episteme.social.arts.dance.DanceNotationParser.Direction
Packages that use DanceNotationParser.Direction
Package
Description
Core functionality for the org.episteme.social.arts.dance package in the Episteme library.
-
Uses of DanceNotationParser.Direction in org.episteme.social.arts.dance
Subclasses with type arguments of type DanceNotationParser.Direction in org.episteme.social.arts.danceMethods in org.episteme.social.arts.dance that return DanceNotationParser.DirectionModifier and TypeMethodDescriptionDanceNotationParser.Movement.direction()Returns the value of thedirectionrecord component.Returns the enum constant of this class with the specified name.static DanceNotationParser.Direction[]DanceNotationParser.Direction.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.DirectionModifierConstructorDescriptionMovement(String limb, DanceNotationParser.Direction direction, DanceNotationParser.Level level, double durationTicks, double effortWeight, double effortTime) Creates an instance of aMovementrecord class.