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

S

save(byte[]) - Method in class nl.kevinjilissen.ledcontroller.controller.Controller
Generates the data of this controller which should be stored on the microcontroller.
SAVE_COMMAND - Static variable in class nl.kevinjilissen.ledcontroller.SharedConstants
 
saveStrip(byte) - Method in class nl.kevinjilissen.ledcontroller.ControllerThread
Saves the data of the strip on the microcontroller for the given pin.
SaveTask - Class in nl.kevinjilissen.ledcontroller.task
 
SaveTask(byte) - Constructor for class nl.kevinjilissen.ledcontroller.task.SaveTask
 
setBrightness(byte) - Method in class nl.kevinjilissen.ledcontroller.LEDStrip
Sets the brightness of the strip in a range from 0 to 255 as a signed byte.
setColor(int, Color) - Method in class nl.kevinjilissen.ledcontroller.LEDStrip
Sets the color of the LED at the given index to the given Color.
setColor(int, byte, byte, byte) - Method in class nl.kevinjilissen.ledcontroller.LEDStrip
Sets the color of the LED at the given index to the given Color.
setColors(Color) - Method in class nl.kevinjilissen.ledcontroller.LEDStrip
Sets the color of the complete strip to the given Color.
setColors(byte, byte, byte) - Method in class nl.kevinjilissen.ledcontroller.LEDStrip
Sets the color of the complete strip to the given Color.
setController(Controller) - Method in class nl.kevinjilissen.ledcontroller.LEDStrip
Sets the controller of this strip.
setDevider(int) - Static method in class nl.kevinjilissen.ledcontroller.AmbilightProvider
Sets the devider value used for internal logic.
setDirty(boolean) - Method in class nl.kevinjilissen.ledcontroller.LEDStrip
Sets the dirty flag of this LED strip.
setFrequenty(StripFrequenty) - Method in class nl.kevinjilissen.ledcontroller.LEDStrip
 
setIBlue(byte) - Method in class nl.kevinjilissen.ledcontroller.LEDStrip
Sets the blue byte of the initial color of this strip.
setIColor(Color) - Method in class nl.kevinjilissen.ledcontroller.LEDStrip
Sets the initial color of this strip.
setIGreen(byte) - Method in class nl.kevinjilissen.ledcontroller.LEDStrip
Sets the green byte of the initial color of this strip.
setIRed(byte) - Method in class nl.kevinjilissen.ledcontroller.LEDStrip
Sets the red byte of the initial color of this strip.
setLength(int) - Method in class nl.kevinjilissen.ledcontroller.LEDStrip
Sets the amount of LED pixels of this LED strip.
setLoading(boolean) - Method in class nl.kevinjilissen.ledcontroller.LEDStrip
Sets the loading flag of this LED strip.
setMax(int) - Method in class nl.kevinjilissen.ledcontroller.javafx.IntegerField
Sets the maximum value of the integer field.
setMin(int) - Method in class nl.kevinjilissen.ledcontroller.javafx.IntegerField
Sets the minimum value of the integer field.
setProvideAmbilight(boolean) - Method in class nl.kevinjilissen.ledcontroller.ControllerThread
Sets the enabled flag of the ambilight provider.
setStrip(LEDStrip) - Method in class nl.kevinjilissen.ledcontroller.javafx.StripDisplay
Sets the currently visualized strip.
Settings - Class in nl.kevinjilissen.ledcontroller
 
setType(StripType) - Method in class nl.kevinjilissen.ledcontroller.LEDStrip
 
setValue(int) - Method in class nl.kevinjilissen.ledcontroller.javafx.IntegerField
Sets the current value in this integer field.
SharedConstants - Class in nl.kevinjilissen.ledcontroller
 
SharedConstants() - Constructor for class nl.kevinjilissen.ledcontroller.SharedConstants
 
SHOW_COMMAND - Static variable in class nl.kevinjilissen.ledcontroller.SharedConstants
 
start(Stage) - Method in class nl.kevinjilissen.ledcontroller.LedController
 
StripDisplay - Class in nl.kevinjilissen.ledcontroller.javafx
An extension of the Canvas class to visualize the current colors of a LED strip.
StripDisplay(int, int) - Constructor for class nl.kevinjilissen.ledcontroller.javafx.StripDisplay
Creates a new strip view instance.
StripFrequenty - Enum in nl.kevinjilissen.ledcontroller
 
StripType - Enum in nl.kevinjilissen.ledcontroller
 
A B C E F G H I L M N P R S T U V 
Skip navigation links