- LAreaChart - Class in lev.gui
-
- LAreaChart(String, Dimension, Color, Color, String, String) - Constructor for class lev.gui.LAreaChart
-
- last - Variable in class lev.gui.LPanel
-
Reference to the position of the last-added setting or component added
using Add() or AddSetting()
- lastElement() - Method in class lev.gui.SortedListModel
-
- LButton - Class in lev.gui
-
A customized JButton used by Leviathan in GUIs.
- LButton(String) - Constructor for class lev.gui.LButton
-
- LButton(String, Dimension) - Constructor for class lev.gui.LButton
-
- LButton(String, int, int) - Constructor for class lev.gui.LButton
-
- LButton(String, Dimension, Point) - Constructor for class lev.gui.LButton
-
- LButton(String, Point) - Constructor for class lev.gui.LButton
-
- LByteChannel - Class in lev
-
- LByteChannel() - Constructor for class lev.LByteChannel
-
- LByteChannel(byte[]) - Constructor for class lev.LByteChannel
-
- LByteSearcher - Class in lev
-
- LByteSearcher(byte[]...) - Constructor for class lev.LByteSearcher
-
Creates a searcher object that will look for the given target bytes.
- LByteSearcher(int) - Constructor for class lev.LByteSearcher
-
Creates a search object that will look for the target int.
- LCenterPanel - Class in lev.gui
-
- LCenterPanel() - Constructor for class lev.gui.LCenterPanel
-
- LChart - Class in lev.gui
-
- LChart(String, Dimension) - Constructor for class lev.gui.LChart
-
- LCheckBox - Class in lev.gui
-
- LCheckBox(String, Font, Color) - Constructor for class lev.gui.LCheckBox
-
- LCheckBoxConfig - Class in lev.gui
-
- LCheckBoxConfig(String) - Constructor for class lev.gui.LCheckBoxConfig
-
- LCheckBoxConfig(String, int, int, Color, LHelpPanel, LSaveFile, Enum) - Constructor for class lev.gui.LCheckBoxConfig
-
- LCheckBoxConfig.LSpecialCheckBox - Class in lev.gui
-
- LCheckBoxConfig.LSpecialCheckBox(String, Font, Color, LHelpComponent) - Constructor for class lev.gui.LCheckBoxConfig.LSpecialCheckBox
-
- LCheckBoxConfig.UpdateHelpActionHandler - Class in lev.gui
-
- LCheckBoxConfig.UpdateHelpActionHandler() - Constructor for class lev.gui.LCheckBoxConfig.UpdateHelpActionHandler
-
- lcm(int, int) - Static method in class lev.Ln
-
Returns least common multiple
- lcmm(int...) - Static method in class lev.Ln
-
Returns least common multiple
- LColorSetting - Class in lev.gui
-
- LColorSetting(String, Font, Color, Color) - Constructor for class lev.gui.LColorSetting
-
- LComboBox<T> - Class in lev.gui
-
- LComboBox(String) - Constructor for class lev.gui.LComboBox
-
- LComboBox(String, Font, Color) - Constructor for class lev.gui.LComboBox
-
- LComboSearchBox<T> - Class in lev.gui
-
- LComboSearchBox(String, Font, Color) - Constructor for class lev.gui.LComboSearchBox
-
- LComponent - Class in lev.gui
-
- LComponent() - Constructor for class lev.gui.LComponent
-
- LDebug - Class in lev.debug
-
- LDebug(String, int) - Constructor for class lev.debug.LDebug
-
Creates a debug log at the path desired, and with the given character
space for the header text.
- LDebug() - Constructor for class lev.debug.LDebug
-
- LDoubleSetting - Class in lev.gui
-
- LDoubleSetting(String, Font, Color, double, double, double) - Constructor for class lev.gui.LDoubleSetting
-
- LDoubleSpinner - Class in lev.gui
-
- LDoubleSpinner(String, double, double, double, double, int) - Constructor for class lev.gui.LDoubleSpinner
-
- LEditorPane - Class in lev.gui
-
- LEditorPane() - Constructor for class lev.gui.LEditorPane
-
- length() - Method in class lev.LFlags
-
- lev - package lev
-
- lev.debug - package lev.debug
-
- lev.gui - package lev.gui
-
- lev.gui.resources - package lev.gui.resources
-
- LExport - Class in lev
-
- LExport(File) - Constructor for class lev.LExport
-
- LExport(String) - Constructor for class lev.LExport
-
- LFileTree - Class in lev.gui
-
A structure to store and print file / directory contents.
- LFileTree() - Constructor for class lev.gui.LFileTree
-
- LFlags - Class in lev
-
An object that is meant to hold a set of boolean flags.
- LFlags(int) - Constructor for class lev.LFlags
-
- LFlags(byte[]) - Constructor for class lev.LFlags
-
- LFlags(LFlags) - Constructor for class lev.LFlags
-
- LFonts - Class in lev.gui.resources
-
Collection of embedded fonts that can be used.
- LFonts() - Constructor for class lev.gui.resources.LFonts
-
- LFrame - Class in lev.gui
-
- LFrame(String) - Constructor for class lev.gui.LFrame
-
- Lg - Class in lev.gui
-
GUI related nifty functions
- Lg() - Constructor for class lev.gui.Lg
-
- LGlobal - Class in lev
-
- LGlobal() - Constructor for class lev.LGlobal
-
- LHelpComponent - Class in lev.gui
-
A GUI component that updates a help panel with text.
- LHelpComponent(String) - Constructor for class lev.gui.LHelpComponent
-
- LHelpComponent.HelpActionHandler - Class in lev.gui
-
- LHelpComponent.HelpActionHandler() - Constructor for class lev.gui.LHelpComponent.HelpActionHandler
-
- LHelpComponent.HelpFocusHandler - Class in lev.gui
-
- LHelpComponent.HelpFocusHandler() - Constructor for class lev.gui.LHelpComponent.HelpFocusHandler
-
- LHelpComponent.HelpMouseHandler - Class in lev.gui
-
- LHelpComponent.HelpMouseHandler() - Constructor for class lev.gui.LHelpComponent.HelpMouseHandler
-
- LHelpPanel - Class in lev.gui
-
A panel that displays help information.
- LHelpPanel(Rectangle, Font, Color, Color, Image, int) - Constructor for class lev.gui.LHelpPanel
-
- LHTMLPane - Class in lev.gui
-
- LHTMLPane() - Constructor for class lev.gui.LHTMLPane
-
- LImagePane - Class in lev.gui
-
A customized JPanel that has a background image.
- LImagePane() - Constructor for class lev.gui.LImagePane
-
Creates an image pane with no set image.
- LImagePane(File) - Constructor for class lev.gui.LImagePane
-
- LImagePane(String) - Constructor for class lev.gui.LImagePane
-
- LImagePane(BufferedImage) - Constructor for class lev.gui.LImagePane
-
- LImagePane(URL) - Constructor for class lev.gui.LImagePane
-
- LImages - Class in lev.gui.resources
-
Collection of embedded images to be used in GUIs.
- LImages() - Constructor for class lev.gui.resources.LImages
-
- LImport - Class in lev
-
- LImport() - Constructor for class lev.LImport
-
- LInChannel - Class in lev
-
A FileChannel setup that supports easy extraction/getting of information.
- LInChannel() - Constructor for class lev.LInChannel
-
- LInChannel(String) - Constructor for class lev.LInChannel
-
- LInChannel(File) - Constructor for class lev.LInChannel
-
- LInChannel(LInChannel, long) - Constructor for class lev.LInChannel
-
- line() - Method in class lev.debug.LDebug
-
- linkTo(Enum, LSaveFile, LHelpPanel, boolean) - Method in class lev.gui.LDoubleSetting
-
- linkTo(Enum, LSaveFile, LHelpPanel, boolean) - Method in class lev.gui.LHelpComponent
-
Sets the target help panel, and sets the help info to the setting's
helpInfo in the savefile.
- linkTo(Enum, LSaveFile, LHelpPanel, boolean) - Method in class lev.gui.LNumericSetting
-
- list - Variable in class lev.gui.LList
-
- LLabel - Class in lev.gui
-
A customized JLabel that is used by Leviathan for GUIs.
- LLabel(String, Font, Color) - Constructor for class lev.gui.LLabel
-
- LList<T> - Class in lev.gui
-
- LList(String) - Constructor for class lev.gui.LList
-
- LLogger - Class in lev.debug
-
A debug log package that offers several locations and options for outputting
debug information.
- LLogger(String) - Constructor for class lev.debug.LLogger
-
- LMenuItem - Class in lev.gui
-
- LMenuItem(String) - Constructor for class lev.gui.LMenuItem
-
- LMergable - Interface in lev
-
- LMergeList<T extends LMergable> - Class in lev
-
An arrayList that holds LMergable objects that have a special
merge function, that allows for adding the list without replacing the old.
- LMergeList() - Constructor for class lev.LMergeList
-
- LMergeMap<K,V> - Class in lev
-
A map which has values which are ArrayLists of type V.
- LMergeMap(Boolean) - Constructor for class lev.LMergeMap
-
- LMergeMap(Boolean, Boolean) - Constructor for class lev.LMergeMap
-
- Ln - Class in lev
-
- Ln() - Constructor for class lev.Ln
-
- LNumericSetting - Class in lev.gui
-
- LNumericSetting(String, Font, Color, int, Integer, int) - Constructor for class lev.gui.LNumericSetting
-
- loadClasses(File, boolean) - Static method in class lev.Ln
-
loads all classes in a jar.
- loadFileToStrings(File, boolean) - Static method in class lev.Ln
-
Opens a file and loads in each line.
- loadFileToStrings(String, boolean) - Static method in class lev.Ln
-
Opens a file and loads in each line.
- location - Variable in class lev.gui.LSaveFile
-
- log(String, String...) - Method in class lev.debug.LLogger
-
Logs to the asynchronous log.
- logError(String, String...) - Method in class lev.debug.LLogger
-
Logs an error message on both to the sync log and to the main overview
log.
- logException(Throwable) - Method in class lev.debug.LLogger
-
Used for printing exception stack data to logs.
- logging() - Method in class lev.debug.LLogger
-
- logging(Boolean) - Method in class lev.debug.LLogger
-
Turns the LLogger on/off.
- loggingAsync() - Method in class lev.debug.LLogger
-
- loggingAsync(Boolean) - Method in class lev.debug.LLogger
-
Turns the LLogger async log on/off.
- loggingSync() - Method in class lev.debug.LLogger
-
- loggingSync(Boolean) - Method in class lev.debug.LLogger
-
Turns the LLogger sync log on/off.
- logMain(String, String...) - Method in class lev.debug.LLogger
-
Outputs a message to the main debug overview log.
- logSpecial(Enum, String, String...) - Method in class lev.debug.LLogger
-
Logs to a special log based on the given enum.
- logSync(String, String...) - Method in class lev.debug.LLogger
-
A function that will log messages to the synchronized log if the syncing
flag is on.
- LOutChannel - Class in lev
-
- LOutChannel(String) - Constructor for class lev.LOutChannel
-
- LOutChannel(File) - Constructor for class lev.LOutChannel
-
- LOutFile - Class in lev
-
A BufferedOutputStream with easy to use write functions.
- LOutFile(File) - Constructor for class lev.LOutFile
-
- LOutFile(String) - Constructor for class lev.LOutFile
-
- LPair<A,B> - Class in lev
-
- LPair(A, B) - Constructor for class lev.LPair
-
- LPanel - Class in lev.gui
-
- LPanel() - Constructor for class lev.gui.LPanel
-
- LPanel(Rectangle) - Constructor for class lev.gui.LPanel
-
- LPanel(int, int) - Constructor for class lev.gui.LPanel
-
- LPanel.Align - Enum in lev.gui
-
- LProgressBar - Class in lev.gui
-
- LProgressBar(int, int, Font, Color) - Constructor for class lev.gui.LProgressBar
-
- LProgressBarFrame - Class in lev.gui
-
A GUI window frame for LProgress bar.
- LProgressBarFrame(Font, Color, Font, Color) - Constructor for class lev.gui.LProgressBarFrame
-
- LProgressBarInterface - Interface in lev.gui
-
Interface that SkyProc expects and uses for progress bars.
To get progress bar updates from SkyProc importing/exporting, create your own
progress bar GUI, and implement this interface.
- LSaveFile - Class in lev.gui
-
A class that manages importing/exporting of save files, as well as providing
methods for LUserSetting GUI components to automatically update tied
settings.
NOTE:
The in-game parameters currently have no effect at the moment.
- LSaveFile(File) - Constructor for class lev.gui.LSaveFile
-
- LSaveFile(String) - Constructor for class lev.gui.LSaveFile
-
- LScrollPane - Class in lev.gui
-
- LScrollPane(Component) - Constructor for class lev.gui.LScrollPane
-
- LShrinkArray - Class in lev
-
A special array with artificial min/max bounds.
- LShrinkArray(byte[]) - Constructor for class lev.LShrinkArray
-
Wraps bytes in a ShrinkArray.
- LShrinkArray(ByteBuffer) - Constructor for class lev.LShrinkArray
-
Wraps ByteBuffer in a ShrinkArray.
- LShrinkArray(LImport, int) - Constructor for class lev.LShrinkArray
-
Creates a new ShrinkArray based on the same underlying array, starting at
the same beginning index of the rhs LImport, but with an upper limit
of high.
- LShrinkArray(LShrinkArray) - Constructor for class lev.LShrinkArray
-
- LShrinkArray(File) - Constructor for class lev.LShrinkArray
-
Loads in a file as raw data and wraps it in a ShrinkArray.
- LSlider - Class in lev.gui
-
- LSlider(String, Font, Color, int, int, int) - Constructor for class lev.gui.LSlider
-
- LSpinner - Class in lev.gui
-
- LSpinner(String, int, int, int, int, int) - Constructor for class lev.gui.LSpinner
-
- LStringSearcher - Class in lev
-
A helper object that manages searching a stream for targets.
To use an LStringSearcher:
1) Create one with the targets desired.
2) read single ints from your stream and feed it to the next() functions
3) If a non-empty string is returned, then it is the target that was found.
- LStringSearcher(String...) - Constructor for class lev.LStringSearcher
-
Creates an LStringSearcher object that will look for the given target strings.
- LSwingTreeNode - Class in lev.gui
-
- LSwingTreeNode() - Constructor for class lev.gui.LSwingTreeNode
-
- LSwingWorker<T,E> - Class in lev.gui
-
- LSwingWorker(boolean) - Constructor for class lev.gui.LSwingWorker
-
- LTextArea - Class in lev.gui
-
A customized Text Pane used by Leviathan for GUIs.
- LTextArea(Dimension, Color) - Constructor for class lev.gui.LTextArea
-
- LTextArea(int, int, Color) - Constructor for class lev.gui.LTextArea
-
- LTextArea(Color) - Constructor for class lev.gui.LTextArea
-
- LTextField - Class in lev.gui
-
- LTextField(String, Font, Color) - Constructor for class lev.gui.LTextField
-
- LTextField(String) - Constructor for class lev.gui.LTextField
-
- LTextPane - Class in lev.gui
-
A customized Text Pane used by Leviathan for GUIs.
- LTextPane(Color) - Constructor for class lev.gui.LTextPane
-
- LTextPane() - Constructor for class lev.gui.LTextPane
-
- LTextPane(int, int, Color) - Constructor for class lev.gui.LTextPane
-
- LTextPane(Dimension, Color) - Constructor for class lev.gui.LTextPane
-
- LTree - Class in lev.gui
-
- LTree(int, int) - Constructor for class lev.gui.LTree
-
- LTree() - Constructor for class lev.gui.LTree
-
- LUserSetting<T> - Class in lev.gui
-
A GUI component that can be tied to a Setting in a SaveFile.
- LUserSetting(String) - Constructor for class lev.gui.LUserSetting
-
Creates a user setting component that doesn't use the label.
- LUserSetting(String, Font, Color) - Constructor for class lev.gui.LUserSetting
-
Creates a user setting component that uses the label.
- LUserSetting.UpdateCaretHandler - Class in lev.gui
-
Handler that will update the savefile to the GUI's value
- LUserSetting.UpdateCaretHandler() - Constructor for class lev.gui.LUserSetting.UpdateCaretHandler
-
- LUserSetting.UpdateChangeHandler - Class in lev.gui
-
Handler that will update the savefile to the GUI's value
- LUserSetting.UpdateChangeHandler() - Constructor for class lev.gui.LUserSetting.UpdateChangeHandler
-
- LUserSetting.UpdateHandler - Class in lev.gui
-
Handler that will update the savefile to the GUI's value
- LUserSetting.UpdateHandler() - Constructor for class lev.gui.LUserSetting.UpdateHandler
-