Enum Class DeadBodyWorkFlow.PerformancePreset

java.lang.Object
java.lang.Enum<DeadBodyWorkFlow.PerformancePreset>
net.paulhertz.pixelaudio.example.DeadBodyWorkFlow.PerformancePreset
All Implemented Interfaces:
Serializable, Comparable<DeadBodyWorkFlow.PerformancePreset>, Constable
Enclosing class:
DeadBodyWorkFlow

static enum DeadBodyWorkFlow.PerformancePreset extends Enum<DeadBodyWorkFlow.PerformancePreset>
Presets are applied to each new brush at the moment drawing is completed by releasing the mouse button and calling makeBrush(), the bottleneck method for all brush creation. Presets are best used just for brush modifications. If you want to change application settings, use runPerformanceCue() with your own custom code. You can address the host application with the app parameter, but keep in mind that is is called on every brush.