public class LedBuilder<B extends LedBuilder<B>>
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
LedBuilder() |
Modifier and Type | Method and Description |
---|---|
LedBuilder |
blinking(boolean BLINKING) |
Led |
build() |
LedBuilder |
color(javafx.scene.paint.Color LED_COLOR) |
static LedBuilder |
create() |
LedBuilder |
frameVisible(boolean FRAME_VISIBLE) |
B |
layoutX(double LAYOUT_X) |
B |
layoutY(double LAYOUT_Y) |
LedBuilder |
on(boolean ON) |
B |
prefHeight(double PREF_HEIGHT) |
B |
prefWidth(double PREF_WIDTH) |
LedBuilder |
type(Led.Type TYPE) |
public static final LedBuilder create()
public final LedBuilder color(javafx.scene.paint.Color LED_COLOR)
public final LedBuilder type(Led.Type TYPE)
public final LedBuilder on(boolean ON)
public final LedBuilder frameVisible(boolean FRAME_VISIBLE)
public final LedBuilder blinking(boolean BLINKING)
public final B prefWidth(double PREF_WIDTH)
public final B prefHeight(double PREF_HEIGHT)
public final B layoutX(double LAYOUT_X)
public final B layoutY(double LAYOUT_Y)
public final Led build()