Package-level declarations
Types
Link copied to clipboard
class BuiltinTemplates
Link copied to clipboard
Default 'do-nothing' transcoder
Link copied to clipboard
data class FileFormat<T>(val canonicalName: String, val extensions: Array<String>, val canRead: Boolean, val canWrite: Boolean, val basis: String?, val formatKey: String, val transcoder: Transcoder<T>)
A file format which is often specified by a single definition or a single suffix. For example, PNG can be a file type and is a different file type from JPEG.
Link copied to clipboard
object ImageDisplayer
A displayer that can display bitmap image data on screen via the Displayer builtin to the maestro
Link copied to clipboard
Represents a set of values to replace using the interpolate function
Link copied to clipboard
Represents a supplier for a value Any
Link copied to clipboard
object TextDisplayer
A displayer that can display simple raw text data on screen.
Link copied to clipboard
A boxed transcoder that is used to handle esoteric formats, see FileFormat description for more information
Link copied to clipboard
object WatchdogInfoDisplayer
A builtin displayer that can display the information held by Maestro.folders in a nice tree based data structure.