Module eu.hansolo.medusa
Package eu.hansolo.medusa
Class SectionBuilder<B extends SectionBuilder<B>>
java.lang.Object
eu.hansolo.medusa.SectionBuilder<B>
Created by hansolo on 20.12.15.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal Sectionbuild()final Bcolor(javafx.scene.paint.Color COLOR) static final SectionBuildercreate()final BhighlightColor(javafx.scene.paint.Color COLOR) final Bicon(javafx.scene.image.Image IMAGE) final BonSectionEntered(javafx.event.EventHandler<Section.SectionEvent> HANDLER) final BonSectionLeft(javafx.event.EventHandler<Section.SectionEvent> HANDLER) final Bstart(double VALUE) final Bstop(double VALUE) final BstyleClass(String STYLE_CLASS) final Bfinal BtextColor(javafx.scene.paint.Color COLOR)
-
Constructor Details
-
SectionBuilder
protected SectionBuilder()
-
-
Method Details
-
create
-
start
-
stop
-
text
-
icon
-
color
-
highlightColor
-
textColor
-
styleClass
-
onSectionEntered
-
onSectionLeft
-
build
-