- LazyGui - Class in com.krab.lazy
-
Main class for controlling the GUI from a processing sketch.
- LazyGui(PApplet) - Constructor for class com.krab.lazy.LazyGui
-
Main constructor for the LazyGui object which acts as a central hub for all GUI related methods.
- LazyGui(PApplet, LazyGuiSettings) - Constructor for class com.krab.lazy.LazyGui
-
Constructor for the LazyGui object which acts as a central hub for all GUI related methods.
- LazyGuiSettings - Class in com.krab.lazy
-
Settings to apply once inside the main LazyGui constructor on startup before loading any saves that might overwrite them.
- LazyGuiSettings() - Constructor for class com.krab.lazy.LazyGuiSettings
-
Constructor, call this before any other function here.
- loadSave(String) - Method in class com.krab.lazy.LazyGui
-
Loads a save file from disk, overwriting the current values in the running gui whose gui paths match with the saved elements.