Skip navigation links
A B C E F G H I L M N P R S T U V 

G

getBlue(double) - Static method in class nl.kevinjilissen.ledcontroller.AmbilightProvider
Gets the blue value of the screen.
getBlue(Color) - Static method in class nl.kevinjilissen.ledcontroller.Utils
Extracts the blue value out of a Color object.
getBlueData() - Method in class nl.kevinjilissen.ledcontroller.LEDStrip
Gets the internal array of all blue bytes.
getBrightness() - Method in class nl.kevinjilissen.ledcontroller.LEDStrip
Gets the brightness of the strip in a range from 0 to 255 as a signed byte.
getBrightness() - Method in class nl.kevinjilissen.ledcontroller.task.BrightnessTask
 
getColor(int) - Method in class nl.kevinjilissen.ledcontroller.LEDStrip
Gets the color of the strip at the given index.
getColor(byte, byte, byte) - Static method in class nl.kevinjilissen.ledcontroller.Utils
Creates a new instance of a Color object with the given color values.
getController(LEDStrip, int) - Static method in class nl.kevinjilissen.ledcontroller.controller.ControllerRegister
Gets an instance of a controller with the given ID for a specific LED strip.
getController() - Method in class nl.kevinjilissen.ledcontroller.LEDStrip
Gets the controller of this strip.
getControllerNames() - Static method in class nl.kevinjilissen.ledcontroller.controller.ControllerRegister
Creates a array of strings containing the names of all registered controllers.
getDivider() - Static method in class nl.kevinjilissen.ledcontroller.AmbilightProvider
Gets the devider value used for internal logic.
getDouble(byte[], int) - Static method in class nl.kevinjilissen.ledcontroller.Utils
Gets the double primitive value for the given byte array.
getDoubleBytes(double, byte[], int) - Static method in class nl.kevinjilissen.ledcontroller.Utils
Gets the bytes of a double primitive and stores them in the given array.
getFrequenty() - Method in class nl.kevinjilissen.ledcontroller.LEDStrip
 
getGreen(double) - Static method in class nl.kevinjilissen.ledcontroller.AmbilightProvider
Gets the green value of the screen.
getGreen(Color) - Static method in class nl.kevinjilissen.ledcontroller.Utils
Extracts the green value out of a Color object.
getGreenData() - Method in class nl.kevinjilissen.ledcontroller.LEDStrip
Gets the internal array of all green bytes.
getIBlue() - Method in class nl.kevinjilissen.ledcontroller.LEDStrip
Gets the blue byte of the initial color of this strip.
getIColor() - Method in class nl.kevinjilissen.ledcontroller.LEDStrip
Gets the initial color of this strip.
getID(String) - Static method in class nl.kevinjilissen.ledcontroller.controller.ControllerRegister
Gets the ID of the controller type with the given class name.
getIGreen() - Method in class nl.kevinjilissen.ledcontroller.LEDStrip
Gets the green byte of the initial color of this strip.
getInt(byte[], int) - Static method in class nl.kevinjilissen.ledcontroller.Utils
Gets the integer primitive value for the given byte array.
getIntBytes(int, byte[], int) - Static method in class nl.kevinjilissen.ledcontroller.Utils
Gets the bytes of an integer primitive and stores them in the given array.
getIRed() - Method in class nl.kevinjilissen.ledcontroller.LEDStrip
Gets the red byte of the initial color of this strip.
getLength() - Method in class nl.kevinjilissen.ledcontroller.LEDStrip
Gets the amount of LED pixels of this LED strip.
getLong(byte[], int) - Static method in class nl.kevinjilissen.ledcontroller.Utils
Gets the long primitive value for the given byte array.
getLongBytes(long, byte[], int) - Static method in class nl.kevinjilissen.ledcontroller.Utils
Gets the bytes of a long primitive and stores them in the given array.
getMax() - Method in class nl.kevinjilissen.ledcontroller.javafx.IntegerField
Gets the minimum value of the integer field.
getMin() - Method in class nl.kevinjilissen.ledcontroller.javafx.IntegerField
Gets the minimum value of the integer field.
getPin() - Method in class nl.kevinjilissen.ledcontroller.LEDStrip
Gets the pin on the microcontroller this LED strip is connected to.
getPin() - Method in class nl.kevinjilissen.ledcontroller.task.BrightnessTask
 
getPin() - Method in class nl.kevinjilissen.ledcontroller.task.LoadTask
 
getPin() - Method in class nl.kevinjilissen.ledcontroller.task.SaveTask
 
getRed(double) - Static method in class nl.kevinjilissen.ledcontroller.AmbilightProvider
Gets the red value of the screen.
getRed(Color) - Static method in class nl.kevinjilissen.ledcontroller.Utils
Extracts the red value out of a Color object.
getRedData() - Method in class nl.kevinjilissen.ledcontroller.LEDStrip
Gets the internal array of all red bytes.
getStrip() - Method in class nl.kevinjilissen.ledcontroller.controller.Controller
Gets the reference to the strip this controller is for.
getStrip(byte) - Method in class nl.kevinjilissen.ledcontroller.ControllerThread
Gets the LEDStrip instance of the given pin.
getStrip() - Method in class nl.kevinjilissen.ledcontroller.javafx.StripDisplay
Gets the currently visualized strip.
getTPS() - Method in class nl.kevinjilissen.ledcontroller.ControllerThread
Gets the ticks per second rate of the controller thread.
getType() - Method in class nl.kevinjilissen.ledcontroller.LEDStrip
Gets the type of LEDs on this strip.
getValue() - Method in class nl.kevinjilissen.ledcontroller.javafx.IntegerField
Gets the value currently in this integer field.
A B C E F G H I L M N P R S T U V 
Skip navigation links