Uses of Enum Class
net.paulhertz.pixelaudio.example.TutorialOne_04_Network.BrushOutput
Packages that use TutorialOne_04_Network.BrushOutput
-
Uses of TutorialOne_04_Network.BrushOutput in net.paulhertz.pixelaudio.example
Fields in net.paulhertz.pixelaudio.example declared as TutorialOne_04_Network.BrushOutputMethods in net.paulhertz.pixelaudio.example that return TutorialOne_04_Network.BrushOutputModifier and TypeMethodDescriptionTutorialOne_04_Network.AudioBrushLite.output()Returns the enum constant of this class with the specified name.static TutorialOne_04_Network.BrushOutput[]TutorialOne_04_Network.BrushOutput.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.paulhertz.pixelaudio.example with parameters of type TutorialOne_04_Network.BrushOutputModifier and TypeMethodDescription(package private) TutorialOne_04_Network.PathModeTutorialOne_04_Network.defaultPathModeFor(TutorialOne_04_Network.BrushOutput out) Determines the path mode for a particular BrushOutput.voidTutorialOne_04_Network.AudioBrushLite.setOutput(TutorialOne_04_Network.BrushOutput out) Constructors in net.paulhertz.pixelaudio.example with parameters of type TutorialOne_04_Network.BrushOutputModifierConstructorDescriptionAudioBrushLite(PACurveMaker curve, TutorialOne_04_Network.BrushConfig cfg, TutorialOne_04_Network.BrushOutput output, TutorialOne_04_Network.HopMode hopMode)