Uses of Enum Class
net.paulhertz.pixelaudio.io.AudioBrushSessionLoader.JsonFileType
Packages that use AudioBrushSessionLoader.JsonFileType
Package
Description
JSON-based persistence for PixelAudio data structures supported by file i/o classes.
-
Uses of AudioBrushSessionLoader.JsonFileType in net.paulhertz.pixelaudio.io
Fields in net.paulhertz.pixelaudio.io declared as AudioBrushSessionLoader.JsonFileTypeMethods in net.paulhertz.pixelaudio.io that return AudioBrushSessionLoader.JsonFileTypeModifier and TypeMethodDescriptionAudioBrushSessionLoader.detectType(processing.data.JSONObject root) Detects the AudioBrush JSON file type from its header format field.Returns the enum constant of this class with the specified name.static AudioBrushSessionLoader.JsonFileType[]AudioBrushSessionLoader.JsonFileType.values()Returns an array containing the constants of this enum class, in the order they are declared.