Package heronarts.lx
Class LX.Flags
java.lang.Object
heronarts.lx.LX.Flags
- Direct Known Subclasses:
GLX.Flags
- Enclosing class:
LX
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumSpecifies how the state of live output is restored when a project is loaded. -
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanlongintbooleanbooleanbooleanbooleanSometimes we need to know if we are P4LX, but we don't want LX library to have any dependency upon P4LX.booleanbooleanboolean -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
isP4LX
public boolean isP4LXSometimes we need to know if we are P4LX, but we don't want LX library to have any dependency upon P4LX. -
immutableModel
public boolean immutableModel -
focusChannelOnCue
public boolean focusChannelOnCue -
focusActivePattern
public boolean focusActivePattern -
sendCueToOutput
public boolean sendCueToOutput -
autosave
public boolean autosave -
autosaveIntervalMs
public long autosaveIntervalMs -
zeroconf
public boolean zeroconf -
zeroconfServiceName
-
threadMode
-
engineThreadPriority
public int engineThreadPriority -
mediaPath
-
initialize
-
loadPreferences
public boolean loadPreferences -
enabledPlugins
-
classpathPlugins
-
outputMode
-
-
Constructor Details
-
Flags
public Flags()
-