Package heronarts.lx.clip
Class PatternClipEvent
java.lang.Object
heronarts.lx.clip.LXClipEvent
heronarts.lx.clip.PatternClipEvent
- All Implemented Interfaces:
LXSerializable
,Comparator<LXClipEvent>
-
Nested Class Summary
Nested classes/interfaces inherited from interface heronarts.lx.LXSerializable
LXSerializable.Utils
-
Field Summary
Fields inherited from class heronarts.lx.clip.LXClipEvent
component, cursor, KEY_CURSOR, lane
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute()
void
save
(LX lx, JsonObject obj) Serializes this instance into the JSON objectMethods inherited from class heronarts.lx.clip.LXClipEvent
compare, getBasis, getCursor, load
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Field Details
-
pattern
-
channel
-
KEY_PATTERN_INDEX
- See Also:
-
-
Method Details
-
execute
public void execute()- Specified by:
execute
in classLXClipEvent
-
save
Description copied from interface:LXSerializable
Serializes this instance into the JSON object- Specified by:
save
in interfaceLXSerializable
- Overrides:
save
in classLXClipEvent
- Parameters:
lx
- LX instanceobj
- Object to serialize into
-