Uses of Enum Class
heronarts.lx.LX.Media
Packages that use LX.Media
-
Uses of LX.Media in heronarts.lx
Methods in heronarts.lx that return LX.MediaModifier and TypeMethodDescriptionstatic LX.Media
Returns the enum constant of this class with the specified name.static LX.Media[]
LX.Media.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in heronarts.lx with parameters of type LX.MediaModifier and TypeMethodDescriptionLX.getMediaFile
(LX.Media type, String path) Retrieves a file handle to a file that can be saved.LX.getMediaFile
(LX.Media type, String path, boolean create) Retrieves a file handle to a file that can be saved.LX.getMediaFolder
(LX.Media type) Retrieves a file handle to the folder used to store the given type of mediaLX.getMediaFolder
(LX.Media type, boolean create) Retrieves a file handle to the folder used to store the given type of mediaLX.getMediaPath
(LX.Media type, File file) Gets the path to a file relative to a base media path.