Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AABB(int, int, int, int, int, int, int, int) - Static method in class org.emrick.project.FootballFieldPanel.MouseInput
- actionPerformed(ActionEvent) - Method in class org.emrick.project.effect.EffectGUI
- actionPerformed(ActionEvent) - Method in class org.emrick.project.ReplaceProjectFilesGUI
- actionPerformed(ActionEvent) - Method in class org.emrick.project.ScrubBarGUI
- actionPerformed(ActionEvent) - Method in class org.emrick.project.SelectFileGUI
- actionPerformed(ActionEvent) - Method in class org.emrick.project.SelectionGroupGUI
- actionPerformed(ActionEvent) - Method in class org.emrick.project.SyncTimeGUI
- actionPerformed(ActionEvent) - Method in class org.emrick.project.SyncTimeGUI.TapAction
- actionPerformed(ActionEvent) - Method in class org.emrick.project.UserAuthGUI
- addCompletedStrip(Integer) - Method in class org.emrick.project.MediaEditorGUI.ProgrammingTracker
- addEffect(Effect) - Method in class org.emrick.project.LEDStrip
- addEffects(ArrayList<LEDStrip>, ArrayList<EffectLEDStripMap>) - Method in class org.emrick.project.actions.ReplaceEffectsAction
- addEffectToSelectedLEDStrips(Effect) - Method in class org.emrick.project.effect.EffectManager
- addGroup(LEDStrip[], String) - Method in class org.emrick.project.SelectionGroupGUI
- addLedStrip(LEDStrip) - Method in class org.emrick.project.Drill
- addLEDStrip(int) - Method in class org.emrick.project.Performer
- addLEDStrip(LEDStrip) - Method in class org.emrick.project.LEDConfigurationGUI
- addPerformer(Performer) - Method in class org.emrick.project.Drill
- addSet(Coordinate) - Method in class org.emrick.project.Drill
- addSet(Coordinate) - Method in class org.emrick.project.Performer
- addSetToField(Set) - Method in class org.emrick.project.FootballFieldPanel
- addShapeBtn - Variable in class org.emrick.project.effect.EffectGUI
- addShapeLabel - Variable in class org.emrick.project.effect.EffectGUI
- allStrips - Variable in class org.emrick.project.MediaEditorGUI.ProgrammingTracker
- ALTERNATING_COLOR - Enum constant in enum class org.emrick.project.effect.EffectList
- ALTERNATING_COLOR - Enum constant in enum class org.emrick.project.effect.LightingDisplay.Function
- AlternatingColorEffect - Class in org.emrick.project.effect
- AlternatingColorEffect(long, long, Color, Color, Duration, double, int) - Constructor for class org.emrick.project.effect.AlternatingColorEffect
- alternatingColorFunction(Effect, long, long) - Static method in class org.emrick.project.effect.LightingDisplay
- angle - Variable in class org.emrick.project.effect.Effect
- angleField - Variable in class org.emrick.project.effect.EffectGUI
- angleLabel - Variable in class org.emrick.project.effect.EffectGUI
- applyBtn - Variable in class org.emrick.project.effect.EffectGUI
- applyDefaultLEDConfiguration() - Method in class org.emrick.project.MediaEditorGUI
-
Applies a default led configuration to all performers
- applyToEffectMod() - Method in class org.emrick.project.effect.EffectGUI
- archive - Variable in class org.emrick.project.ReplaceProjectFilesGUI
- archiveButton - Variable in class org.emrick.project.ReplaceProjectFilesGUI
- archiveFiles - Variable in class org.emrick.project.SelectFileGUI
- archiveLabel - Variable in class org.emrick.project.ReplaceProjectFilesGUI
- archiveNames - Variable in class org.emrick.project.serde.ProjectFile
- archivePath - Variable in class org.emrick.project.serde.OldProjectFile
- archivePaths - Variable in class org.emrick.project.MediaEditorGUI
- audioCheckbox - Variable in class org.emrick.project.ScrubBarGUI
- audioFile - Variable in class org.emrick.project.audio.AudioPlayer
- audioPlayer - Variable in class org.emrick.project.SyncTimeGUI
- AudioPlayer - Class in org.emrick.project.audio
- AudioPlayer(File) - Constructor for class org.emrick.project.audio.AudioPlayer
- audioPlayers - Variable in class org.emrick.project.MediaEditorGUI
- audioPlayers - Variable in class org.emrick.project.ScrubBarGUI
- autoImport(String, String) - Method in class org.emrick.project.SelectFileGUI
B
- batteryEstLabel - Variable in class org.emrick.project.effect.EffectGUI
- BlockingThread(byte[], int) - Constructor for class org.emrick.project.SerialTransmitter.BlockingThread
- bottomBar - Variable in class org.emrick.project.LEDConfigurationGUI
- BOX - Enum constant in enum class org.emrick.project.FootballFieldPanel.SelectionMethod
- BPM_INSTRUCTION - Static variable in class org.emrick.project.SyncTimeGUI
- bpmPanel - Variable in class org.emrick.project.SyncTimeGUI
- brightness - Variable in record class org.emrick.project.effect.Checkpoint
-
The field for the
brightness
record component. - brightness() - Method in record class org.emrick.project.effect.Checkpoint
-
Returns the value of the
brightness
record component. - buildCount2MSec(Map<String, Integer>, ArrayList<SyncTimeGUI.Pair>, float) - Method in class org.emrick.project.TimeManager
- buildGrid(ArrayList<LEDStrip>, int, int) - Static method in class org.emrick.project.effect.GridEffect
- buildLabelTable() - Method in class org.emrick.project.ScrubBarGUI
- buildScrubBarPanel() - Method in class org.emrick.project.MediaEditorGUI
-
Loads the ScrubBarGUI Panel if it has not been created, or refreshes it if it already exists.
- buildSet2MSec(ArrayList<Map.Entry<String, Integer>>, HashMap<Integer, Long>) - Method in class org.emrick.project.TimeManager
C
- calcBattery(int, int, int, double) - Method in class org.emrick.project.effect.EffectGUI
- calculateColor(Effect) - Method in class org.emrick.project.FootballFieldPanel
- calculateEndTimeMSec() - Method in class org.emrick.project.effect.Effect
- calculatePosition(Performer, Set, double, int, int) - Method in class org.emrick.project.FootballFieldPanel
- cancelButton - Variable in class org.emrick.project.ReplaceProjectFilesGUI
- cancelButton - Variable in class org.emrick.project.SelectFileGUI
- cancelButton - Variable in class org.emrick.project.SyncTimeGUI
- cancelButton - Variable in class org.emrick.project.UserAuthGUI
- canSeekAudio - Variable in class org.emrick.project.MediaEditorGUI
- channels - Variable in class org.emrick.project.audio.OggData
-
The number of channels in the sound file
- CHASE - Enum constant in enum class org.emrick.project.effect.EffectList
- CHASE - Enum constant in enum class org.emrick.project.effect.LightingDisplay.Function
- ChaseEffect - Class in org.emrick.project.effect
- ChaseEffect(long, long, ArrayList<Color>, Duration, boolean, double, int) - Constructor for class org.emrick.project.effect.ChaseEffect
- chaseFunction(Effect, LEDStrip, long, long) - Static method in class org.emrick.project.effect.LightingDisplay
- chaseSequence - Variable in class org.emrick.project.effect.ChaseEffect
- chaseSequence - Variable in class org.emrick.project.effect.Effect
- CHECK_LR - Variable in class org.emrick.project.MediaEditorGUI
- Checkpoint - Record Class in org.emrick.project.effect
- Checkpoint(long, Color, float) - Constructor for record class org.emrick.project.effect.Checkpoint
-
Creates an instance of a
Checkpoint
record class. - Checkpoint(Color, float) - Constructor for record class org.emrick.project.effect.Checkpoint
- CIRCLE_CHASE - Enum constant in enum class org.emrick.project.effect.EffectList
- CircleChaseEffect - Class in org.emrick.project.effect
- CircleChaseEffect(long, long, Color, Color, Duration, boolean, double, double, int) - Constructor for class org.emrick.project.effect.CircleChaseEffect
- clearSysMsg - Variable in class org.emrick.project.MediaEditorGUI
- clip - Variable in class org.emrick.project.audio.AudioPlayer
- clockwise - Variable in class org.emrick.project.effect.ChaseEffect
- clockwise - Variable in class org.emrick.project.effect.CircleChaseEffect
- clone() - Method in class org.emrick.project.effect.Effect
- clone() - Method in class org.emrick.project.SelectionGroupGUI.SelectionGroup
- color - Variable in record class org.emrick.project.effect.Checkpoint
-
The field for the
color
record component. - color - Variable in class org.emrick.project.effect.GridShape
- color - Variable in class org.emrick.project.effect.RandomNoiseEffect
- color() - Method in record class org.emrick.project.effect.Checkpoint
-
Returns the value of the
color
record component. - color1 - Variable in class org.emrick.project.effect.AlternatingColorEffect
- color1Label - Variable in class org.emrick.project.effect.EffectGUI
- color2 - Variable in class org.emrick.project.effect.AlternatingColorEffect
- color2Label - Variable in class org.emrick.project.effect.EffectGUI
- ColorAdapter - Class in org.emrick.project.serde
- ColorAdapter() - Constructor for class org.emrick.project.serde.ColorAdapter
- colorButtons - Variable in class org.emrick.project.effect.EffectGUI
- colorChosen - Variable in class org.emrick.project.FootballFieldPanel
- colorVariance - Variable in class org.emrick.project.effect.Effect
- colorVariance - Variable in class org.emrick.project.effect.RandomNoiseEffect
- colorVarianceField - Variable in class org.emrick.project.effect.EffectGUI
- compareTo(Set) - Method in class org.emrick.project.Set
- completedStrips - Variable in class org.emrick.project.MediaEditorGUI.ProgrammingTracker
- comPortPrompt(String) - Method in class org.emrick.project.MediaEditorGUI
-
Used to get a Serial Transmitter object.
- concatenateDialog() - Method in class org.emrick.project.MediaEditorGUI
- concatenateProject(File) - Method in class org.emrick.project.MediaEditorGUI
- concatImport(ArrayList<File>, String) - Method in class org.emrick.project.ImportArchive
- concatImportAudio(ArrayList<String>) - Method in class org.emrick.project.ImportArchive
- CONTINUOUS - Variable in class org.emrick.project.MediaEditorGUI
- controlHeld - Variable in class org.emrick.project.SelectionGroupGUI
- convbuffer - Variable in class org.emrick.project.audio.OggDecoder
-
The buffer used to read OGG file
- convsize - Variable in class org.emrick.project.audio.OggDecoder
-
The conversion buffer size
- Coordinate - Class in org.emrick.project
- Coordinate() - Constructor for class org.emrick.project.Coordinate
- Coordinate(double, double, String, int, String) - Constructor for class org.emrick.project.Coordinate
- coordinates - Variable in class org.emrick.project.Drill
- coordinates - Variable in class org.emrick.project.Performer
- coordsFile - Variable in class org.emrick.project.SelectFileGUI
- copiedConfig - Variable in class org.emrick.project.LEDConfigurationGUI
- copiedEffect - Variable in class org.emrick.project.MediaEditorGUI
- copyFiles(ArrayList<String>, String) - Method in class org.emrick.project.SelectFileGUI
- count - Variable in class org.emrick.project.effect.RFTrigger
- count - Variable in class org.emrick.project.effect.RFTriggerGUI
- count - Variable in class org.emrick.project.FlowViewGUI.FlowViewItem
- count2MSec - Variable in class org.emrick.project.TimeManager
- count2RFTrigger - Variable in class org.emrick.project.effect.EffectManager
- count2RFTrigger - Variable in class org.emrick.project.FootballFieldPanel
- count2RFTrigger - Variable in class org.emrick.project.MediaEditorGUI
- count2RFTrigger - Variable in class org.emrick.project.serde.OldProjectFile
- count2RFTrigger - Variable in class org.emrick.project.serde.ProjectFile
- countLabel - Variable in class org.emrick.project.FlowViewGUI
- countLabel - Variable in class org.emrick.project.FlowViewGUI.FlowViewItem
- counts - Variable in class org.emrick.project.SyncTimeGUI
- createAndShowGUI() - Method in class org.emrick.project.MediaEditorGUI
-
Builds all major GUI elements and adds them to the main frame.
- createBpmPanel() - Method in class org.emrick.project.SyncTimeGUI
- createDeleteBtn - Variable in class org.emrick.project.effect.RFTriggerGUI
- createDeletePnl - Variable in class org.emrick.project.effect.RFTriggerGUI
- createDurationPanel() - Method in class org.emrick.project.SyncTimeGUI
- CreateEffectAction - Class in org.emrick.project.actions
- CreateEffectAction(Effect, LEDStrip) - Constructor for class org.emrick.project.actions.CreateEffectAction
- CreateEffectsAction - Class in org.emrick.project.actions
- CreateEffectsAction(ArrayList<EffectLEDStripMap>) - Constructor for class org.emrick.project.actions.CreateEffectsAction
- createTapPanel() - Method in class org.emrick.project.SyncTimeGUI
- createTimelinePane() - Method in class org.emrick.project.TimelineGUI
- createTimestampPanel() - Method in class org.emrick.project.SyncTimeGUI
- csvFile - Variable in class org.emrick.project.MediaEditorGUI
- csvFile - Variable in class org.emrick.project.SelectFileGUI
- ctrlGroupSelection(LEDStrip[]) - Method in class org.emrick.project.MediaEditorGUI
- ctrlGroupSelection(LEDStrip[]) - Method in interface org.emrick.project.SelectListener
- cue - Variable in class org.emrick.project.effect.RFTrigger
- cue - Variable in class org.emrick.project.FlowViewGUI.FlowViewItem
- cueField - Variable in class org.emrick.project.effect.RFTriggerGUI
- cueLabel - Variable in class org.emrick.project.FlowViewGUI
- cueLabel - Variable in class org.emrick.project.FlowViewGUI.FlowViewItem
- currAudioPlayer - Variable in class org.emrick.project.ScrubBarGUI
- currentAudioPlayer - Variable in class org.emrick.project.MediaEditorGUI
- currentCount - Variable in class org.emrick.project.FootballFieldPanel
- currentCount - Variable in class org.emrick.project.SyncTimeGUI
- currentEffect - Variable in class org.emrick.project.MediaEditorGUI
- currentID - Variable in class org.emrick.project.MediaEditorGUI
- currentLocation - Variable in class org.emrick.project.Performer
- currentMovement - Variable in class org.emrick.project.MediaEditorGUI
- currentMS - Variable in class org.emrick.project.FootballFieldPanel
- currentMS - Variable in class org.emrick.project.LEDStripViewGUI
- currentSet - Variable in class org.emrick.project.FootballFieldPanel
- currentSet - Variable in class org.emrick.project.LEDStripViewGUI
- currentSetRatio - Variable in class org.emrick.project.FootballFieldPanel
- currentSetStartCount - Variable in class org.emrick.project.FootballFieldPanel
- currentTime - Variable in class org.emrick.project.SyncTimeGUI
- currentTrigger - Variable in class org.emrick.project.FlowViewGUI
- currSetEndCount - Variable in class org.emrick.project.ScrubBarGUI
- currSetStartCount - Variable in class org.emrick.project.ScrubBarGUI
- currTimeMSec - Variable in class org.emrick.project.ScrubBarGUI
D
- data - Variable in class org.emrick.project.audio.OggData
-
The data that has been read from the OGG file
- DEFAULT - Enum constant in enum class org.emrick.project.effect.LightingDisplay.Function
- DEFAULT_FUNCTION - Variable in class org.emrick.project.MediaEditorGUI
- defaultLEDFunction(Effect, long, long) - Static method in class org.emrick.project.effect.LightingDisplay
- delay - Variable in class org.emrick.project.effect.Effect
- delayField - Variable in class org.emrick.project.effect.EffectGUI
- delayLabel - Variable in class org.emrick.project.effect.EffectGUI
- delete(LEDStrip) - Method in class org.emrick.project.LEDConfigurationGUI.PerformerConfigPanel
- deleteBtn - Variable in class org.emrick.project.effect.EffectGUI
- deleteDirectory(File) - Method in class org.emrick.project.MediaEditorGUI
-
Recursively empties and deletes the specified file/directory.
- descField - Variable in class org.emrick.project.effect.RFTriggerGUI
- description - Variable in class org.emrick.project.effect.RFTrigger
- description - Variable in record class org.emrick.project.EffectsGroup
-
The field for the
description
record component. - description - Variable in class org.emrick.project.FlowViewGUI.FlowViewItem
- description() - Method in record class org.emrick.project.EffectsGroup
-
Returns the value of the
description
record component. - descriptionLabel - Variable in class org.emrick.project.FlowViewGUI
- descriptionLabel - Variable in class org.emrick.project.FlowViewGUI.FlowViewItem
- dialogWindow - Variable in class org.emrick.project.SelectFileGUI
- dialogWindow - Variable in class org.emrick.project.SyncTimeGUI
- dialogWindow - Variable in class org.emrick.project.UserAuthGUI
- direction - Variable in class org.emrick.project.effect.Effect
- DIRECTION - Variable in class org.emrick.project.MediaEditorGUI
- directionOptions - Variable in class org.emrick.project.effect.EffectGUI
- directionSelect - Variable in class org.emrick.project.effect.EffectGUI
- DO_DELAY - Variable in class org.emrick.project.effect.Effect
- DO_DELAY - Variable in class org.emrick.project.MediaEditorGUI
- dotToPoint(double, double) - Method in class org.emrick.project.FootballFieldPanel
- drawBetterImage(Graphics, BufferedImage) - Method in class org.emrick.project.FootballFieldBackground
- DrawLEDs(ArrayList<LEDStrip>) - Constructor for class org.emrick.project.LEDConfigurationGUI.PerformerConfigPanel.DrawLEDs
- drill - Variable in class org.emrick.project.FootballFieldPanel
- drill - Variable in class org.emrick.project.LEDConfigurationGUI
- drill - Variable in class org.emrick.project.ReplaceProjectFilesGUI
- drill - Variable in class org.emrick.project.serde.OldProjectFile
- drill - Variable in class org.emrick.project.serde.ProjectFile
- Drill - Class in org.emrick.project
- Drill() - Constructor for class org.emrick.project.Drill
- drillButton - Variable in class org.emrick.project.ReplaceProjectFilesGUI
- drillLabel - Variable in class org.emrick.project.ReplaceProjectFilesGUI
- DrillParser - Class in org.emrick.project
- DrillParser() - Constructor for class org.emrick.project.DrillParser
- dummyImage - Variable in class org.emrick.project.FootballFieldBackground
- dummyImage - Variable in class org.emrick.project.FootballFieldPanel
- duration - Variable in class org.emrick.project.Coordinate
- duration - Variable in class org.emrick.project.effect.AlternatingColorEffect
- duration - Variable in class org.emrick.project.effect.ChaseEffect
- duration - Variable in class org.emrick.project.effect.CircleChaseEffect
- duration - Variable in class org.emrick.project.effect.Effect
- duration - Variable in class org.emrick.project.effect.FadeEffect
- duration - Variable in class org.emrick.project.effect.GridEffect
- duration - Variable in class org.emrick.project.effect.RandomNoiseEffect
- duration - Variable in class org.emrick.project.effect.RippleEffect
- duration - Variable in class org.emrick.project.effect.StaticColorEffect
- duration - Variable in class org.emrick.project.effect.WaveEffect
- duration - Variable in class org.emrick.project.Set
- DURATION_INSTRUCTION - Static variable in class org.emrick.project.SyncTimeGUI
- DurationAdapter - Class in org.emrick.project.serde
- DurationAdapter() - Constructor for class org.emrick.project.serde.DurationAdapter
- durationField - Variable in class org.emrick.project.effect.EffectGUI
- durationLabel - Variable in class org.emrick.project.effect.EffectGUI
- durationPanel - Variable in class org.emrick.project.SyncTimeGUI
- durationType - Variable in class org.emrick.project.effect.EffectGUI
- durationTypeOptions - Variable in class org.emrick.project.effect.EffectGUI
- durationTypeSelect - Variable in class org.emrick.project.effect.EffectGUI
E
- edit - Variable in class org.emrick.project.LEDConfigurationGUI.PerformerConfigPanel
- EditItem(String, Set) - Constructor for class org.emrick.project.MediaEditorGUI.EditItem
- effect - Variable in class org.emrick.project.actions.CreateEffectAction
- effect - Variable in class org.emrick.project.actions.EffectLEDStripMap
- effect - Variable in class org.emrick.project.actions.RemoveEffectAction
- effect - Variable in class org.emrick.project.effect.EffectGUI
- Effect - Class in org.emrick.project.effect
- Effect(long) - Constructor for class org.emrick.project.effect.Effect
- Effect(long, Color, Color, Duration, Duration, Duration, boolean, boolean, boolean, boolean, int) - Constructor for class org.emrick.project.effect.Effect
- effectGUI - Variable in class org.emrick.project.MediaEditorGUI
- EffectGUI - Class in org.emrick.project.effect
- EffectGUI(String) - Constructor for class org.emrick.project.effect.EffectGUI
-
This alternative constructor can deliver a placeholder panel with instructions about working with effects.
- EffectGUI(Effect, long, EffectListener, EffectList, boolean, int) - Constructor for class org.emrick.project.effect.EffectGUI
- EffectLEDStripMap - Class in org.emrick.project.actions
- EffectLEDStripMap(Effect, Effect, LEDStrip) - Constructor for class org.emrick.project.actions.EffectLEDStripMap
- EffectLEDStripMap(Effect, LEDStrip) - Constructor for class org.emrick.project.actions.EffectLEDStripMap
- EffectList - Enum Class in org.emrick.project.effect
- EffectList() - Constructor for enum class org.emrick.project.effect.EffectList
- effectListener - Static variable in class org.emrick.project.effect.Effect
- effectListener - Variable in class org.emrick.project.effect.EffectGUI
- EffectListener - Interface in org.emrick.project.effect
-
Listen to important events pertaining to effects.
- effectManager - Variable in class org.emrick.project.FootballFieldPanel
- effectManager - Variable in class org.emrick.project.LEDStripViewGUI
- effectManager - Variable in class org.emrick.project.MediaEditorGUI
- EffectManager - Class in org.emrick.project.effect
- EffectManager(FootballFieldPanel, TimeManager, HashMap<Integer, RFTrigger>) - Constructor for class org.emrick.project.effect.EffectManager
- effectMod - Variable in class org.emrick.project.effect.EffectGUI
- effectPanel - Variable in class org.emrick.project.effect.EffectGUI
- effects - Variable in class org.emrick.project.actions.CreateEffectsAction
- effects - Variable in class org.emrick.project.LEDStrip
- effects - Variable in class org.emrick.project.TimelineGUI
- EFFECTS_GROUPS - Static variable in class org.emrick.project.effect.EffectGUI
- EffectsGroup - Record Class in org.emrick.project
- EffectsGroup(String, String, Collection<String>) - Constructor for record class org.emrick.project.EffectsGroup
-
Creates an instance of a
EffectsGroup
record class. - effectTransparency - Variable in class org.emrick.project.FootballFieldPanel
- effectType - Variable in class org.emrick.project.effect.Effect
- effectType - Variable in class org.emrick.project.effect.EffectGUI
- effectViewPanel - Variable in class org.emrick.project.MediaEditorGUI
- emrickPath - Variable in class org.emrick.project.MediaEditorGUI
- endColor - Variable in class org.emrick.project.effect.CircleChaseEffect
- endColor - Variable in class org.emrick.project.effect.Effect
- endColor - Variable in class org.emrick.project.effect.FadeEffect
- endColorBtn - Variable in class org.emrick.project.effect.EffectGUI
- endColorLabel - Variable in class org.emrick.project.effect.EffectGUI
- endTime - Variable in class org.emrick.project.effect.AlternatingColorEffect
- endTime - Variable in class org.emrick.project.effect.ChaseEffect
- endTime - Variable in class org.emrick.project.effect.CircleChaseEffect
- endTime - Variable in class org.emrick.project.effect.FadeEffect
- endTime - Variable in class org.emrick.project.effect.GridEffect
- endTime - Variable in class org.emrick.project.effect.RandomNoiseEffect
- endTime - Variable in class org.emrick.project.effect.RippleEffect
- endTime - Variable in class org.emrick.project.effect.StaticColorEffect
- endTime - Variable in class org.emrick.project.effect.WaveEffect
- endTimeLabel - Variable in class org.emrick.project.effect.EffectGUI
- endTimeMSec - Variable in class org.emrick.project.effect.Effect
- enterProgMode(String, String, int, int, long, Color, boolean) - Method in class org.emrick.project.SerialTransmitter
- equals(Object) - Method in record class org.emrick.project.effect.Checkpoint
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.emrick.project.effect.Effect
- equals(Object) - Method in record class org.emrick.project.EffectsGroup
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.emrick.project.LEDStrip
- equals(Object) - Method in class org.emrick.project.Performer
- equals(Object) - Method in class org.emrick.project.SelectionGroupGUI.SelectionGroup
- equals(Object) - Method in class org.emrick.project.Set
- equalsString(String) - Method in class org.emrick.project.Set
- execute() - Method in class org.emrick.project.actions.CreateEffectAction
- execute() - Method in class org.emrick.project.actions.CreateEffectsAction
- execute() - Method in class org.emrick.project.actions.RemoveEffectAction
- execute() - Method in class org.emrick.project.actions.RemoveEffectsAction
- execute() - Method in class org.emrick.project.actions.ReplaceEffectAction
- execute() - Method in class org.emrick.project.actions.ReplaceEffectsAction
- execute() - Method in interface org.emrick.project.actions.UndoableAction
- execute() - Method in class org.emrick.project.actions.UpdateConfigAction
- execute() - Method in class org.emrick.project.actions.UpdateConfigsAction
- execute(Runnable) - Method in class org.emrick.project.ServerExecutor
- executeButton - Variable in class org.emrick.project.FlowViewGUI.FlowViewItem
- executeLabel - Variable in class org.emrick.project.FlowViewGUI
- exportCsvFileForPerformerDeviceIDs(File) - Method in class org.emrick.project.MediaEditorGUI
-
Builds and exports a csv file containing configuration data for led strips and performers
- exportPackets(File) - Method in class org.emrick.project.MediaEditorGUI
-
Multithreaded export of firmware-readable packet data to a .pkt file.
- extractText(String) - Static method in class org.emrick.project.DrillParser
-
Takes in a pdf filename and returns the raw text from the document
F
- fade - Variable in class org.emrick.project.effect.Effect
- fade - Variable in class org.emrick.project.effect.RandomNoiseEffect
- fadeBox - Variable in class org.emrick.project.effect.EffectGUI
- FadeEffect - Class in org.emrick.project.effect
- FadeEffect(long, long, Color, Color, Duration, int) - Constructor for class org.emrick.project.effect.FadeEffect
- fieldHeight - Variable in class org.emrick.project.FootballFieldBackground
- fieldHeight - Variable in class org.emrick.project.FootballFieldPanel
- fieldWidth - Variable in class org.emrick.project.FootballFieldBackground
- fieldWidth - Variable in class org.emrick.project.FootballFieldPanel
- FILE_MENU_CONCATENATE - Static variable in class org.emrick.project.MediaEditorGUI
- FILE_MENU_NEW_PROJECT - Static variable in class org.emrick.project.MediaEditorGUI
- FILE_MENU_OPEN_PROJECT - Static variable in class org.emrick.project.MediaEditorGUI
- FILE_MENU_SAVE - Static variable in class org.emrick.project.MediaEditorGUI
- FILE_MENU_SAVE_AS - Static variable in class org.emrick.project.MediaEditorGUI
- FilterSelect - Class in org.emrick.project
- FilterSelect(JFrame, SelectListener, HashSet<Integer>, HashSet<String>) - Constructor for class org.emrick.project.FilterSelect
- floorCoverImage - Variable in class org.emrick.project.FootballFieldBackground
- floorCoverImage - Variable in class org.emrick.project.FootballFieldPanel
- flowViewerItem - Variable in class org.emrick.project.MediaEditorGUI
- flowViewGUI - Variable in class org.emrick.project.MediaEditorGUI
- FlowViewGUI - Class in org.emrick.project
- FlowViewGUI(HashMap<Integer, RFTrigger>, RFSignalListener) - Constructor for class org.emrick.project.FlowViewGUI
- FlowViewGUI.FlowViewItem - Class in org.emrick.project
- FlowViewItem(int, int, String, String, String) - Constructor for class org.emrick.project.FlowViewGUI.FlowViewItem
- flowViewPanels - Variable in class org.emrick.project.FlowViewGUI
- footballField - Variable in class org.emrick.project.MediaEditorGUI
- footballFieldBackground - Variable in class org.emrick.project.MediaEditorGUI
- FootballFieldBackground - Class in org.emrick.project
- FootballFieldBackground(FootballFieldListener) - Constructor for class org.emrick.project.FootballFieldBackground
- footballFieldListener - Variable in class org.emrick.project.FootballFieldBackground
- footballFieldListener - Variable in class org.emrick.project.FootballFieldPanel
- FootballFieldListener - Interface in org.emrick.project
-
Listen to important events whose source comes from FootballFieldPanel.
- footballFieldPanel - Variable in class org.emrick.project.effect.EffectManager
- footballFieldPanel - Variable in class org.emrick.project.MediaEditorGUI
- footballFieldPanel - Variable in class org.emrick.project.ScrubBarGUI
- FootballFieldPanel - Class in org.emrick.project
- FootballFieldPanel(Color, FootballFieldListener) - Constructor for class org.emrick.project.FootballFieldPanel
- FootballFieldPanel(FootballFieldListener, HashMap<Integer, RFTrigger>) - Constructor for class org.emrick.project.FootballFieldPanel
- FootballFieldPanel.MouseInput - Class in org.emrick.project
- FootballFieldPanel.SelectionMethod - Enum Class in org.emrick.project
- fps - Variable in class org.emrick.project.ScrubBarGUI
- frame - Variable in class org.emrick.project.FilterSelect
- frame - Variable in class org.emrick.project.MediaEditorGUI
- frontSideline50 - Variable in class org.emrick.project.FootballFieldBackground
- frontSideline50 - Variable in class org.emrick.project.FootballFieldPanel
- fullImage - Variable in class org.emrick.project.FootballFieldBackground
- fullImport(ArrayList<File>, String) - Method in class org.emrick.project.ImportArchive
- function - Variable in class org.emrick.project.effect.ChaseEffect
- function - Variable in class org.emrick.project.effect.Effect
- Function() - Constructor for enum class org.emrick.project.effect.LightingDisplay.Function
G
- generateAlternatingColorEffectFromEffect(Effect) - Static method in class org.emrick.project.effect.GeneratedEffectLoader
- generateChaseEffectFromEffect(Effect) - Static method in class org.emrick.project.effect.GeneratedEffectLoader
- generateCircleChaseEffectFromEffect(Effect) - Static method in class org.emrick.project.effect.GeneratedEffectLoader
- GENERATED_FADE - Enum constant in enum class org.emrick.project.effect.EffectList
- generatedEffect - Variable in class org.emrick.project.effect.Effect
- GeneratedEffect - Interface in org.emrick.project.effect
- GeneratedEffectAdapter - Class in org.emrick.project.serde
- GeneratedEffectAdapter() - Constructor for class org.emrick.project.serde.GeneratedEffectAdapter
- GeneratedEffectLoader - Class in org.emrick.project.effect
- GeneratedEffectLoader() - Constructor for class org.emrick.project.effect.GeneratedEffectLoader
- generateEffectObj() - Method in class org.emrick.project.effect.AlternatingColorEffect
- generateEffectObj() - Method in class org.emrick.project.effect.ChaseEffect
- generateEffectObj() - Method in class org.emrick.project.effect.CircleChaseEffect
- generateEffectObj() - Method in class org.emrick.project.effect.FadeEffect
- generateEffectObj() - Method in interface org.emrick.project.effect.GeneratedEffect
- generateEffectObj() - Method in class org.emrick.project.effect.GridEffect
- generateEffectObj() - Method in class org.emrick.project.effect.RandomNoiseEffect
- generateEffectObj() - Method in class org.emrick.project.effect.RippleEffect
- generateEffectObj() - Method in class org.emrick.project.effect.StaticColorEffect
- generateEffectObj() - Method in class org.emrick.project.effect.WaveEffect
- generateEffects(ArrayList<LEDStrip>) - Method in class org.emrick.project.effect.AlternatingColorEffect
- generateEffects(ArrayList<LEDStrip>) - Method in class org.emrick.project.effect.ChaseEffect
- generateEffects(ArrayList<LEDStrip>) - Method in class org.emrick.project.effect.CircleChaseEffect
- generateEffects(ArrayList<LEDStrip>) - Method in class org.emrick.project.effect.FadeEffect
- generateEffects(ArrayList<LEDStrip>) - Method in interface org.emrick.project.effect.GeneratedEffect
- generateEffects(ArrayList<LEDStrip>) - Method in class org.emrick.project.effect.GridEffect
- generateEffects(ArrayList<LEDStrip>) - Method in class org.emrick.project.effect.RandomNoiseEffect
- generateEffects(ArrayList<LEDStrip>) - Method in class org.emrick.project.effect.RippleEffect
- generateEffects(ArrayList<LEDStrip>) - Method in class org.emrick.project.effect.StaticColorEffect
- generateEffects(ArrayList<LEDStrip>) - Method in class org.emrick.project.effect.WaveEffect
- generateFadeEffectFromEffect(Effect) - Static method in class org.emrick.project.effect.GeneratedEffectLoader
- generateGridEffectFromEffect(Effect) - Static method in class org.emrick.project.effect.GeneratedEffectLoader
- generateLabels() - Method in class org.emrick.project.FlowViewGUI.FlowViewItem
- generateRandomNoiseEffectFromEffect(Effect) - Static method in class org.emrick.project.effect.GeneratedEffectLoader
- generateRecoveryString() - Method in class org.emrick.project.effect.GridShape
- generateRippleEffectFromEffect(Effect) - Static method in class org.emrick.project.effect.GeneratedEffectLoader
- generateStaticColorEffectFromEffect(Effect) - Static method in class org.emrick.project.effect.GeneratedEffectLoader
- generateWaveEffectFromEffect(Effect) - Static method in class org.emrick.project.effect.GeneratedEffectLoader
- getAllStrips() - Method in class org.emrick.project.MediaEditorGUI.ProgrammingTracker
- getAngle() - Method in class org.emrick.project.effect.Effect
- getAudioCheckbox() - Method in class org.emrick.project.ScrubBarGUI
- getAudioLength() - Method in class org.emrick.project.audio.AudioPlayer
- getAudioPlayers() - Method in class org.emrick.project.MediaEditorGUI
-
Get audio player
- getBoardType(String) - Method in class org.emrick.project.SerialTransmitter
- getChaseSequence() - Method in class org.emrick.project.effect.ChaseEffect
- getChaseSequence() - Method in class org.emrick.project.effect.Effect
- getColor() - Method in class org.emrick.project.effect.GridShape
- getColor() - Method in class org.emrick.project.effect.RandomNoiseEffect
- getColor1() - Method in class org.emrick.project.effect.AlternatingColorEffect
- getColor2() - Method in class org.emrick.project.effect.AlternatingColorEffect
- getColorVariance() - Method in class org.emrick.project.effect.Effect
- getColorVariance() - Method in class org.emrick.project.effect.RandomNoiseEffect
- getCompletedStrips() - Method in class org.emrick.project.MediaEditorGUI.ProgrammingTracker
- getCoordinateFromSet(String) - Method in class org.emrick.project.Performer
- getCoordinates() - Method in class org.emrick.project.Performer
- getCount() - Method in class org.emrick.project.effect.RFTrigger
- getCount() - Method in class org.emrick.project.FlowViewGUI.FlowViewItem
- getCount2MSec() - Method in class org.emrick.project.TimeManager
- getCount2RFTrigger() - Method in class org.emrick.project.FootballFieldPanel
- getCountLabel() - Method in class org.emrick.project.FlowViewGUI.FlowViewItem
- getCreateDeleteBtn() - Method in class org.emrick.project.effect.RFTriggerGUI
- getCreateDeletePnl() - Method in class org.emrick.project.effect.RFTriggerGUI
- getCue() - Method in class org.emrick.project.effect.RFTrigger
- getCue() - Method in class org.emrick.project.FlowViewGUI.FlowViewItem
- getCueLabel() - Method in class org.emrick.project.FlowViewGUI.FlowViewItem
- getCurrentCount() - Method in class org.emrick.project.FootballFieldPanel
- getCurrentMS() - Method in class org.emrick.project.LEDStripViewGUI
- getCurrentSet() - Method in class org.emrick.project.FootballFieldPanel
- getCurrentSet() - Method in class org.emrick.project.LEDStripViewGUI
- getCurrentSetIndex() - Method in class org.emrick.project.ScrubBarGUI
- getCurrentSetStart() - Method in class org.emrick.project.ScrubBarGUI
- getCurrentSetStartCount() - Method in class org.emrick.project.FootballFieldPanel
- getCurrSetDuration() - Method in class org.emrick.project.ScrubBarGUI
- getData(InputStream) - Method in class org.emrick.project.audio.OggDecoder
-
Get the data out of an OGG file
- getDelay() - Method in class org.emrick.project.effect.Effect
- getDescription() - Method in class org.emrick.project.effect.RFTrigger
- getDescription() - Method in class org.emrick.project.FlowViewGUI.FlowViewItem
- getDescriptionLabel() - Method in class org.emrick.project.FlowViewGUI.FlowViewItem
- getDocumentListener() - Method in class org.emrick.project.effect.EffectGUI
- getDrill() - Method in class org.emrick.project.LEDConfigurationGUI
- getDummyImage() - Method in class org.emrick.project.FootballFieldBackground
- getDuration() - Method in class org.emrick.project.Coordinate
- getDuration() - Method in class org.emrick.project.effect.AlternatingColorEffect
- getDuration() - Method in class org.emrick.project.effect.ChaseEffect
- getDuration() - Method in class org.emrick.project.effect.CircleChaseEffect
- getDuration() - Method in class org.emrick.project.effect.Effect
- getDuration() - Method in class org.emrick.project.effect.FadeEffect
- getDuration() - Method in class org.emrick.project.effect.GridEffect
- getDuration() - Method in class org.emrick.project.effect.RandomNoiseEffect
- getDuration() - Method in class org.emrick.project.effect.RippleEffect
- getDuration() - Method in class org.emrick.project.effect.StaticColorEffect
- getDuration() - Method in class org.emrick.project.effect.WaveEffect
- getEffect() - Method in class org.emrick.project.actions.EffectLEDStripMap
- getEffect(LEDStrip, long) - Method in class org.emrick.project.effect.EffectManager
-
Get the effect based on current count as specified by attribute of FootballFieldPanel.
- getEffectManager() - Method in class org.emrick.project.LEDStripViewGUI
- getEffectOptionsButton() - Method in class org.emrick.project.MediaEditorGUI
-
Initializes the Effect Options button and the effects popup menu and returns the Effect Options button.
- getEffectPanel() - Method in class org.emrick.project.effect.EffectGUI
- getEffects() - Method in class org.emrick.project.LEDStrip
- getEffectsFromSelectedLEDStrips(long) - Method in class org.emrick.project.effect.EffectManager
- getEffectTriggerIndex(Effect, Long[]) - Method in class org.emrick.project.MediaEditorGUI
-
Calculates the index of the RF Trigger immediately before the relevant effect.
- getEffectType() - Method in class org.emrick.project.effect.AlternatingColorEffect
- getEffectType() - Method in class org.emrick.project.effect.ChaseEffect
- getEffectType() - Method in class org.emrick.project.effect.CircleChaseEffect
- getEffectType() - Method in class org.emrick.project.effect.Effect
- getEffectType() - Method in class org.emrick.project.effect.FadeEffect
- getEffectType() - Method in interface org.emrick.project.effect.GeneratedEffect
- getEffectType() - Method in class org.emrick.project.effect.GridEffect
- getEffectType() - Method in class org.emrick.project.effect.RandomNoiseEffect
- getEffectType() - Method in class org.emrick.project.effect.RippleEffect
- getEffectType() - Method in class org.emrick.project.effect.StaticColorEffect
- getEffectType() - Method in class org.emrick.project.effect.WaveEffect
- getEndColor() - Method in class org.emrick.project.effect.CircleChaseEffect
- getEndColor() - Method in class org.emrick.project.effect.Effect
- getEndColor() - Method in class org.emrick.project.effect.FadeEffect
- getEndTime() - Method in class org.emrick.project.effect.AlternatingColorEffect
- getEndTime() - Method in class org.emrick.project.effect.ChaseEffect
- getEndTime() - Method in class org.emrick.project.effect.CircleChaseEffect
- getEndTime() - Method in class org.emrick.project.effect.FadeEffect
- getEndTime() - Method in interface org.emrick.project.effect.GeneratedEffect
- getEndTime() - Method in class org.emrick.project.effect.GridEffect
- getEndTime() - Method in class org.emrick.project.effect.RandomNoiseEffect
- getEndTime() - Method in class org.emrick.project.effect.RippleEffect
- getEndTime() - Method in class org.emrick.project.effect.StaticColorEffect
- getEndTime() - Method in class org.emrick.project.effect.WaveEffect
- getEndTimeMSec() - Method in class org.emrick.project.effect.Effect
- getExecuteButton() - Method in class org.emrick.project.FlowViewGUI.FlowViewItem
- getExtensionByStringHandling(String) - Method in class org.emrick.project.SelectFileGUI
-
Obtain the file extension programmatically in Java
- getFieldHeight() - Method in class org.emrick.project.FootballFieldBackground
- getFieldHeight() - Method in class org.emrick.project.FootballFieldPanel
- getFieldWidth() - Method in class org.emrick.project.FootballFieldBackground
- getFieldWidth() - Method in class org.emrick.project.FootballFieldPanel
- getFileChooser(String, String) - Static method in class org.emrick.project.SelectFileGUI
- getFloorCoverImage() - Method in class org.emrick.project.FootballFieldBackground
- getFloorCoverImage() - Method in class org.emrick.project.FootballFieldPanel
- getFootballFieldPanel() - Method in class org.emrick.project.effect.EffectManager
- getFormattedTime(long) - Static method in class org.emrick.project.TimeManager
- getFps() - Method in class org.emrick.project.ScrubBarGUI
- getFrameRate() - Method in interface org.emrick.project.FootballFieldListener
- getFrameRate() - Method in class org.emrick.project.MediaEditorGUI
- getFrontSideline50() - Method in class org.emrick.project.FootballFieldBackground
- getFrontSideline50() - Method in class org.emrick.project.FootballFieldPanel
- getFunction() - Method in class org.emrick.project.effect.ChaseEffect
- getFunction() - Method in class org.emrick.project.effect.Effect
- getGeneratedEffect() - Method in class org.emrick.project.effect.Effect
- getGroups() - Method in class org.emrick.project.SelectionGroupGUI
- GetHandler - Class in org.emrick.project
- GetHandler(String, RequestCompleteListener) - Constructor for class org.emrick.project.GetHandler
- getHeight() - Method in class org.emrick.project.actions.LEDConfig
- getHeight() - Method in class org.emrick.project.effect.Effect
- getHeight() - Method in class org.emrick.project.effect.GridEffect
- gethOffset() - Method in class org.emrick.project.actions.LEDConfig
- getId() - Method in class org.emrick.project.Coordinate
- getId() - Method in class org.emrick.project.effect.AlternatingColorEffect
- getId() - Method in class org.emrick.project.effect.ChaseEffect
- getId() - Method in class org.emrick.project.effect.CircleChaseEffect
- getId() - Method in class org.emrick.project.effect.Effect
- getId() - Method in class org.emrick.project.effect.FadeEffect
- getId() - Method in class org.emrick.project.effect.GridEffect
- getId() - Method in class org.emrick.project.effect.RandomNoiseEffect
- getId() - Method in class org.emrick.project.effect.RippleEffect
- getId() - Method in class org.emrick.project.effect.StaticColorEffect
- getId() - Method in class org.emrick.project.effect.WaveEffect
- getId() - Method in class org.emrick.project.LEDStrip
- getIdentifier() - Method in class org.emrick.project.Performer
- getIds() - Method in class org.emrick.project.effect.EffectManager
- getIndex() - Method in class org.emrick.project.FlowViewGUI.FlowViewItem
- getIndexLabel() - Method in class org.emrick.project.FlowViewGUI.FlowViewItem
- getKey() - Method in class org.emrick.project.SyncTimeGUI.Pair
- getKey() - Method in class org.emrick.project.SyncTimeGUI.PairCountMS
- getLabel() - Method in class org.emrick.project.actions.LEDConfig
- getLabel() - Method in class org.emrick.project.LEDStrip
- getLabel() - Method in class org.emrick.project.Performer
- getLastID() - Method in class org.emrick.project.LEDConfigurationGUI
- getLedConfig() - Method in class org.emrick.project.LEDStrip
- getLedConfigs() - Method in class org.emrick.project.PerformerConfig
- getLEDCount() - Method in class org.emrick.project.actions.LEDConfig
- getLedStrip() - Method in class org.emrick.project.actions.EffectLEDStripMap
- getLedStrip() - Method in class org.emrick.project.actions.LEDConfigLEDStripMap
- getLedStrip() - Method in class org.emrick.project.LEDStripViewGUI.LEDDisplay
- getLedStrip() - Method in class org.emrick.project.MediaEditorGUI.ProgrammingTracker.ProgrammableItem
- getLedStrips() - Method in class org.emrick.project.Drill
- getLedStrips() - Method in class org.emrick.project.effect.GridShape
- getLedStrips() - Method in class org.emrick.project.LEDConfigurationGUI.PerformerConfigPanel
- getLedStrips() - Method in class org.emrick.project.LEDStripViewGUI
- getLedStrips() - Method in class org.emrick.project.Performer
- getLEDStrips() - Method in class org.emrick.project.Drill
- getLEDStrips() - Method in class org.emrick.project.SelectionGroupGUI.SelectionGroup
- getLEDStripsWithEffect(Effect) - Method in class org.emrick.project.effect.EffectManager
- getMaxBrightness() - Method in class org.emrick.project.effect.Effect
- getMaxBrightness() - Method in class org.emrick.project.effect.RandomNoiseEffect
- getMaxTime() - Method in class org.emrick.project.effect.Effect
- getMaxTime() - Method in class org.emrick.project.effect.RandomNoiseEffect
- getMinBrightness() - Method in class org.emrick.project.effect.Effect
- getMinBrightness() - Method in class org.emrick.project.effect.RandomNoiseEffect
- getMinTime() - Method in class org.emrick.project.effect.Effect
- getMinTime() - Method in class org.emrick.project.effect.RandomNoiseEffect
- getMovement() - Method in class org.emrick.project.effect.GridShape
- getMovementIndex() - Method in class org.emrick.project.MediaEditorGUI
- getNewConfig() - Method in class org.emrick.project.actions.LEDConfigLEDStripMap
- getNewPerformerConfig() - Method in class org.emrick.project.actions.PerformerConfigMap
- getNoiseCheckpoints() - Method in class org.emrick.project.effect.Effect
- getNumSelectedPerformers() - Method in class org.emrick.project.FootballFieldPanel
- getOldConfig() - Method in class org.emrick.project.actions.LEDConfigLEDStripMap
- getOldEffect() - Method in class org.emrick.project.actions.EffectLEDStripMap
- getOldPerformerConfig() - Method in class org.emrick.project.actions.PerformerConfigMap
- getOperation() - Method in class org.emrick.project.MediaEditorGUI.EditItem
- getPerformer() - Method in class org.emrick.project.LEDConfigurationGUI.PerformerConfigPanel
- getPerformer() - Method in class org.emrick.project.LEDStrip
- getPerformerConfigPanel() - Method in class org.emrick.project.actions.PerformerConfigMap
- getPerformerConfigsPanels() - Method in class org.emrick.project.LEDConfigurationGUI
- getPerformerID() - Method in class org.emrick.project.LEDStrip
- getPerformerID() - Method in class org.emrick.project.Performer
- getPlaybackTimerTimeByCounts() - Method in class org.emrick.project.MediaEditorGUI
-
Calculates and returns the frame length in milliseconds
- getPortNames() - Static method in class org.emrick.project.SerialTransmitter
- getPositionsAtTimestamp(String) - Method in class org.emrick.project.Drill
-
Retrieves the positions of all performers at a specific timestamp.
- getPrevAudioPlayerDurations(int) - Method in class org.emrick.project.MediaEditorGUI
- getPrevID(int) - Method in class org.emrick.project.LEDConfigurationGUI
- getRate() - Method in class org.emrick.project.effect.AlternatingColorEffect
- getScrollPane() - Method in class org.emrick.project.LEDConfigurationGUI
- getScrubBarPanel() - Method in class org.emrick.project.ScrubBarGUI
- getSelectedLEDStrips() - Method in class org.emrick.project.effect.EffectManager
- getSelectionPanel() - Method in class org.emrick.project.SelectionGroupGUI
- getSerialPort() - Method in class org.emrick.project.SerialTransmitter
- getSet() - Method in class org.emrick.project.Coordinate
- getSet() - Method in class org.emrick.project.MediaEditorGUI.EditItem
- getSet2Count() - Method in class org.emrick.project.TimeManager
- getSet2CountSorted() - Method in class org.emrick.project.TimeManager
- getSet2MSec() - Method in class org.emrick.project.TimeManager
- getSet2NumCounts() - Method in class org.emrick.project.TimeManager
- getShape() - Method in class org.emrick.project.effect.GridShape
- getShapes() - Method in class org.emrick.project.effect.Effect
- getShapes() - Method in class org.emrick.project.effect.GridEffect
- getShowFloorCoverImage() - Method in class org.emrick.project.FootballFieldPanel
- getShowSurfaceImage() - Method in class org.emrick.project.FootballFieldPanel
- getSize() - Method in class org.emrick.project.effect.Effect
- getSpeed() - Method in class org.emrick.project.effect.ChaseEffect
- getSpeed() - Method in class org.emrick.project.effect.CircleChaseEffect
- getSpeed() - Method in class org.emrick.project.effect.Effect
- getSpeed() - Method in class org.emrick.project.effect.GridShape
- getSpeed() - Method in class org.emrick.project.effect.RippleEffect
- getSpeed() - Method in class org.emrick.project.effect.WaveEffect
- getStartAngle() - Method in class org.emrick.project.effect.CircleChaseEffect
- getStartColor() - Method in class org.emrick.project.effect.CircleChaseEffect
- getStartColor() - Method in class org.emrick.project.effect.Effect
- getStartColor() - Method in class org.emrick.project.effect.FadeEffect
- getStartPos() - Method in class org.emrick.project.effect.GridShape
- getStartTime() - Method in class org.emrick.project.effect.AlternatingColorEffect
- getStartTime() - Method in class org.emrick.project.effect.ChaseEffect
- getStartTime() - Method in class org.emrick.project.effect.CircleChaseEffect
- getStartTime() - Method in class org.emrick.project.effect.FadeEffect
- getStartTime() - Method in interface org.emrick.project.effect.GeneratedEffect
- getStartTime() - Method in class org.emrick.project.effect.GridEffect
- getStartTime() - Method in class org.emrick.project.effect.RandomNoiseEffect
- getStartTime() - Method in class org.emrick.project.effect.RippleEffect
- getStartTime() - Method in class org.emrick.project.effect.StaticColorEffect
- getStartTime() - Method in class org.emrick.project.effect.WaveEffect
- getStartTimeMSec() - Method in class org.emrick.project.effect.Effect
- getStaticColor() - Method in class org.emrick.project.effect.RippleEffect
- getStaticColor() - Method in class org.emrick.project.effect.StaticColorEffect
- getStaticColor() - Method in class org.emrick.project.effect.WaveEffect
- getSurfaceImage() - Method in class org.emrick.project.FootballFieldBackground
- getSurfaceImage() - Method in class org.emrick.project.FootballFieldPanel
- getSymbol() - Method in class org.emrick.project.Performer
- getSyncButton() - Method in class org.emrick.project.ScrubBarGUI
- getTime() - Method in class org.emrick.project.ScrubBarGUI
- getTimelineScrollPane() - Method in class org.emrick.project.TimelineGUI
- getTimelineWidget() - Method in class org.emrick.project.effect.Effect
- getTimelineWidget() - Method in class org.emrick.project.effect.RFTrigger
- getTimelineWidget() - Method in interface org.emrick.project.effect.TimelineEvent
- getTimeManager() - Method in class org.emrick.project.effect.EffectManager
- getTimeout() - Method in class org.emrick.project.effect.Effect
- getTimestampMillis() - Method in class org.emrick.project.effect.RFTrigger
- getTitle() - Method in class org.emrick.project.effect.RFTrigger
- getTitle() - Method in class org.emrick.project.FlowViewGUI.FlowViewItem
- getTitle() - Method in class org.emrick.project.SelectionGroupGUI.SelectionGroup
- getTitleButton() - Method in class org.emrick.project.SelectionGroupGUI.SelectionGroup
- getTitleLabel() - Method in class org.emrick.project.FlowViewGUI.FlowViewItem
- getToolBarPanel() - Method in class org.emrick.project.ScrubBarGUI
- getType() - Method in class org.emrick.project.SerialTransmitter
- getUndoStack() - Method in class org.emrick.project.effect.EffectManager
- getValue() - Method in class org.emrick.project.SyncTimeGUI.Pair
- getValue() - Method in class org.emrick.project.SyncTimeGUI.PairCountMS
- getvOffset() - Method in class org.emrick.project.actions.LEDConfig
- getWaveColor() - Method in class org.emrick.project.effect.RippleEffect
- getWaveColor() - Method in class org.emrick.project.effect.WaveEffect
- getWidth() - Method in class org.emrick.project.actions.LEDConfig
- getWidth() - Method in class org.emrick.project.effect.Effect
- getWidth() - Method in class org.emrick.project.effect.GridEffect
- getX() - Method in class org.emrick.project.Coordinate
- getX(String) - Static method in class org.emrick.project.DrillParser
-
Takes in a line of drill data and returns the specified x-coordinate
- getY() - Method in class org.emrick.project.Coordinate
- getY(String) - Static method in class org.emrick.project.DrillParser
-
Takes in a line of drill data and returns the specified y-coordinate
- GRID - Enum constant in enum class org.emrick.project.effect.EffectList
- GridEffect - Class in org.emrick.project.effect
- GridEffect(long, long, int, int, GridShape[], Duration, int) - Constructor for class org.emrick.project.effect.GridEffect
- GridShape - Class in org.emrick.project.effect
- GridShape() - Constructor for class org.emrick.project.effect.GridShape
- GridShape(boolean[][], Point, int, Color) - Constructor for class org.emrick.project.effect.GridShape
- groups - Variable in class org.emrick.project.SelectionGroupGUI
- groupsGUI - Variable in class org.emrick.project.MediaEditorGUI
- gson - Variable in class org.emrick.project.MediaEditorGUI
H
- handle(HttpExchange) - Method in class org.emrick.project.GetHandler
- handleStartDelayInput(JTextField) - Method in class org.emrick.project.SyncTimeGUI
- hashCode() - Method in record class org.emrick.project.effect.Checkpoint
-
Returns a hash code value for this object.
- hashCode() - Method in class org.emrick.project.effect.Effect
- hashCode() - Method in record class org.emrick.project.EffectsGroup
-
Returns a hash code value for this object.
- hashCode() - Method in class org.emrick.project.LEDStrip
- hashCode() - Method in class org.emrick.project.Performer
- headerPanel - Variable in class org.emrick.project.FlowViewGUI
- height - Variable in class org.emrick.project.actions.LEDConfig
- height - Variable in class org.emrick.project.effect.Effect
- height - Variable in class org.emrick.project.effect.GridEffect
- heightBound - Variable in class org.emrick.project.FootballFieldBackground
- HIDE_GROUPS - Enum constant in enum class org.emrick.project.effect.EffectList
- hMovementField - Variable in class org.emrick.project.effect.EffectGUI
- hOffset - Variable in class org.emrick.project.actions.LEDConfig
I
- id - Variable in class org.emrick.project.Coordinate
- id - Variable in class org.emrick.project.effect.AlternatingColorEffect
- id - Variable in class org.emrick.project.effect.ChaseEffect
- id - Variable in class org.emrick.project.effect.CircleChaseEffect
- id - Variable in class org.emrick.project.effect.Effect
- id - Variable in class org.emrick.project.effect.FadeEffect
- id - Variable in class org.emrick.project.effect.GridEffect
- id - Variable in class org.emrick.project.effect.RandomNoiseEffect
- id - Variable in class org.emrick.project.effect.RippleEffect
- id - Variable in class org.emrick.project.effect.StaticColorEffect
- id - Variable in class org.emrick.project.effect.WaveEffect
- id - Variable in class org.emrick.project.LEDStrip
- ids - Variable in class org.emrick.project.effect.EffectManager
- ids - Variable in class org.emrick.project.serde.OldProjectFile
- ids - Variable in class org.emrick.project.serde.ProjectFile
- importArchive - Variable in class org.emrick.project.SelectFileGUI
- ImportArchive - Class in org.emrick.project
-
This class handles importing the zipped Pyware archive (.3dz) contents into the project for use.
- ImportArchive(ImportListener) - Constructor for class org.emrick.project.ImportArchive
- importAudio(ArrayList<String>) - Method in class org.emrick.project.ImportArchive
- importButton - Variable in class org.emrick.project.ReplaceProjectFilesGUI
- importButton - Variable in class org.emrick.project.SelectFileGUI
- importDrill(String) - Static method in class org.emrick.project.DrillParser
-
Takes in a file name, reads from the 2 files with that name and creates a drill object from the files
- importDrill(String) - Method in class org.emrick.project.ImportArchive
- importListener - Variable in class org.emrick.project.ImportArchive
- importListener - Variable in class org.emrick.project.SelectFileGUI
- ImportListener - Interface in org.emrick.project
- index - Variable in class org.emrick.project.FlowViewGUI.FlowViewItem
- index - Variable in class org.emrick.project.Set
- indexLabel - Variable in class org.emrick.project.FlowViewGUI.FlowViewItem
- indexLabel - Variable in class org.emrick.project.FlowViewGUI
- initialize() - Method in class org.emrick.project.audio.AudioPlayer
- initialize() - Method in class org.emrick.project.ReplaceProjectFilesGUI
- initialize() - Method in class org.emrick.project.ScrubBarGUI
- initializeAudio() - Method in class org.emrick.project.audio.AudioPlayer
- initializeButtons() - Method in class org.emrick.project.SelectionGroupGUI
- initializeFlowViewPanel() - Method in class org.emrick.project.FlowViewGUI
- initializeLEDConfigPanel() - Method in class org.emrick.project.LEDConfigurationGUI
- initializePerformerConfigPanel() - Method in class org.emrick.project.LEDConfigurationGUI.PerformerConfigPanel
- initializeSelectionPanel() - Method in class org.emrick.project.SelectionGroupGUI
- innerSelect - Variable in class org.emrick.project.FootballFieldPanel
- innerSelectedLEDStrips - Variable in class org.emrick.project.FootballFieldPanel
- INSTANT_COLOR - Variable in class org.emrick.project.effect.Effect
- INSTANT_COLOR - Variable in class org.emrick.project.MediaEditorGUI
- IS_DEBUG - Static variable in class org.emrick.project.SelectFileGUI
- IS_DEBUG - Static variable in class org.emrick.project.SyncTimeGUI
- isAtFirstSet() - Method in class org.emrick.project.ScrubBarGUI
- isAtLastSet() - Method in class org.emrick.project.ScrubBarGUI
- isAtStartOfSet() - Method in class org.emrick.project.ScrubBarGUI
- isChaseSequenceMember(String) - Method in class org.emrick.project.serde.GeneratedEffectAdapter
- isClockwise() - Method in class org.emrick.project.effect.ChaseEffect
- isClockwise() - Method in class org.emrick.project.effect.CircleChaseEffect
- isDirection() - Method in class org.emrick.project.effect.Effect
- isDO_DELAY() - Method in class org.emrick.project.effect.Effect
- isFade() - Method in class org.emrick.project.effect.Effect
- isFade() - Method in class org.emrick.project.effect.RandomNoiseEffect
- isGridMember(String) - Method in class org.emrick.project.serde.GeneratedEffectAdapter
- isINSTANT_COLOR() - Method in class org.emrick.project.effect.Effect
- isLightBoardMode - Variable in class org.emrick.project.MediaEditorGUI
- isNewEffect - Variable in class org.emrick.project.effect.EffectGUI
- isPlaying - Variable in class org.emrick.project.audio.AudioPlayer
- isPlaying - Variable in class org.emrick.project.ScrubBarGUI
- isPlaying() - Method in class org.emrick.project.audio.AudioPlayer
- isPlaying() - Method in interface org.emrick.project.FootballFieldListener
- isPlaying() - Method in class org.emrick.project.MediaEditorGUI
- isPlaying() - Method in class org.emrick.project.ScrubBarGUI
- isProgrammed() - Method in class org.emrick.project.MediaEditorGUI.ProgrammingTracker.ProgrammableItem
- isReady - Variable in class org.emrick.project.ScrubBarGUI
- isSelectAllLEDs() - Method in class org.emrick.project.FootballFieldPanel
- isSelected() - Method in class org.emrick.project.LEDConfigurationGUI.PerformerConfigPanel
- isSET_TIMEOUT() - Method in class org.emrick.project.effect.Effect
- isShowFloorCoverImage() - Method in class org.emrick.project.FootballFieldBackground
- isShowLabels() - Method in class org.emrick.project.FootballFieldPanel
- isShowLEDs() - Method in class org.emrick.project.LEDConfigurationGUI.PerformerConfigPanel
- isShowSurfaceImage() - Method in class org.emrick.project.FootballFieldBackground
- isUpOrSide() - Method in class org.emrick.project.effect.Effect
- isUpRight() - Method in class org.emrick.project.effect.RippleEffect
- isUpRight() - Method in class org.emrick.project.effect.WaveEffect
- isUSE_DURATION() - Method in class org.emrick.project.effect.Effect
- isUseFps() - Method in class org.emrick.project.ScrubBarGUI
- isValid(Effect, LEDStrip) - Method in class org.emrick.project.effect.EffectManager
-
Checks if an effect can be validly created.
- isValid(RFTrigger) - Method in class org.emrick.project.effect.EffectManager
-
Checks if an RF trigger can be validly created.
- isVaryBrightness() - Method in class org.emrick.project.effect.Effect
- isVaryBrightness() - Method in class org.emrick.project.effect.RandomNoiseEffect
- isVaryColor() - Method in class org.emrick.project.effect.Effect
- isVaryColor() - Method in class org.emrick.project.effect.RandomNoiseEffect
- isVaryTime() - Method in class org.emrick.project.effect.Effect
- isVaryTime() - Method in class org.emrick.project.effect.RandomNoiseEffect
- isVertical() - Method in class org.emrick.project.effect.RippleEffect
- isVertical() - Method in class org.emrick.project.effect.WaveEffect
- items - Variable in class org.emrick.project.FlowViewGUI
- items - Variable in class org.emrick.project.MediaEditorGUI.ProgrammingTracker
J
- JButtonAdapter - Class in org.emrick.project.serde
- JButtonAdapter() - Constructor for class org.emrick.project.serde.JButtonAdapter
- justResized - Variable in class org.emrick.project.FootballFieldBackground
K
- key - Variable in class org.emrick.project.SyncTimeGUI.Pair
- key - Variable in class org.emrick.project.SyncTimeGUI.PairCountMS
L
- label - Variable in class org.emrick.project.actions.LEDConfig
- label - Variable in class org.emrick.project.Performer
- label - Variable in class org.emrick.project.Set
- LASSO - Enum constant in enum class org.emrick.project.FootballFieldPanel.SelectionMethod
- lassoPoints - Variable in class org.emrick.project.FootballFieldPanel
- lastCount - Variable in class org.emrick.project.ScrubBarGUI
- ledConfig - Variable in class org.emrick.project.LEDStrip
- LEDConfig - Class in org.emrick.project.actions
- LEDConfig() - Constructor for class org.emrick.project.actions.LEDConfig
- LEDConfig(int, int, int, int, int, String) - Constructor for class org.emrick.project.actions.LEDConfig
- LEDConfigLEDStripMap - Class in org.emrick.project.actions
- LEDConfigLEDStripMap(LEDStrip, LEDConfig, LEDConfig) - Constructor for class org.emrick.project.actions.LEDConfigLEDStripMap
- LEDConfigLEDStripMaps - Variable in class org.emrick.project.actions.UpdateConfigAction
- ledConfigListener - Variable in class org.emrick.project.LEDConfigurationGUI
- LEDConfigListener - Interface in org.emrick.project
- ledConfigs - Variable in class org.emrick.project.PerformerConfig
- ledConfigurationGUI - Variable in class org.emrick.project.actions.UpdateConfigsAction
- ledConfigurationGUI - Variable in class org.emrick.project.MediaEditorGUI
- LEDConfigurationGUI - Class in org.emrick.project
- LEDConfigurationGUI(Drill, LEDConfigListener) - Constructor for class org.emrick.project.LEDConfigurationGUI
- LEDConfigurationGUI.PerformerConfigPanel - Class in org.emrick.project
- LEDConfigurationGUI.PerformerConfigPanel.DrawLEDs - Class in org.emrick.project
- ledCount - Variable in class org.emrick.project.actions.LEDConfig
- LEDDisplay(LEDStrip) - Constructor for class org.emrick.project.LEDStripViewGUI.LEDDisplay
- ledDisplays - Variable in class org.emrick.project.LEDStripViewGUI
- ledStrip - Variable in class org.emrick.project.actions.CreateEffectAction
- ledStrip - Variable in class org.emrick.project.actions.EffectLEDStripMap
- ledStrip - Variable in class org.emrick.project.actions.LEDConfigLEDStripMap
- ledStrip - Variable in class org.emrick.project.actions.RemoveEffectAction
- ledStrip - Variable in class org.emrick.project.actions.ReplaceEffectAction
- ledStrip - Variable in class org.emrick.project.LEDStripViewGUI.LEDDisplay
- ledStrip - Variable in class org.emrick.project.MediaEditorGUI.ProgrammingTracker.ProgrammableItem
- LEDStrip - Class in org.emrick.project
- LEDStrip(int, Performer, LEDConfig) - Constructor for class org.emrick.project.LEDStrip
- ledStrips - Variable in class org.emrick.project.Drill
- ledStrips - Variable in class org.emrick.project.effect.GridShape
- ledStrips - Variable in class org.emrick.project.LEDConfigurationGUI.PerformerConfigPanel.DrawLEDs
- ledStrips - Variable in class org.emrick.project.LEDConfigurationGUI.PerformerConfigPanel
- ledStrips - Variable in class org.emrick.project.LEDStripViewGUI
- ledStrips - Variable in class org.emrick.project.MediaEditorGUI.PacketExport
- ledStrips - Variable in class org.emrick.project.Performer
- ledStrips - Variable in class org.emrick.project.SelectionGroupGUI.SelectionGroup
- ledStripViewGUI - Variable in class org.emrick.project.MediaEditorGUI
- LEDStripViewGUI - Class in org.emrick.project
- LEDStripViewGUI(ArrayList<LEDStrip>, EffectManager) - Constructor for class org.emrick.project.LEDStripViewGUI
- LEDStripViewGUI.LEDDisplay - Class in org.emrick.project
- len - Variable in class org.emrick.project.SerialTransmitter.BlockingThread
- LIGHT_BOARD - Variable in class org.emrick.project.MediaEditorGUI
- lightBoardFlowViewerItem - Variable in class org.emrick.project.MediaEditorGUI
- lightBoardMode - Variable in class org.emrick.project.MediaEditorGUI
- LightingDisplay - Class in org.emrick.project.effect
- LightingDisplay() - Constructor for class org.emrick.project.effect.LightingDisplay
- LightingDisplay.Function - Enum Class in org.emrick.project.effect
- listener - Variable in class org.emrick.project.ReplaceProjectFilesGUI
- liveUpdateEndTime() - Method in class org.emrick.project.effect.EffectGUI
- loadAllPerformers() - Method in class org.emrick.project.Drill
- loadCoordinates(ArrayList<Coordinate>) - Method in class org.emrick.project.Performer
- loadEffectToGUI(Effect) - Method in class org.emrick.project.effect.EffectGUI
- loadProject(File) - Method in class org.emrick.project.MediaEditorGUI
-
Loads a new .emrick file to the viewport to be edited.
- loadSets() - Method in class org.emrick.project.Drill
M
- main(String[]) - Static method in class org.emrick.project.effect.RFTriggerGUI
- main(String[]) - Static method in class org.emrick.project.MediaEditorGUI
-
Main method of Emrick Designer.
- main(String[]) - Static method in class org.emrick.project.ReplaceProjectFilesGUI
- main(String[]) - Static method in class org.emrick.project.SyncTimeGUI
- main(String[]) - Static method in class org.emrick.project.TimelineGUI
- main(String[]) - Static method in class org.emrick.project.TimeManager
- mainContentPanel - Variable in class org.emrick.project.MediaEditorGUI
- makeDeepCopy() - Method in class org.emrick.project.effect.Effect
- map - Variable in class org.emrick.project.actions.RemoveEffectsAction
- map - Variable in class org.emrick.project.actions.ReplaceEffectsAction
- margin - Variable in class org.emrick.project.FootballFieldPanel
- MAX_CONNECTIONS - Static variable in class org.emrick.project.MediaEditorGUI
- maxBrightness - Variable in class org.emrick.project.effect.Effect
- maxBrightness - Variable in class org.emrick.project.effect.RandomNoiseEffect
- maxBrightnessField - Variable in class org.emrick.project.effect.EffectGUI
- maxTime - Variable in class org.emrick.project.effect.Effect
- maxTime - Variable in class org.emrick.project.effect.RandomNoiseEffect
- maxTimeField - Variable in class org.emrick.project.effect.EffectGUI
- MediaEditorGUI - Class in org.emrick.project
-
Main class of Emrick Designer.
- MediaEditorGUI(String) - Constructor for class org.emrick.project.MediaEditorGUI
-
Constructor for MediaEditorGUI
- MediaEditorGUI.EditItem - Class in org.emrick.project
- MediaEditorGUI.PacketExport - Class in org.emrick.project
-
Runnable object used to split the load of packet export.
- MediaEditorGUI.PlaybackTask - Class in org.emrick.project
-
Task used by the playback timer to repeatedly repaint the footballfieldpanel with new frames in fps mode.
- MediaEditorGUI.ProgrammingTracker - Class in org.emrick.project
-
Object used to track the progress of programming led strips using the web server
- MediaEditorGUI.ProgrammingTracker.ProgrammableItem - Class in org.emrick.project
- minBrightness - Variable in class org.emrick.project.effect.Effect
- minBrightness - Variable in class org.emrick.project.effect.RandomNoiseEffect
- minBrightnessField - Variable in class org.emrick.project.effect.EffectGUI
- minTime - Variable in class org.emrick.project.effect.Effect
- minTime - Variable in class org.emrick.project.effect.RandomNoiseEffect
- minTimeField - Variable in class org.emrick.project.effect.EffectGUI
- mouseClicked(MouseEvent) - Method in class org.emrick.project.FootballFieldPanel.MouseInput
- mouseDragged(MouseEvent) - Method in class org.emrick.project.FootballFieldPanel.MouseInput
- mouseEntered(MouseEvent) - Method in class org.emrick.project.FootballFieldPanel.MouseInput
- mouseExited(MouseEvent) - Method in class org.emrick.project.FootballFieldPanel.MouseInput
- MouseInput(RepaintListener) - Constructor for class org.emrick.project.FootballFieldPanel.MouseInput
- mouseMoved(MouseEvent) - Method in class org.emrick.project.FootballFieldPanel.MouseInput
- mousePressed(MouseEvent) - Method in class org.emrick.project.FootballFieldPanel.MouseInput
- mouseReleased(MouseEvent) - Method in class org.emrick.project.FootballFieldPanel.MouseInput
- movement - Variable in class org.emrick.project.effect.GridShape
- MSec2Count(long) - Method in class org.emrick.project.TimeManager
N
- newConfig - Variable in class org.emrick.project.actions.LEDConfigLEDStripMap
- newEffect - Variable in class org.emrick.project.actions.ReplaceEffectAction
- newPerformerConfig - Variable in class org.emrick.project.actions.PerformerConfigMap
- nextCount() - Method in class org.emrick.project.ScrubBarGUI
- nextCountButton - Variable in class org.emrick.project.ScrubBarGUI
- nextSet() - Method in class org.emrick.project.ScrubBarGUI
- nextSetButton - Variable in class org.emrick.project.ScrubBarGUI
- nextStep(double) - Method in class org.emrick.project.ScrubBarGUI
- noCommonEffectMsg - Static variable in class org.emrick.project.effect.EffectGUI
- noEffectGroupMsg - Static variable in class org.emrick.project.effect.EffectGUI
- NOISE - Enum constant in enum class org.emrick.project.effect.EffectList
- NOISE - Enum constant in enum class org.emrick.project.effect.LightingDisplay.Function
- noiseCheckpoints - Variable in class org.emrick.project.effect.Effect
- noPerformerMsg - Static variable in class org.emrick.project.effect.EffectGUI
- noProjectSyncMsg - Static variable in class org.emrick.project.effect.EffectGUI
- noRequestTimer - Variable in class org.emrick.project.MediaEditorGUI
O
- OggData - Class in org.emrick.project.audio
- OggData() - Constructor for class org.emrick.project.audio.OggData
- OggDecoder - Class in org.emrick.project.audio
-
... Decode an OGG file to PCM data.
- OggDecoder() - Constructor for class org.emrick.project.audio.OggDecoder
-
Create a new OGG decoder
- oldConfig - Variable in class org.emrick.project.actions.LEDConfigLEDStripMap
- oldEffect - Variable in class org.emrick.project.actions.EffectLEDStripMap
- oldEffect - Variable in class org.emrick.project.actions.ReplaceEffectAction
- oldPerformerConfig - Variable in class org.emrick.project.actions.PerformerConfigMap
- OldProjectFile - Class in org.emrick.project.serde
- OldProjectFile(Drill, String, ArrayList<SyncTimeGUI.Pair>, Float, HashMap<Integer, RFTrigger>, ArrayList<Integer>, ArrayList<SelectionGroupGUI.SelectionGroup>) - Constructor for class org.emrick.project.serde.OldProjectFile
- onAudioImport(ArrayList<File>) - Method in interface org.emrick.project.ImportListener
- onAudioImport(ArrayList<File>) - Method in class org.emrick.project.MediaEditorGUI
- onBeginImport() - Method in interface org.emrick.project.ImportListener
- onBeginImport() - Method in class org.emrick.project.MediaEditorGUI
- onChangeSelectionMode(boolean, HashSet<LEDStrip>) - Method in interface org.emrick.project.effect.EffectListener
- onChangeSelectionMode(boolean, HashSet<LEDStrip>) - Method in class org.emrick.project.MediaEditorGUI
- onConcatAudioImport(ArrayList<File>) - Method in interface org.emrick.project.ImportListener
- onConcatAudioImport(ArrayList<File>) - Method in class org.emrick.project.MediaEditorGUI
- onCreateEffect(Effect) - Method in interface org.emrick.project.effect.EffectListener
- onCreateEffect(Effect) - Method in class org.emrick.project.MediaEditorGUI
- onCreateRFTrigger(RFTrigger) - Method in interface org.emrick.project.effect.RFTriggerListener
- onCreateRFTrigger(RFTrigger) - Method in class org.emrick.project.MediaEditorGUI
- onDeleteEffect(Effect) - Method in interface org.emrick.project.effect.EffectListener
- onDeleteEffect(Effect) - Method in class org.emrick.project.MediaEditorGUI
- onDeleteRFTrigger(int) - Method in interface org.emrick.project.effect.RFTriggerListener
- onDeleteRFTrigger(int) - Method in class org.emrick.project.MediaEditorGUI
- onDrillImport(String) - Method in interface org.emrick.project.ImportListener
- onDrillImport(String) - Method in class org.emrick.project.MediaEditorGUI
- onExitConfig() - Method in interface org.emrick.project.LEDConfigListener
- onExitConfig() - Method in class org.emrick.project.MediaEditorGUI
- onFileSelect(ArrayList<File>, File) - Method in interface org.emrick.project.ImportListener
- onFileSelect(ArrayList<File>, File) - Method in class org.emrick.project.MediaEditorGUI
- onGroupSelection(LEDStrip[]) - Method in class org.emrick.project.MediaEditorGUI
- onGroupSelection(LEDStrip[]) - Method in interface org.emrick.project.SelectListener
- onImport() - Method in interface org.emrick.project.ImportListener
- onImport() - Method in class org.emrick.project.MediaEditorGUI
- onInnerSelectionRequired() - Method in interface org.emrick.project.effect.EffectListener
- onInnerSelectionRequired() - Method in class org.emrick.project.MediaEditorGUI
- onMultiSelect(HashSet<Integer>, HashSet<String>) - Method in class org.emrick.project.MediaEditorGUI
- onMultiSelect(HashSet<Integer>, HashSet<String>) - Method in interface org.emrick.project.SelectListener
- onNewFileSelect(File, File) - Method in class org.emrick.project.MediaEditorGUI
- onNewFileSelect(File, File) - Method in interface org.emrick.project.ReplaceFilesListener
- onPause() - Method in class org.emrick.project.MediaEditorGUI
- onPause() - Method in interface org.emrick.project.ScrubBarListener
- onPerformerDeselect() - Method in interface org.emrick.project.FootballFieldListener
- onPerformerDeselect() - Method in class org.emrick.project.MediaEditorGUI
- onPerformerSelect() - Method in interface org.emrick.project.FootballFieldListener
- onPerformerSelect() - Method in class org.emrick.project.MediaEditorGUI
- onPlay() - Method in class org.emrick.project.MediaEditorGUI
- onPlay() - Method in interface org.emrick.project.ScrubBarListener
- onPressEffect(Effect) - Method in interface org.emrick.project.effect.EffectListener
- onPressEffect(Effect) - Method in class org.emrick.project.MediaEditorGUI
- onPressRFTrigger(RFTrigger) - Method in interface org.emrick.project.effect.RFTriggerListener
- onPressRFTrigger(RFTrigger) - Method in class org.emrick.project.MediaEditorGUI
- onRepaintCall() - Method in class org.emrick.project.FootballFieldPanel
- onRepaintCall() - Method in interface org.emrick.project.RepaintListener
- onRequestComplete(int) - Method in class org.emrick.project.MediaEditorGUI
- onRequestComplete(int) - Method in interface org.emrick.project.RequestCompleteListener
- onResizeBackground() - Method in interface org.emrick.project.FootballFieldListener
- onResizeBackground() - Method in class org.emrick.project.MediaEditorGUI
- onRFSignal(int) - Method in class org.emrick.project.MediaEditorGUI
- onRFSignal(int) - Method in interface org.emrick.project.RFSignalListener
- onSaveGroup() - Method in class org.emrick.project.MediaEditorGUI
- onSaveGroup() - Method in interface org.emrick.project.SelectListener
- onScrub() - Method in class org.emrick.project.MediaEditorGUI
- onScrub() - Method in interface org.emrick.project.ScrubBarListener
- onSelectionRequired() - Method in interface org.emrick.project.effect.EffectListener
- onSelectionRequired() - Method in class org.emrick.project.MediaEditorGUI
- onSetChange(int) - Method in class org.emrick.project.MediaEditorGUI
- onSetChange(int) - Method in interface org.emrick.project.ScrubBarListener
- onSpeedChange(float) - Method in class org.emrick.project.MediaEditorGUI
- onSpeedChange(float) - Method in interface org.emrick.project.ScrubBarListener
- onSync(ArrayList<SyncTimeGUI.Pair>, float) - Method in class org.emrick.project.MediaEditorGUI
- onSync(ArrayList<SyncTimeGUI.Pair>, float) - Method in interface org.emrick.project.SyncListener
- onTimeChange(long) - Method in class org.emrick.project.MediaEditorGUI
- onTimeChange(long) - Method in interface org.emrick.project.ScrubBarListener
- onTimeRequired() - Method in interface org.emrick.project.effect.EffectListener
- onTimeRequired() - Method in class org.emrick.project.MediaEditorGUI
- onUpdateEffect(Effect, Effect) - Method in interface org.emrick.project.effect.EffectListener
- onUpdateEffect(Effect, Effect) - Method in class org.emrick.project.MediaEditorGUI
- onUpdateEffectPanel(Effect, boolean, int) - Method in interface org.emrick.project.effect.EffectListener
- onUpdateEffectPanel(Effect, boolean, int) - Method in class org.emrick.project.MediaEditorGUI
- onUpdateGroup() - Method in class org.emrick.project.MediaEditorGUI
- onUpdateGroup() - Method in interface org.emrick.project.SelectListener
- onUpdateRFTrigger(RFTrigger, int) - Method in interface org.emrick.project.effect.RFTriggerListener
- onUpdateRFTrigger(RFTrigger, int) - Method in class org.emrick.project.MediaEditorGUI
- onUserLoggedIn(String) - Method in class org.emrick.project.MediaEditorGUI
- onUserLoggedIn(String) - Method in interface org.emrick.project.UserAuthListener
- openProjectDialog() - Method in class org.emrick.project.MediaEditorGUI
-
Opens a prompt for the user to select a project to open.
- operation - Variable in class org.emrick.project.MediaEditorGUI.EditItem
- org.emrick.project - package org.emrick.project
-
Main Source Package
- org.emrick.project.actions - package org.emrick.project.actions
- org.emrick.project.audio - package org.emrick.project.audio
- org.emrick.project.effect - package org.emrick.project.effect
- org.emrick.project.serde - package org.emrick.project.serde
- out - Variable in class org.emrick.project.SerialTransmitter.BlockingThread
P
- PacketExport(ArrayList<LEDStrip>, Long[]) - Constructor for class org.emrick.project.MediaEditorGUI.PacketExport
- pageTab2Count - Variable in class org.emrick.project.ScrubBarGUI
- paintComponent(Graphics) - Method in class org.emrick.project.FootballFieldBackground
- paintComponent(Graphics) - Method in class org.emrick.project.FootballFieldPanel
- paintComponent(Graphics) - Method in class org.emrick.project.LEDConfigurationGUI.PerformerConfigPanel.DrawLEDs
- paintComponent(Graphics) - Method in class org.emrick.project.LEDStripViewGUI.LEDDisplay
- paintComponent(Graphics) - Method in class org.emrick.project.MediaEditorGUI.ProgrammingTracker
- paintComponent(Graphics) - Method in class org.emrick.project.MediaEditorGUI.ProgrammingTracker.ProgrammableItem
- painting - Variable in class org.emrick.project.MediaEditorGUI.ProgrammingTracker
- Pair(String, float) - Constructor for class org.emrick.project.SyncTimeGUI.Pair
- PairAdapter - Class in org.emrick.project.serde
- PairAdapter() - Constructor for class org.emrick.project.serde.PairAdapter
- PairCountMS(int, long) - Constructor for class org.emrick.project.SyncTimeGUI.PairCountMS
- panelComponents - Variable in class org.emrick.project.effect.EffectGUI
- parent - Variable in class org.emrick.project.ReplaceProjectFilesGUI
- parent - Variable in class org.emrick.project.ScrubBarGUI
- parseCsvFileForPerformerDeviceIDs(File) - Method in class org.emrick.project.MediaEditorGUI
-
Imports a configuration csv file and applies the config to an open project.
- parseDrill(String, Drill, int) - Static method in class org.emrick.project.DrillParser
-
Takes in the raw text data for the drill of a single performer, loads the coordinated into the drill object, and returns a performer object.
- parseQuery(String, Map<String, Object>) - Method in class org.emrick.project.GetHandler
- parseWholeDrill(String) - Static method in class org.emrick.project.DrillParser
-
Takes in the text from an entire drill file and returns the data from this file in a single drill object
- password - Variable in class org.emrick.project.MediaEditorGUI
- passwordField - Variable in class org.emrick.project.UserAuthGUI
- pasteConfig(PerformerConfig) - Method in class org.emrick.project.LEDConfigurationGUI.PerformerConfigPanel
- PATH_AUDIO_ICON - Static variable in class org.emrick.project.ScrubBarGUI
- PATH_FAST_PLAY_ICON - Static variable in class org.emrick.project.ScrubBarGUI
- PATH_FULL_PLAY_ICON - Static variable in class org.emrick.project.ScrubBarGUI
- PATH_INSTR_IMAGE - Static variable in class org.emrick.project.SyncTimeGUI
- PATH_NEXT_COUNT_ICON - Static variable in class org.emrick.project.ScrubBarGUI
- PATH_NEXT_SET_ICON - Static variable in class org.emrick.project.ScrubBarGUI
- PATH_PAUSE_ICON - Static variable in class org.emrick.project.ScrubBarGUI
- PATH_PLAY_ICON - Static variable in class org.emrick.project.ScrubBarGUI
- PATH_PREV_COUNT_ICON - Static variable in class org.emrick.project.ScrubBarGUI
- PATH_PREV_SET_ICON - Static variable in class org.emrick.project.ScrubBarGUI
- PATH_SYNC_ICON - Static variable in class org.emrick.project.ScrubBarGUI
- pathConverter(String, boolean) - Static method in class org.emrick.project.PathConverter
- PathConverter - Class in org.emrick.project
- PathConverter() - Constructor for class org.emrick.project.PathConverter
- PAUSE_ICON - Variable in class org.emrick.project.ScrubBarGUI
- pauseAudio() - Method in class org.emrick.project.audio.AudioPlayer
- performer - Variable in class org.emrick.project.LEDConfigurationGUI.PerformerConfigPanel
- performer - Variable in class org.emrick.project.LEDStrip
- Performer - Class in org.emrick.project
- Performer() - Constructor for class org.emrick.project.Performer
- Performer(String, int, int) - Constructor for class org.emrick.project.Performer
- PerformerConfig - Class in org.emrick.project
- PerformerConfig(ArrayList<LEDConfig>) - Constructor for class org.emrick.project.PerformerConfig
- PerformerConfigMap - Class in org.emrick.project.actions
- PerformerConfigMap(PerformerConfig, PerformerConfig, LEDConfigurationGUI.PerformerConfigPanel) - Constructor for class org.emrick.project.actions.PerformerConfigMap
- performerConfigMaps - Variable in class org.emrick.project.actions.UpdateConfigsAction
- performerConfigPanel - Variable in class org.emrick.project.actions.PerformerConfigMap
- PerformerConfigPanel(Performer, ArrayList<LEDStrip>) - Constructor for class org.emrick.project.LEDConfigurationGUI.PerformerConfigPanel
- performerConfigPanels - Variable in class org.emrick.project.LEDConfigurationGUI
- performerID - Variable in class org.emrick.project.LEDStrip
- performerID - Variable in class org.emrick.project.Performer
- performerIds - Variable in record class org.emrick.project.EffectsGroup
-
The field for the
performerIds
record component. - performerIds() - Method in record class org.emrick.project.EffectsGroup
-
Returns the value of the
performerIds
record component. - performerPanel - Variable in class org.emrick.project.LEDConfigurationGUI.PerformerConfigPanel
- performers - Variable in class org.emrick.project.Drill
- pkt - Variable in class org.emrick.project.GetHandler
- placeholderLabel - Variable in class org.emrick.project.effect.EffectGUI
- PLAY_ICON - Variable in class org.emrick.project.ScrubBarGUI
- playAudio() - Method in class org.emrick.project.audio.AudioPlayer
- playAudio(long) - Method in class org.emrick.project.audio.AudioPlayer
- playAudioFromCorrectPosition() - Method in class org.emrick.project.MediaEditorGUI
-
Begin playing audio in sync with the drill playback
- playbackSpeed - Variable in class org.emrick.project.MediaEditorGUI
- playbackSpeedsBox - Variable in class org.emrick.project.ScrubBarGUI
- PlaybackTask() - Constructor for class org.emrick.project.MediaEditorGUI.PlaybackTask
- playbackTimer - Variable in class org.emrick.project.MediaEditorGUI
- playPauseButton - Variable in class org.emrick.project.ScrubBarGUI
- Point2DAdapter - Class in org.emrick.project.serde
- Point2DAdapter() - Constructor for class org.emrick.project.serde.Point2DAdapter
- port - Variable in class org.emrick.project.MediaEditorGUI
- prevCount() - Method in class org.emrick.project.ScrubBarGUI
- prevCountButton - Variable in class org.emrick.project.ScrubBarGUI
- prevCountTime - Variable in class org.emrick.project.SyncTimeGUI
- prevSet() - Method in class org.emrick.project.ScrubBarGUI
- prevSetButton - Variable in class org.emrick.project.ScrubBarGUI
- ProgrammableItem(LEDStrip) - Constructor for class org.emrick.project.MediaEditorGUI.ProgrammingTracker.ProgrammableItem
- programmed - Variable in class org.emrick.project.MediaEditorGUI.ProgrammingTracker.ProgrammableItem
- PROGRAMMING_MODE - Variable in class org.emrick.project.MediaEditorGUI
- programmingProgressBar - Variable in class org.emrick.project.MediaEditorGUI
- programmingTracker - Variable in class org.emrick.project.MediaEditorGUI
- ProgrammingTracker(ArrayList<LEDStrip>, HashSet<Integer>) - Constructor for class org.emrick.project.MediaEditorGUI.ProgrammingTracker
- ProjectFile - Class in org.emrick.project.serde
- ProjectFile(Drill, ArrayList<String>, ArrayList<SyncTimeGUI.Pair>, Float, HashMap<Integer, RFTrigger>, ArrayList<Integer>, ArrayList<SelectionGroupGUI.SelectionGroup>) - Constructor for class org.emrick.project.serde.ProjectFile
R
- RandomNoiseEffect - Class in org.emrick.project.effect
- RandomNoiseEffect(long, long, Duration, boolean, boolean, boolean, boolean, float, float, float, long, long, Color, int) - Constructor for class org.emrick.project.effect.RandomNoiseEffect
- randomNoiseFunction(Effect, long, long) - Static method in class org.emrick.project.effect.LightingDisplay
- rate - Variable in class org.emrick.project.audio.OggData
-
The sampling rate
- rate - Variable in class org.emrick.project.effect.AlternatingColorEffect
- rateLabel - Variable in class org.emrick.project.effect.EffectGUI
- ratio - Variable in class org.emrick.project.FootballFieldBackground
- read(JsonReader) - Method in class org.emrick.project.serde.ColorAdapter
- read(JsonReader) - Method in class org.emrick.project.serde.DurationAdapter
- read(JsonReader) - Method in class org.emrick.project.serde.GeneratedEffectAdapter
- read(JsonReader) - Method in class org.emrick.project.serde.JButtonAdapter
- read(JsonReader) - Method in class org.emrick.project.serde.PairAdapter
- read(JsonReader) - Method in class org.emrick.project.serde.Point2DAdapter
- rebuildPageTabCounts() - Method in class org.emrick.project.MediaEditorGUI
-
Rebuilds the map of set labels to set start counts that is used in ScrubBarGUI.
- recoverLEDStrips(ArrayList<LEDStrip>) - Method in class org.emrick.project.effect.GridShape
- recoveryString - Variable in class org.emrick.project.effect.GridShape
- redo() - Method in class org.emrick.project.actions.CreateEffectAction
- redo() - Method in class org.emrick.project.actions.CreateEffectsAction
- redo() - Method in class org.emrick.project.actions.RemoveEffectAction
- redo() - Method in class org.emrick.project.actions.RemoveEffectsAction
- redo() - Method in class org.emrick.project.actions.ReplaceEffectAction
- redo() - Method in class org.emrick.project.actions.ReplaceEffectsAction
- redo() - Method in interface org.emrick.project.actions.UndoableAction
- redo() - Method in class org.emrick.project.actions.UpdateConfigAction
- redo() - Method in class org.emrick.project.actions.UpdateConfigsAction
- redo() - Method in class org.emrick.project.effect.EffectManager
- redo() - Method in class org.emrick.project.LEDConfigurationGUI
- redoStack - Variable in class org.emrick.project.effect.EffectManager
- redoStack - Variable in class org.emrick.project.LEDConfigurationGUI
- reinitialize() - Method in class org.emrick.project.ScrubBarGUI
-
Upon receiving new pageTab2Count data, call this method to update the Scrub Bar.
- reinitializeFlowViewPanel() - Method in class org.emrick.project.FlowViewGUI
- reinitializeLEDConfigPanel() - Method in class org.emrick.project.LEDConfigurationGUI
- removeAllEffectsFromAllLEDStrips() - Method in class org.emrick.project.effect.EffectManager
- removeAllEffectsFromSelectedLEDStrips() - Method in class org.emrick.project.effect.EffectManager
- RemoveEffectAction - Class in org.emrick.project.actions
- RemoveEffectAction(Effect, LEDStrip) - Constructor for class org.emrick.project.actions.RemoveEffectAction
- removeEffectFromSelectedLEDStrips(Effect) - Method in class org.emrick.project.effect.EffectManager
- RemoveEffectsAction - Class in org.emrick.project.actions
- RemoveEffectsAction(ArrayList<EffectLEDStripMap>) - Constructor for class org.emrick.project.actions.RemoveEffectsAction
- removeFlowViewer() - Method in class org.emrick.project.MediaEditorGUI
-
Removes the flow viewer from the main content panel and restores the run menu to be used again
- removeLEDStrip(LEDStrip) - Method in class org.emrick.project.LEDConfigurationGUI
- repaintListener - Variable in class org.emrick.project.FootballFieldPanel.MouseInput
- RepaintListener - Interface in org.emrick.project
- ReplaceEffectAction - Class in org.emrick.project.actions
- ReplaceEffectAction(Effect, Effect, LEDStrip) - Constructor for class org.emrick.project.actions.ReplaceEffectAction
- replaceEffectForSelectedLEDStrips(Effect, Effect) - Method in class org.emrick.project.effect.EffectManager
- ReplaceEffectsAction - Class in org.emrick.project.actions
- ReplaceEffectsAction(ArrayList<EffectLEDStripMap>) - Constructor for class org.emrick.project.actions.ReplaceEffectsAction
- ReplaceFilesListener - Interface in org.emrick.project
- ReplaceProjectFilesGUI - Class in org.emrick.project
- ReplaceProjectFilesGUI(Frame, ReplaceFilesListener) - Constructor for class org.emrick.project.ReplaceProjectFilesGUI
- requestCompleteListener - Variable in class org.emrick.project.GetHandler
- RequestCompleteListener - Interface in org.emrick.project
- requestIDs - Variable in class org.emrick.project.MediaEditorGUI
- rfSignalListener - Variable in class org.emrick.project.FlowViewGUI
- RFSignalListener - Interface in org.emrick.project
- rfTrigger - Variable in class org.emrick.project.effect.RFTriggerGUI
- RFTrigger - Class in org.emrick.project.effect
- RFTrigger(int, long, String, String, String) - Constructor for class org.emrick.project.effect.RFTrigger
- rfTriggerGUI - Variable in class org.emrick.project.MediaEditorGUI
- RFTriggerGUI - Class in org.emrick.project.effect
-
This class really just sets up a button to create an RF trigger.
- RFTriggerGUI(int, long, RFTrigger, RFTriggerListener) - Constructor for class org.emrick.project.effect.RFTriggerGUI
- rfTriggerListener - Static variable in class org.emrick.project.effect.RFTrigger
- rfTriggerListener - Variable in class org.emrick.project.effect.RFTriggerGUI
- RFTriggerListener - Interface in org.emrick.project.effect
- RIPPLE - Enum constant in enum class org.emrick.project.effect.EffectList
- RippleEffect - Class in org.emrick.project.effect
- RippleEffect(long, long, Color, Color, Duration, double, boolean, boolean, int) - Constructor for class org.emrick.project.effect.RippleEffect
- rotationOptions - Variable in class org.emrick.project.effect.EffectGUI
- rotationSelect - Variable in class org.emrick.project.effect.EffectGUI
- run() - Method in class org.emrick.project.audio.AudioPlayer
- run() - Method in class org.emrick.project.MediaEditorGUI.PacketExport
- run() - Method in class org.emrick.project.MediaEditorGUI.PlaybackTask
- run() - Method in class org.emrick.project.SerialTransmitter.BlockingThread
- runLightBoardWebServer - Variable in class org.emrick.project.MediaEditorGUI
- runServer(String, boolean) - Method in class org.emrick.project.MediaEditorGUI
-
Prompts the user for information and then starts a web server using this information
- runShowItem - Variable in class org.emrick.project.MediaEditorGUI
- runWebServer - Variable in class org.emrick.project.MediaEditorGUI
S
- saveAsProjectDialog() - Method in class org.emrick.project.MediaEditorGUI
-
Prompts the user for a location to save the current project.
- saveProject(File, ArrayList<File>) - Method in class org.emrick.project.MediaEditorGUI
-
Save the current project to a .emrick file.
- saveProjectDialog() - Method in class org.emrick.project.MediaEditorGUI
-
Attempts to save the project to a file.
- scaleImageIcon(ImageIcon) - Method in class org.emrick.project.ScrubBarGUI
- scaleImageIcon(ImageIcon, int, int) - Static method in class org.emrick.project.ScrubBarGUI
-
Rescale ImageIcon to fit for toolbar icons, or for other purposes
- scrollablePanel - Variable in class org.emrick.project.FlowViewGUI
- scrollablePanel - Variable in class org.emrick.project.LEDConfigurationGUI
- scrollPane - Variable in class org.emrick.project.FlowViewGUI
- scrollPane - Variable in class org.emrick.project.LEDConfigurationGUI
- scrubBarGUI - Variable in class org.emrick.project.MediaEditorGUI
- ScrubBarGUI - Class in org.emrick.project
- ScrubBarGUI(JFrame, ScrubBarListener, SyncListener, FootballFieldPanel, ArrayList<AudioPlayer>) - Constructor for class org.emrick.project.ScrubBarGUI
- scrubBarListener - Variable in class org.emrick.project.ScrubBarGUI
- ScrubBarListener - Interface in org.emrick.project
- scrubBarPanel - Variable in class org.emrick.project.MediaEditorGUI
- scrubBarPanel - Variable in class org.emrick.project.ScrubBarGUI
- selectAllLEDs - Variable in class org.emrick.project.FootballFieldPanel
- selected - Variable in class org.emrick.project.LEDConfigurationGUI.PerformerConfigPanel
- selectedEffectType - Variable in class org.emrick.project.MediaEditorGUI
- selectedLEDStrips - Variable in class org.emrick.project.FootballFieldPanel
- selectEndX - Variable in class org.emrick.project.FootballFieldPanel
- selectEndY - Variable in class org.emrick.project.FootballFieldPanel
- SelectFileGUI - Class in org.emrick.project
-
This class constructs a Swing GUI window for importing Coordinates PDF and Pyware Archive file (.3dz) when starting new projects.
- SelectFileGUI(JFrame, ImportListener) - Constructor for class org.emrick.project.SelectFileGUI
-
Prepare ImportArchive service object.
- selecting - Variable in class org.emrick.project.FootballFieldPanel
- SelectionGroup(LEDStrip[], String, ActionListener) - Constructor for class org.emrick.project.SelectionGroupGUI.SelectionGroup
- SelectionGroupGUI - Class in org.emrick.project
- SelectionGroupGUI(ArrayList<SelectionGroupGUI.SelectionGroup>, SelectListener) - Constructor for class org.emrick.project.SelectionGroupGUI
- SelectionGroupGUI(SelectListener) - Constructor for class org.emrick.project.SelectionGroupGUI
- SelectionGroupGUI.SelectionGroup - Class in org.emrick.project
- selectionGroups - Variable in class org.emrick.project.serde.OldProjectFile
- selectionGroups - Variable in class org.emrick.project.serde.ProjectFile
- selectionMethod - Variable in class org.emrick.project.FootballFieldPanel
- SelectionMethod() - Constructor for enum class org.emrick.project.FootballFieldPanel.SelectionMethod
- selectionPanel - Variable in class org.emrick.project.SelectionGroupGUI
- selectLabelComboBoxes - Variable in class org.emrick.project.FilterSelect
- selectListener - Variable in class org.emrick.project.SelectionGroupGUI
- SelectListener - Interface in org.emrick.project
- selectStartX - Variable in class org.emrick.project.FootballFieldPanel
- selectStartY - Variable in class org.emrick.project.FootballFieldPanel
- selectSymbolComboBoxes - Variable in class org.emrick.project.FilterSelect
- sequencer - Variable in class org.emrick.project.audio.AudioPlayer
- serialTransmitter - Variable in class org.emrick.project.MediaEditorGUI
- SerialTransmitter - Class in org.emrick.project
- SerialTransmitter() - Constructor for class org.emrick.project.SerialTransmitter
- SerialTransmitter.BlockingThread - Class in org.emrick.project
- server - Variable in class org.emrick.project.MediaEditorGUI
- ServerExecutor - Class in org.emrick.project
- ServerExecutor() - Constructor for class org.emrick.project.ServerExecutor
- set - Variable in class org.emrick.project.Coordinate
- set - Variable in class org.emrick.project.MediaEditorGUI.EditItem
- Set - Class in org.emrick.project
- Set(String, int, int) - Constructor for class org.emrick.project.Set
- SET_TIMEOUT - Variable in class org.emrick.project.effect.Effect
- SET_TIMEOUT - Variable in class org.emrick.project.MediaEditorGUI
- set2BpmField - Variable in class org.emrick.project.SyncTimeGUI
- set2Count - Variable in class org.emrick.project.SyncTimeGUI
- set2Count - Variable in class org.emrick.project.TimeManager
- set2CountSorted - Variable in class org.emrick.project.TimeManager
- set2DurationField - Variable in class org.emrick.project.SyncTimeGUI
- set2MSec - Variable in class org.emrick.project.TimeManager
- set2NumCounts - Variable in class org.emrick.project.TimeManager
- set2TimestampField - Variable in class org.emrick.project.SyncTimeGUI
- setAllStrips(ArrayList<LEDStrip>) - Method in class org.emrick.project.MediaEditorGUI.ProgrammingTracker
- setAngle(double) - Method in class org.emrick.project.effect.Effect
- setAudioFile(File) - Method in class org.emrick.project.audio.AudioPlayer
- setAudioPlayer(ArrayList<AudioPlayer>) - Method in class org.emrick.project.ScrubBarGUI
- setChaseSequence(ArrayList<Color>) - Method in class org.emrick.project.effect.ChaseEffect
- setChaseSequence(ArrayList<Color>) - Method in class org.emrick.project.effect.Effect
- setClockwise(boolean) - Method in class org.emrick.project.effect.ChaseEffect
- setClockwise(boolean) - Method in class org.emrick.project.effect.CircleChaseEffect
- setColor(Color) - Method in class org.emrick.project.effect.GridShape
- setColor(Color) - Method in class org.emrick.project.effect.RandomNoiseEffect
- setColor1(Color) - Method in class org.emrick.project.effect.AlternatingColorEffect
- setColor2(Color) - Method in class org.emrick.project.effect.AlternatingColorEffect
- setColorChosen(Color) - Method in class org.emrick.project.FootballFieldPanel
- setColorVariance(float) - Method in class org.emrick.project.effect.Effect
- setColorVariance(float) - Method in class org.emrick.project.effect.RandomNoiseEffect
- setCompletedStrips(HashSet<Integer>) - Method in class org.emrick.project.MediaEditorGUI.ProgrammingTracker
- setComponentSize(JComponent, int, int) - Method in class org.emrick.project.effect.EffectGUI
- setCoordinates(ArrayList<Coordinate>) - Method in class org.emrick.project.Performer
- setCount(int) - Method in class org.emrick.project.effect.RFTrigger
- setCount(int) - Method in class org.emrick.project.FlowViewGUI.FlowViewItem
- setCount2RFTrigger(HashMap<Integer, RFTrigger>) - Method in class org.emrick.project.effect.EffectManager
- setCount2RFTrigger(HashMap<Integer, RFTrigger>) - Method in class org.emrick.project.FootballFieldPanel
- setCountLabel(JLabel) - Method in class org.emrick.project.FlowViewGUI.FlowViewItem
- setCue(String) - Method in class org.emrick.project.effect.RFTrigger
- setCue(String) - Method in class org.emrick.project.FlowViewGUI.FlowViewItem
- setCueLabel(JLabel) - Method in class org.emrick.project.FlowViewGUI.FlowViewItem
- setCurrAudioPlayer(AudioPlayer) - Method in class org.emrick.project.ScrubBarGUI
- setCurrentCount(int) - Method in class org.emrick.project.FootballFieldPanel
- setCurrentMS(long) - Method in class org.emrick.project.LEDStripViewGUI
- setCurrentSet(Set) - Method in class org.emrick.project.FootballFieldPanel
- setCurrentSet(Set) - Method in class org.emrick.project.LEDStripViewGUI
- setCurrentSetRatio(double) - Method in class org.emrick.project.FootballFieldPanel
- setCurrentSetStartCount(int) - Method in class org.emrick.project.FootballFieldPanel
- setDelay(Duration) - Method in class org.emrick.project.effect.Effect
- setDescription(String) - Method in class org.emrick.project.effect.RFTrigger
- setDescription(String) - Method in class org.emrick.project.FlowViewGUI.FlowViewItem
- setDescriptionLabel(JLabel) - Method in class org.emrick.project.FlowViewGUI.FlowViewItem
- setDirection(boolean) - Method in class org.emrick.project.effect.Effect
- setDO_DELAY(boolean) - Method in class org.emrick.project.effect.Effect
- setDrill(Drill) - Method in class org.emrick.project.LEDConfigurationGUI
- setDuration(int) - Method in class org.emrick.project.Coordinate
- setDuration(Duration) - Method in class org.emrick.project.effect.AlternatingColorEffect
- setDuration(Duration) - Method in class org.emrick.project.effect.ChaseEffect
- setDuration(Duration) - Method in class org.emrick.project.effect.CircleChaseEffect
- setDuration(Duration) - Method in class org.emrick.project.effect.Effect
- setDuration(Duration) - Method in class org.emrick.project.effect.FadeEffect
- setDuration(Duration) - Method in class org.emrick.project.effect.GridEffect
- setDuration(Duration) - Method in class org.emrick.project.effect.RandomNoiseEffect
- setDuration(Duration) - Method in class org.emrick.project.effect.RippleEffect
- setDuration(Duration) - Method in class org.emrick.project.effect.StaticColorEffect
- setDuration(Duration) - Method in class org.emrick.project.effect.WaveEffect
- setEffect(Effect) - Method in class org.emrick.project.actions.EffectLEDStripMap
- setEffectManager(EffectManager) - Method in class org.emrick.project.FootballFieldPanel
- setEffectManager(EffectManager) - Method in class org.emrick.project.LEDStripViewGUI
- setEffects(ArrayList<Effect>) - Method in class org.emrick.project.LEDStrip
- setEffectTransparency(int) - Method in class org.emrick.project.FootballFieldPanel
- setEffectType(EffectList) - Method in class org.emrick.project.effect.Effect
- setEndColor(Color) - Method in class org.emrick.project.effect.CircleChaseEffect
- setEndColor(Color) - Method in class org.emrick.project.effect.Effect
- setEndColor(Color) - Method in class org.emrick.project.effect.FadeEffect
- setEndTime(long) - Method in class org.emrick.project.effect.AlternatingColorEffect
- setEndTime(long) - Method in class org.emrick.project.effect.ChaseEffect
- setEndTime(long) - Method in class org.emrick.project.effect.CircleChaseEffect
- setEndTime(long) - Method in class org.emrick.project.effect.FadeEffect
- setEndTime(long) - Method in interface org.emrick.project.effect.GeneratedEffect
- setEndTime(long) - Method in class org.emrick.project.effect.GridEffect
- setEndTime(long) - Method in class org.emrick.project.effect.RandomNoiseEffect
- setEndTime(long) - Method in class org.emrick.project.effect.RippleEffect
- setEndTime(long) - Method in class org.emrick.project.effect.StaticColorEffect
- setEndTime(long) - Method in class org.emrick.project.effect.WaveEffect
- setEndTimeMSec(long) - Method in class org.emrick.project.effect.Effect
- setExecuteButton(JButton) - Method in class org.emrick.project.FlowViewGUI.FlowViewItem
- setFade(boolean) - Method in class org.emrick.project.effect.Effect
- setFade(boolean) - Method in class org.emrick.project.effect.RandomNoiseEffect
- setFieldHeight(double) - Method in class org.emrick.project.FootballFieldBackground
- setFieldHeight(double) - Method in class org.emrick.project.FootballFieldPanel
- setFieldWidth(double) - Method in class org.emrick.project.FootballFieldBackground
- setFieldWidth(double) - Method in class org.emrick.project.FootballFieldPanel
- setFloorCoverImage(Image) - Method in class org.emrick.project.FootballFieldPanel
- setFloorCoverImage(BufferedImage) - Method in class org.emrick.project.FootballFieldBackground
- setFrontSideline50(Point) - Method in class org.emrick.project.FootballFieldBackground
- setFrontSideline50(Point) - Method in class org.emrick.project.FootballFieldPanel
- setFunction(LightingDisplay.Function) - Method in class org.emrick.project.effect.ChaseEffect
- setFunction(LightingDisplay.Function) - Method in class org.emrick.project.effect.Effect
- setGeneratedEffect(GeneratedEffect) - Method in class org.emrick.project.effect.Effect
- setGroups(ArrayList<SelectionGroupGUI.SelectionGroup>, ArrayList<LEDStrip>) - Method in class org.emrick.project.SelectionGroupGUI
- setHeight(int) - Method in class org.emrick.project.actions.LEDConfig
- setHeight(int) - Method in class org.emrick.project.effect.Effect
- setHeight(int) - Method in class org.emrick.project.effect.GridEffect
- sethOffset(int) - Method in class org.emrick.project.actions.LEDConfig
- setId(int) - Method in class org.emrick.project.effect.AlternatingColorEffect
- setId(int) - Method in class org.emrick.project.effect.ChaseEffect
- setId(int) - Method in class org.emrick.project.effect.CircleChaseEffect
- setId(int) - Method in class org.emrick.project.effect.Effect
- setId(int) - Method in class org.emrick.project.effect.FadeEffect
- setId(int) - Method in class org.emrick.project.effect.GridEffect
- setId(int) - Method in class org.emrick.project.effect.RandomNoiseEffect
- setId(int) - Method in class org.emrick.project.effect.RippleEffect
- setId(int) - Method in class org.emrick.project.effect.StaticColorEffect
- setId(int) - Method in class org.emrick.project.effect.WaveEffect
- setId(int) - Method in class org.emrick.project.LEDStrip
- setId(String) - Method in class org.emrick.project.Coordinate
- setIds(ArrayList<Integer>) - Method in class org.emrick.project.effect.EffectManager
- setIndex(int) - Method in class org.emrick.project.FlowViewGUI.FlowViewItem
- setIndexLabel(JLabel) - Method in class org.emrick.project.FlowViewGUI.FlowViewItem
- setINSTANT_COLOR(boolean) - Method in class org.emrick.project.effect.Effect
- setIsPlayingPause() - Method in class org.emrick.project.ScrubBarGUI
- setIsPlayingPlay() - Method in class org.emrick.project.ScrubBarGUI
- setItemCompleted(Integer) - Method in class org.emrick.project.MediaEditorGUI.ProgrammingTracker
- setKey(String) - Method in class org.emrick.project.SyncTimeGUI.Pair
- setLabel(int) - Method in class org.emrick.project.Performer
- setLabel(String) - Method in class org.emrick.project.actions.LEDConfig
- setLedConfig(LEDConfig) - Method in class org.emrick.project.LEDStrip
- setLedConfigs(ArrayList<LEDConfig>) - Method in class org.emrick.project.PerformerConfig
- setLEDCount(int) - Method in class org.emrick.project.actions.LEDConfig
- setLedStrip(LEDStrip) - Method in class org.emrick.project.actions.EffectLEDStripMap
- setLedStrip(LEDStrip) - Method in class org.emrick.project.actions.LEDConfigLEDStripMap
- setLedStrip(LEDStrip) - Method in class org.emrick.project.LEDStripViewGUI.LEDDisplay
- setLedStrip(LEDStrip) - Method in class org.emrick.project.MediaEditorGUI.ProgrammingTracker.ProgrammableItem
- setLedStrips(ArrayList<Integer>) - Method in class org.emrick.project.Performer
- setLedStrips(ArrayList<LEDStrip>) - Method in class org.emrick.project.LEDConfigurationGUI.PerformerConfigPanel
- setLedStrips(ArrayList<LEDStrip>) - Method in class org.emrick.project.LEDStripViewGUI
- setLedStrips(HashSet<LEDStrip>) - Method in class org.emrick.project.effect.GridShape
- setLEDStrips(LEDStrip[]) - Method in class org.emrick.project.SelectionGroupGUI.SelectionGroup
- setMaxBrightness(float) - Method in class org.emrick.project.effect.Effect
- setMaxBrightness(float) - Method in class org.emrick.project.effect.RandomNoiseEffect
- setMaxTime(long) - Method in class org.emrick.project.effect.Effect
- setMaxTime(long) - Method in class org.emrick.project.effect.RandomNoiseEffect
- setMinBrightness(float) - Method in class org.emrick.project.effect.Effect
- setMinBrightness(float) - Method in class org.emrick.project.effect.RandomNoiseEffect
- setMinTime(long) - Method in class org.emrick.project.effect.Effect
- setMinTime(long) - Method in class org.emrick.project.effect.RandomNoiseEffect
- setMovement(Point) - Method in class org.emrick.project.effect.GridShape
- setNewConfig(LEDConfig) - Method in class org.emrick.project.actions.LEDConfigLEDStripMap
- setNewPerformerConfig(PerformerConfig) - Method in class org.emrick.project.actions.PerformerConfigMap
- setNoiseCheckpoints(ArrayList<Checkpoint>) - Method in class org.emrick.project.effect.Effect
- setOldConfig(LEDConfig) - Method in class org.emrick.project.actions.LEDConfigLEDStripMap
- setOldEffect(Effect) - Method in class org.emrick.project.actions.EffectLEDStripMap
- setOldPerformerConfig(PerformerConfig) - Method in class org.emrick.project.actions.PerformerConfigMap
- setOperation(String) - Method in class org.emrick.project.MediaEditorGUI.EditItem
- setPerformer(Performer) - Method in class org.emrick.project.LEDConfigurationGUI.PerformerConfigPanel
- setPerformer(Performer) - Method in class org.emrick.project.LEDStrip
- setPerformerConfigPanel(LEDConfigurationGUI.PerformerConfigPanel) - Method in class org.emrick.project.actions.PerformerConfigMap
- setPerformerConfigPanels(ArrayList<LEDConfigurationGUI.PerformerConfigPanel>) - Method in class org.emrick.project.LEDConfigurationGUI
- setPerformerID(int) - Method in class org.emrick.project.LEDStrip
- setPerformerID(int) - Method in class org.emrick.project.Performer
- setPlaybackTime() - Method in class org.emrick.project.ScrubBarGUI
- setPlaying(boolean) - Method in class org.emrick.project.ScrubBarGUI
- setProgrammed(boolean) - Method in class org.emrick.project.MediaEditorGUI.ProgrammingTracker.ProgrammableItem
- setRate(double) - Method in class org.emrick.project.effect.AlternatingColorEffect
- setReady(boolean) - Method in class org.emrick.project.ScrubBarGUI
- setRecoveryString(String) - Method in class org.emrick.project.effect.GridShape
- sets - Variable in class org.emrick.project.Drill
- setScrollPane(JScrollPane) - Method in class org.emrick.project.LEDConfigurationGUI
- setScrub(int) - Method in class org.emrick.project.ScrubBarGUI
- setSelectAllLEDs(boolean) - Method in class org.emrick.project.FootballFieldPanel
- setSelected(boolean) - Method in class org.emrick.project.LEDConfigurationGUI.PerformerConfigPanel
- setSelectionPanel(JPanel) - Method in class org.emrick.project.SelectionGroupGUI
- setSerialPort(String) - Method in class org.emrick.project.SerialTransmitter
- setSet(String) - Method in class org.emrick.project.Coordinate
- setSet(Set) - Method in class org.emrick.project.MediaEditorGUI.EditItem
- setSET_TIMEOUT(boolean) - Method in class org.emrick.project.effect.Effect
- setShape(boolean[][]) - Method in class org.emrick.project.effect.GridShape
- setShapes(GridShape[]) - Method in class org.emrick.project.effect.Effect
- setShapes(GridShape[]) - Method in class org.emrick.project.effect.GridEffect
- setShowFloorCoverImage(boolean) - Method in class org.emrick.project.FootballFieldBackground
- setShowFloorCoverImage(boolean) - Method in class org.emrick.project.FootballFieldPanel
- setShowLabels(boolean) - Method in class org.emrick.project.FootballFieldPanel
- setShowLEDs(boolean) - Method in class org.emrick.project.LEDConfigurationGUI.PerformerConfigPanel
- setShowSurfaceImage(boolean) - Method in class org.emrick.project.FootballFieldBackground
- setShowSurfaceImage(boolean) - Method in class org.emrick.project.FootballFieldPanel
- setSize(int) - Method in class org.emrick.project.effect.Effect
- setSpeed(double) - Method in class org.emrick.project.effect.ChaseEffect
- setSpeed(double) - Method in class org.emrick.project.effect.CircleChaseEffect
- setSpeed(double) - Method in class org.emrick.project.effect.Effect
- setSpeed(double) - Method in class org.emrick.project.effect.RippleEffect
- setSpeed(double) - Method in class org.emrick.project.effect.WaveEffect
- setSpeed(int) - Method in class org.emrick.project.effect.GridShape
- setStartAngle(double) - Method in class org.emrick.project.effect.CircleChaseEffect
- setStartColor(Color) - Method in class org.emrick.project.effect.CircleChaseEffect
- setStartColor(Color) - Method in class org.emrick.project.effect.Effect
- setStartColor(Color) - Method in class org.emrick.project.effect.FadeEffect
- setStartPos(Point) - Method in class org.emrick.project.effect.GridShape
- setStartTime(long) - Method in class org.emrick.project.effect.AlternatingColorEffect
- setStartTime(long) - Method in class org.emrick.project.effect.ChaseEffect
- setStartTime(long) - Method in class org.emrick.project.effect.CircleChaseEffect
- setStartTime(long) - Method in class org.emrick.project.effect.FadeEffect
- setStartTime(long) - Method in interface org.emrick.project.effect.GeneratedEffect
- setStartTime(long) - Method in class org.emrick.project.effect.GridEffect
- setStartTime(long) - Method in class org.emrick.project.effect.RandomNoiseEffect
- setStartTime(long) - Method in class org.emrick.project.effect.RippleEffect
- setStartTime(long) - Method in class org.emrick.project.effect.StaticColorEffect
- setStartTime(long) - Method in class org.emrick.project.effect.WaveEffect
- setStartTimeMSec(long) - Method in class org.emrick.project.effect.Effect
- setStaticColor(Color) - Method in class org.emrick.project.effect.RippleEffect
- setStaticColor(Color) - Method in class org.emrick.project.effect.StaticColorEffect
- setStaticColor(Color) - Method in class org.emrick.project.effect.WaveEffect
- setSurfaceImage(Image) - Method in class org.emrick.project.FootballFieldPanel
- setSurfaceImage(BufferedImage) - Method in class org.emrick.project.FootballFieldBackground
- setSymbol(String) - Method in class org.emrick.project.Performer
- setTime(int) - Method in class org.emrick.project.ScrubBarGUI
- setTimeout(Duration) - Method in class org.emrick.project.effect.Effect
- setTimestampMillis(long) - Method in class org.emrick.project.effect.RFTrigger
- setTimeSync(ArrayList<SyncTimeGUI.Pair>) - Method in class org.emrick.project.ScrubBarGUI
- setTitle(String) - Method in class org.emrick.project.effect.RFTrigger
- setTitle(String) - Method in class org.emrick.project.FlowViewGUI.FlowViewItem
- setTitle(String) - Method in class org.emrick.project.SelectionGroupGUI.SelectionGroup
- setTitleButton(JButton) - Method in class org.emrick.project.SelectionGroupGUI.SelectionGroup
- setTitleLabel(JLabel) - Method in class org.emrick.project.FlowViewGUI.FlowViewItem
- setType(String) - Method in class org.emrick.project.SerialTransmitter
- setupAlternatingColorGUI() - Method in class org.emrick.project.effect.EffectGUI
- setupChaseGUI() - Method in class org.emrick.project.effect.EffectGUI
- setupCircleChaseGUI() - Method in class org.emrick.project.effect.EffectGUI
- setupEffectView(ArrayList<Integer>) - Method in class org.emrick.project.MediaEditorGUI
-
Initializes the effect panel and its dependencies
- setupFadeGUI() - Method in class org.emrick.project.effect.EffectGUI
- setupGridGUI() - Method in class org.emrick.project.effect.EffectGUI
- setupGUI() - Method in class org.emrick.project.effect.EffectGUI
- setupGUI() - Method in class org.emrick.project.effect.RFTriggerGUI
- setupNoiseGUI() - Method in class org.emrick.project.effect.EffectGUI
- setUpOrSide(boolean) - Method in class org.emrick.project.effect.Effect
- setupPanelGUI() - Method in class org.emrick.project.effect.RFTriggerGUI
- setUpRight(boolean) - Method in class org.emrick.project.effect.RippleEffect
- setUpRight(boolean) - Method in class org.emrick.project.effect.WaveEffect
- setupRippleGUI() - Method in class org.emrick.project.effect.EffectGUI
- setupStaticColorGUI() - Method in class org.emrick.project.effect.EffectGUI
- setupWaveGUI() - Method in class org.emrick.project.effect.EffectGUI
- setUSE_DURATION(boolean) - Method in class org.emrick.project.effect.Effect
- setUseFps(boolean) - Method in class org.emrick.project.FootballFieldPanel
- setValue(float) - Method in class org.emrick.project.SyncTimeGUI.Pair
- setVaryBrightness(boolean) - Method in class org.emrick.project.effect.Effect
- setVaryBrightness(boolean) - Method in class org.emrick.project.effect.RandomNoiseEffect
- setVaryColor(boolean) - Method in class org.emrick.project.effect.Effect
- setVaryColor(boolean) - Method in class org.emrick.project.effect.RandomNoiseEffect
- setVaryTime(boolean) - Method in class org.emrick.project.effect.Effect
- setVaryTime(boolean) - Method in class org.emrick.project.effect.RandomNoiseEffect
- setVertical(boolean) - Method in class org.emrick.project.effect.RippleEffect
- setVertical(boolean) - Method in class org.emrick.project.effect.WaveEffect
- setvOffset(int) - Method in class org.emrick.project.actions.LEDConfig
- setWaveColor(Color) - Method in class org.emrick.project.effect.RippleEffect
- setWaveColor(Color) - Method in class org.emrick.project.effect.WaveEffect
- setWidth(int) - Method in class org.emrick.project.actions.LEDConfig
- setWidth(int) - Method in class org.emrick.project.effect.Effect
- setWidth(int) - Method in class org.emrick.project.effect.GridEffect
- setX(double) - Method in class org.emrick.project.Coordinate
- setY(double) - Method in class org.emrick.project.Coordinate
- shape - Variable in class org.emrick.project.effect.GridShape
- shapes - Variable in class org.emrick.project.effect.Effect
- shapes - Variable in class org.emrick.project.effect.GridEffect
- show() - Method in class org.emrick.project.FilterSelect
- SHOW_GROUPS - Enum constant in enum class org.emrick.project.effect.EffectList
- showAddEffectErrorDialog(LEDStrip) - Method in class org.emrick.project.effect.EffectManager
- showAddRFTriggerErrorDialog(LEDStrip) - Method in class org.emrick.project.effect.EffectManager
- showEffectBeforeFirstTriggerError() - Method in class org.emrick.project.MediaEditorGUI
-
Display an error message to the user that indicates an RF Trigger has not been placed yet.
- showFloorCoverImage - Variable in class org.emrick.project.FootballFieldBackground
- showFloorCoverImage - Variable in class org.emrick.project.FootballFieldPanel
- showGridIndex - Variable in class org.emrick.project.effect.EffectGUI
- showIndividualView - Variable in class org.emrick.project.MediaEditorGUI
- showLabels - Variable in class org.emrick.project.FootballFieldPanel
- showLEDs - Variable in class org.emrick.project.LEDConfigurationGUI.PerformerConfigPanel
- showSurfaceImage - Variable in class org.emrick.project.FootballFieldBackground
- showSurfaceImage - Variable in class org.emrick.project.FootballFieldPanel
- size - Variable in class org.emrick.project.effect.Effect
- sortEffects() - Method in class org.emrick.project.LEDStrip
- sortMap(ArrayList<Map.Entry<Long, TimelineEvent>>) - Static method in class org.emrick.project.TimelineGUI
- sortMap(Map<String, Integer>) - Static method in class org.emrick.project.ScrubBarGUI
-
Takes in a map of [String]:[Integer] entries and returns a list of those entries, sorted by the value [Integer] in ascending order.
- sp - Variable in class org.emrick.project.SerialTransmitter
- speed - Variable in class org.emrick.project.effect.ChaseEffect
- speed - Variable in class org.emrick.project.effect.CircleChaseEffect
- speed - Variable in class org.emrick.project.effect.Effect
- speed - Variable in class org.emrick.project.effect.GridShape
- speed - Variable in class org.emrick.project.effect.RippleEffect
- speed - Variable in class org.emrick.project.effect.WaveEffect
- speedField - Variable in class org.emrick.project.effect.EffectGUI
- speedLabel - Variable in class org.emrick.project.effect.EffectGUI
- ssid - Variable in class org.emrick.project.MediaEditorGUI
- START_TIMESTAMP_INSTRUCTION - Static variable in class org.emrick.project.SyncTimeGUI
- startAngle - Variable in class org.emrick.project.effect.CircleChaseEffect
- startColor - Variable in class org.emrick.project.effect.CircleChaseEffect
- startColor - Variable in class org.emrick.project.effect.Effect
- startColor - Variable in class org.emrick.project.effect.FadeEffect
- startColorBtn - Variable in class org.emrick.project.effect.EffectGUI
- startColorLabel - Variable in class org.emrick.project.effect.EffectGUI
- startDelay - Variable in class org.emrick.project.MediaEditorGUI
- startDelay - Variable in class org.emrick.project.serde.OldProjectFile
- startDelay - Variable in class org.emrick.project.serde.ProjectFile
- startDelayFieldBpm - Variable in class org.emrick.project.SyncTimeGUI
- startDelayFieldDuration - Variable in class org.emrick.project.SyncTimeGUI
- started - Variable in class org.emrick.project.FlowViewGUI
- startPos - Variable in class org.emrick.project.effect.GridShape
- startTime - Variable in class org.emrick.project.effect.AlternatingColorEffect
- startTime - Variable in class org.emrick.project.effect.ChaseEffect
- startTime - Variable in class org.emrick.project.effect.CircleChaseEffect
- startTime - Variable in class org.emrick.project.effect.FadeEffect
- startTime - Variable in class org.emrick.project.effect.GridEffect
- startTime - Variable in class org.emrick.project.effect.RandomNoiseEffect
- startTime - Variable in class org.emrick.project.effect.RippleEffect
- startTime - Variable in class org.emrick.project.effect.StaticColorEffect
- startTime - Variable in class org.emrick.project.effect.WaveEffect
- startTimeLabel - Variable in class org.emrick.project.effect.EffectGUI
- startTimeMSec - Variable in class org.emrick.project.effect.Effect
- STATIC_COLOR - Enum constant in enum class org.emrick.project.effect.EffectList
- staticColor - Variable in class org.emrick.project.effect.RippleEffect
- staticColor - Variable in class org.emrick.project.effect.StaticColorEffect
- staticColor - Variable in class org.emrick.project.effect.WaveEffect
- StaticColorEffect - Class in org.emrick.project.effect
- StaticColorEffect(long, long, Color, Duration, int) - Constructor for class org.emrick.project.effect.StaticColorEffect
- staticColorLabel - Variable in class org.emrick.project.effect.EffectGUI
- stopServer() - Method in class org.emrick.project.MediaEditorGUI
-
Stops the currently running web server, restores the run menu to be used again, and cleans the filesystem of any files created by the web server
- stopShowItem - Variable in class org.emrick.project.MediaEditorGUI
- stopWebServer - Variable in class org.emrick.project.MediaEditorGUI
- submitButton - Variable in class org.emrick.project.UserAuthGUI
- surfaceImage - Variable in class org.emrick.project.FootballFieldBackground
- surfaceImage - Variable in class org.emrick.project.FootballFieldPanel
- symbol - Variable in class org.emrick.project.Performer
- syncButton - Variable in class org.emrick.project.ScrubBarGUI
- syncButton - Variable in class org.emrick.project.SyncTimeGUI
- syncByBpm(ArrayList<SyncTimeGUI.Pair>) - Method in class org.emrick.project.SyncTimeGUI
- syncByDuration(ArrayList<SyncTimeGUI.Pair>) - Method in class org.emrick.project.SyncTimeGUI
- syncByTap(ArrayList<SyncTimeGUI.Pair>) - Method in class org.emrick.project.SyncTimeGUI
- syncByTimestamp(ArrayList<SyncTimeGUI.Pair>) - Method in class org.emrick.project.SyncTimeGUI
- syncListener - Variable in class org.emrick.project.ScrubBarGUI
- syncListener - Variable in class org.emrick.project.SyncTimeGUI
- SyncListener - Interface in org.emrick.project
- SyncTimeGUI - Class in org.emrick.project
- SyncTimeGUI(JFrame, SyncListener, Map<String, Integer>, AudioPlayer, int) - Constructor for class org.emrick.project.SyncTimeGUI
- SyncTimeGUI.Pair - Class in org.emrick.project
- SyncTimeGUI.PairCountMS - Class in org.emrick.project
- SyncTimeGUI.TapAction - Class in org.emrick.project
- sysMsg - Variable in class org.emrick.project.MediaEditorGUI
T
- tabbedPane - Variable in class org.emrick.project.SyncTimeGUI
- tapAction - Variable in class org.emrick.project.SyncTimeGUI
- TapAction() - Constructor for class org.emrick.project.SyncTimeGUI.TapAction
- tapPanel - Variable in class org.emrick.project.SyncTimeGUI
- time - Variable in record class org.emrick.project.effect.Checkpoint
-
The field for the
time
record component. - time - Variable in class org.emrick.project.ScrubBarGUI
- time() - Method in record class org.emrick.project.effect.Checkpoint
-
Returns the value of the
time
record component. - timeAfterEffect(int, Effect, ArrayList<Effect>, Long[]) - Method in class org.emrick.project.MediaEditorGUI
-
Calculates the time between the end of the current effect and the start of the next effect/RF Trigger.
- timeBeforeEffect(int, Effect, ArrayList<Effect>, Long[]) - Method in class org.emrick.project.MediaEditorGUI
-
Calculates the time between the end of the previous effect/RF Trigger and the start of the current effect.
- TimelineEvent - Interface in org.emrick.project.effect
- timelineGUI - Variable in class org.emrick.project.MediaEditorGUI
- TimelineGUI - Class in org.emrick.project
- TimelineGUI(ArrayList<Effect>, HashMap<Integer, RFTrigger>) - Constructor for class org.emrick.project.TimelineGUI
- timelinePanel - Variable in class org.emrick.project.MediaEditorGUI
- timelineScrollPane - Variable in class org.emrick.project.TimelineGUI
- timeManager - Variable in class org.emrick.project.effect.EffectManager
- timeManager - Variable in class org.emrick.project.MediaEditorGUI
- TimeManager - Class in org.emrick.project
- TimeManager(Map<String, Integer>, ArrayList<SyncTimeGUI.Pair>, float) - Constructor for class org.emrick.project.TimeManager
- timeout - Variable in class org.emrick.project.effect.Effect
- timeoutField - Variable in class org.emrick.project.effect.EffectGUI
- timeoutLabel - Variable in class org.emrick.project.effect.EffectGUI
- timesMS - Variable in class org.emrick.project.MediaEditorGUI.PacketExport
- TIMESTAMP_INSTRUCTION - Static variable in class org.emrick.project.SyncTimeGUI
- timestampMillis - Variable in class org.emrick.project.effect.RFTrigger
- timestampMillis - Variable in class org.emrick.project.effect.RFTriggerGUI
- timestampPanel - Variable in class org.emrick.project.SyncTimeGUI
- timeSync - Variable in class org.emrick.project.MediaEditorGUI
- timeSync - Variable in class org.emrick.project.ScrubBarGUI
- timeSync - Variable in class org.emrick.project.serde.OldProjectFile
- timeSync - Variable in class org.emrick.project.serde.ProjectFile
- title - Variable in class org.emrick.project.effect.RFTrigger
- title - Variable in record class org.emrick.project.EffectsGroup
-
The field for the
title
record component. - title - Variable in class org.emrick.project.FlowViewGUI.FlowViewItem
- title - Variable in class org.emrick.project.SelectionGroupGUI.SelectionGroup
- title() - Method in record class org.emrick.project.EffectsGroup
-
Returns the value of the
title
record component. - titleButton - Variable in class org.emrick.project.SelectionGroupGUI.SelectionGroup
- titleField - Variable in class org.emrick.project.effect.RFTriggerGUI
- titleLabel - Variable in class org.emrick.project.FlowViewGUI.FlowViewItem
- titleLabel - Variable in class org.emrick.project.FlowViewGUI
- token - Variable in class org.emrick.project.MediaEditorGUI
- topSlider - Variable in class org.emrick.project.ScrubBarGUI
- toString() - Method in class org.emrick.project.Coordinate
- toString() - Method in class org.emrick.project.Drill
- toString() - Method in record class org.emrick.project.effect.Checkpoint
-
Returns a string representation of this record class.
- toString() - Method in class org.emrick.project.effect.CircleChaseEffect
- toString() - Method in class org.emrick.project.effect.Effect
- toString() - Method in record class org.emrick.project.EffectsGroup
-
Returns a string representation of this record class.
- toString() - Method in class org.emrick.project.LEDStrip
- toString() - Method in class org.emrick.project.Performer
- toString() - Method in class org.emrick.project.Set
- totalCounts - Variable in class org.emrick.project.ScrubBarGUI
- totalCounts - Variable in class org.emrick.project.SyncTimeGUI
- triggers - Variable in class org.emrick.project.TimelineGUI
- type - Variable in class org.emrick.project.SerialTransmitter
U
- ulArchiveButton - Variable in class org.emrick.project.SelectFileGUI
- ulArchiveFilename - Variable in class org.emrick.project.SelectFileGUI
- ulCoordsButton - Variable in class org.emrick.project.SelectFileGUI
- ulCoordsFilename - Variable in class org.emrick.project.SelectFileGUI
- ulCsvButton - Variable in class org.emrick.project.SelectFileGUI
- ulCsvFilename - Variable in class org.emrick.project.SelectFileGUI
- undo() - Method in class org.emrick.project.actions.CreateEffectAction
- undo() - Method in class org.emrick.project.actions.CreateEffectsAction
- undo() - Method in class org.emrick.project.actions.RemoveEffectAction
- undo() - Method in class org.emrick.project.actions.RemoveEffectsAction
- undo() - Method in class org.emrick.project.actions.ReplaceEffectAction
- undo() - Method in class org.emrick.project.actions.ReplaceEffectsAction
- undo() - Method in interface org.emrick.project.actions.UndoableAction
- undo() - Method in class org.emrick.project.actions.UpdateConfigAction
- undo() - Method in class org.emrick.project.actions.UpdateConfigsAction
- undo() - Method in class org.emrick.project.effect.EffectManager
- undo() - Method in class org.emrick.project.LEDConfigurationGUI
- UndoableAction - Interface in org.emrick.project.actions
- undoStack - Variable in class org.emrick.project.effect.EffectManager
- undoStack - Variable in class org.emrick.project.LEDConfigurationGUI
- unzip(String, String) - Static method in class org.emrick.project.Unzip
- unzip(ArrayList<String>, ArrayList<String>) - Static method in class org.emrick.project.Unzip
- Unzip - Class in org.emrick.project
- Unzip() - Constructor for class org.emrick.project.Unzip
- updateBtn - Variable in class org.emrick.project.effect.RFTriggerGUI
- UpdateConfigAction - Class in org.emrick.project.actions
- UpdateConfigAction(ArrayList<LEDConfigLEDStripMap>) - Constructor for class org.emrick.project.actions.UpdateConfigAction
- UpdateConfigsAction - Class in org.emrick.project.actions
- UpdateConfigsAction(ArrayList<PerformerConfigMap>, LEDConfigurationGUI) - Constructor for class org.emrick.project.actions.UpdateConfigsAction
- updateCurrSetCounts(String) - Method in class org.emrick.project.ScrubBarGUI
-
Call this method to update currSetBeginCount and currSetEndCount, which are important for displaying Count values on the bottom Scrub Bar.
- updateEffectViewPanel(EffectList) - Method in class org.emrick.project.MediaEditorGUI
-
Update the effect panel to display the currently selected effect
- updateLastCount() - Method in class org.emrick.project.ScrubBarGUI
-
Update lastCount field.
- updatePageTabCounts(Map<String, Integer>, int) - Method in class org.emrick.project.ScrubBarGUI
- updateRFTriggerButton() - Method in class org.emrick.project.MediaEditorGUI
-
Create a create/delete button depending on whether there is RF trigger at current count.
- updateTimelinePanel() - Method in class org.emrick.project.MediaEditorGUI
-
Update the timeline panel to show data relevant to the currently selected performers.
- upOrSide - Variable in class org.emrick.project.effect.Effect
- upRight - Variable in class org.emrick.project.effect.RippleEffect
- upRight - Variable in class org.emrick.project.effect.WaveEffect
- USE_COLORS - Variable in class org.emrick.project.MediaEditorGUI
- USE_DURATION - Variable in class org.emrick.project.effect.Effect
- USE_DURATION - Variable in class org.emrick.project.MediaEditorGUI
- useFps - Variable in class org.emrick.project.FootballFieldPanel
- useFps - Variable in class org.emrick.project.ScrubBarGUI
- UserAuthGUI - Class in org.emrick.project
- UserAuthGUI(JFrame, UserAuthListener) - Constructor for class org.emrick.project.UserAuthGUI
- userAuthListener - Variable in class org.emrick.project.UserAuthGUI
- UserAuthListener - Interface in org.emrick.project
- userHome - Variable in class org.emrick.project.MediaEditorGUI
- usernameField - Variable in class org.emrick.project.UserAuthGUI
- useStartDelay - Variable in class org.emrick.project.MediaEditorGUI
V
- value - Variable in class org.emrick.project.SyncTimeGUI.Pair
- value - Variable in class org.emrick.project.SyncTimeGUI.PairCountMS
- valueOf(String) - Static method in enum class org.emrick.project.effect.EffectList
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.emrick.project.effect.LightingDisplay.Function
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.emrick.project.FootballFieldPanel.SelectionMethod
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.emrick.project.effect.EffectList
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.emrick.project.effect.LightingDisplay.Function
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.emrick.project.FootballFieldPanel.SelectionMethod
-
Returns an array containing the constants of this enum class, in the order they are declared.
- varyBrightness - Variable in class org.emrick.project.effect.Effect
- varyBrightness - Variable in class org.emrick.project.effect.RandomNoiseEffect
- varyBrightnessBox - Variable in class org.emrick.project.effect.EffectGUI
- varyColor - Variable in class org.emrick.project.effect.Effect
- varyColor - Variable in class org.emrick.project.effect.RandomNoiseEffect
- varyColorBox - Variable in class org.emrick.project.effect.EffectGUI
- varyTime - Variable in class org.emrick.project.effect.Effect
- varyTime - Variable in class org.emrick.project.effect.RandomNoiseEffect
- varyTimeBox - Variable in class org.emrick.project.effect.EffectGUI
- verificationColor - Variable in class org.emrick.project.MediaEditorGUI
- VERIFY - Variable in class org.emrick.project.MediaEditorGUI
- vertical - Variable in class org.emrick.project.effect.RippleEffect
- vertical - Variable in class org.emrick.project.effect.WaveEffect
- vMovementField - Variable in class org.emrick.project.effect.EffectGUI
- vOffset - Variable in class org.emrick.project.actions.LEDConfig
W
- WAVE - Enum constant in enum class org.emrick.project.effect.EffectList
- waveColor - Variable in class org.emrick.project.effect.RippleEffect
- waveColor - Variable in class org.emrick.project.effect.WaveEffect
- waveColorLabel - Variable in class org.emrick.project.effect.EffectGUI
- WaveEffect - Class in org.emrick.project.effect
- WaveEffect(long, long, Color, Color, Duration, double, boolean, boolean, int) - Constructor for class org.emrick.project.effect.WaveEffect
- webServerFrame - Variable in class org.emrick.project.MediaEditorGUI
- wholePerformer - Variable in class org.emrick.project.effect.EffectGUI
- width - Variable in class org.emrick.project.actions.LEDConfig
- width - Variable in class org.emrick.project.effect.Effect
- width - Variable in class org.emrick.project.effect.GridEffect
- windowListener - Variable in class org.emrick.project.MediaEditorGUI
- wrap(String) - Static method in class org.emrick.project.FlowViewGUI.FlowViewItem
- write(JsonWriter, Color) - Method in class org.emrick.project.serde.ColorAdapter
- write(JsonWriter, Point2D) - Method in class org.emrick.project.serde.Point2DAdapter
- write(JsonWriter, Duration) - Method in class org.emrick.project.serde.DurationAdapter
- write(JsonWriter, JButton) - Method in class org.emrick.project.serde.JButtonAdapter
- write(JsonWriter, GeneratedEffect) - Method in class org.emrick.project.serde.GeneratedEffectAdapter
- write(JsonWriter, SyncTimeGUI.Pair) - Method in class org.emrick.project.serde.PairAdapter
- writeBoardID(String, String) - Method in class org.emrick.project.SerialTransmitter
- writeColorCheck(Color) - Method in class org.emrick.project.SerialTransmitter
- writeLEDCount(String) - Method in class org.emrick.project.SerialTransmitter
- writeSet(int, boolean) - Method in class org.emrick.project.SerialTransmitter
- writeSysMsg(String) - Method in class org.emrick.project.MediaEditorGUI
-
Writes a system message in the top right of the screen
- writeToSerialPort(String) - Method in class org.emrick.project.SerialTransmitter
X
- x - Variable in class org.emrick.project.Coordinate
Y
- y - Variable in class org.emrick.project.Coordinate
Z
- zip(ArrayList<String>, String, boolean) - Static method in class org.emrick.project.Unzip
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form