jar

com.github.maikwolf : Luxafor

Maven & Gradle

Aug 08, 2018
4 stars

Luxafor · A simple java library that provides simple API to control Luxafor devices

Table Of Contents

Latest Version

Download com.github.maikwolf : Luxafor JAR file - Latest Versions:

All Versions

Download com.github.maikwolf : Luxafor JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window Luxafor-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

de.mwolf.luxaforapi.command

├─ de.mwolf.luxaforapi.command.ColorCommand.class - [JAR]

├─ de.mwolf.luxaforapi.command.Command.class - [JAR]

├─ de.mwolf.luxaforapi.command.FadeCommand.class - [JAR]

├─ de.mwolf.luxaforapi.command.OffCommand.class - [JAR]

├─ de.mwolf.luxaforapi.command.PatternCommand.class - [JAR]

├─ de.mwolf.luxaforapi.command.StrobeCommand.class - [JAR]

├─ de.mwolf.luxaforapi.command.WaveCommand.class - [JAR]

de.mwolf.luxaforapi.device.luxafor

├─ de.mwolf.luxaforapi.device.luxafor.Led.class - [JAR]

├─ de.mwolf.luxaforapi.device.luxafor.LuxaforDevice.class - [JAR]

de.mwolf.luxaforapi.type

├─ de.mwolf.luxaforapi.type.Pattern.class - [JAR]

├─ de.mwolf.luxaforapi.type.Wave.class - [JAR]

de.mwolf.luxaforapi.device

├─ de.mwolf.luxaforapi.device.Device.class - [JAR]

├─ de.mwolf.luxaforapi.device.DeviceSpec.class - [JAR]

├─ de.mwolf.luxaforapi.device.Devices.class - [JAR]

de.mwolf.luxaforapi.exception

├─ de.mwolf.luxaforapi.exception.LuxaforException.class - [JAR]

de.mwolf.luxaforapi.color

├─ de.mwolf.luxaforapi.color.Color.class - [JAR]

├─ de.mwolf.luxaforapi.color.Colors.class - [JAR]

Advertisement