Class | Description |
---|---|
ArrayUtility |
Class used to convert array types (int[] -> bytep[], bytep[] -> int[] etc.).
|
ClasspathChecker |
Used to help recognize when JMF is in the classpath ahead of FMJ.
|
ControlCollection |
Maintains a list of Control objects.
|
FmjLoggingFormatter |
Copied and modified from SimpleFormatter, to not use the date/class line.
|
FmjStartup |
Perform default initialization of FMJ/JMF/logging for an FMJ application.
|
FormatArgUtils |
A class for converting Format objects to and from strings that can be used as arguments
in command-line programs, or as parameters in URLs.
|
FormatUtils |
Utilities to help implement Format subclasses.
|
FPSCounter |
Utility for measuring FPS, used for benchmarking and optimization.
|
IOUtils |
I/O utilities.
|
JmfUtility |
Helper class to do certain JMF-specific things.
|
LoggerSingleton |
Logger for use by all of FMJ.
|
LoggingStringUtils |
Useful for converting JMF/FMJ objects to strings for logging.
|
PlugInInfo |
Holds information about a plugin.
|
PlugInUtility |
Helper class to register plugins with the PlugInManager, but only requiring the class name.
|
RingBuffer |
RingBuffer
|
SerializationUtils |
Utilities for serializing/de-serializing objects using standard Java serialization.
|
URLUtils |
URL utilities.
|
Assorted utility classes