Package heronarts.lx
Class LX.Flags
java.lang.Object
heronarts.lx.LX.Flags
- Direct Known Subclasses:
GLX.Flags
- Enclosing class:
- LX
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Specifies how the state of live output is restored when a project is loaded. -
Field Summary
Modifier and TypeFieldDescriptionboolean
long
int
boolean
boolean
boolean
boolean
Sometimes we need to know if we are P4LX, but we don't want LX library to have any dependency upon P4LX.boolean
boolean
boolean
-
Constructor Summary
-
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()
-