Package net.paulhertz.pixelaudio.io
Class PACurveMakerIO.Meta
java.lang.Object
net.paulhertz.pixelaudio.io.PACurveMakerIO.Meta
- Enclosing class:
- PACurveMakerIO
Optional metadata written with a gesture JSON file.
-
Field Summary
FieldsModifier and TypeFieldDescriptionGesture description.Gesture identifier.booleanTrue to include display style fields in the JSON.Relative path to a linked configuration file.Gesture display name.Free-form gesture notes. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
Gesture identifier. -
name
Gesture display name. -
description
Gesture description. -
notes
Free-form gesture notes. -
linkedConfigPath
Relative path to a linked configuration file. -
includeStyle
public boolean includeStyleTrue to include display style fields in the JSON.
-
-
Constructor Details
-
Meta
public Meta()Creates an empty metadata object.
-