Class SectionBuilder<B extends SectionBuilder<B>>

java.lang.Object
eu.hansolo.medusa.SectionBuilder<B>

public class SectionBuilder<B extends SectionBuilder<B>> extends Object
Created by hansolo on 20.12.15.
  • Constructor Details

    • SectionBuilder

      protected SectionBuilder()
  • Method Details

    • create

      public static final SectionBuilder create()
    • start

      public final B start(double VALUE)
    • stop

      public final B stop(double VALUE)
    • text

      public final B text(String TEXT)
    • icon

      public final B icon(javafx.scene.image.Image IMAGE)
    • color

      public final B color(javafx.scene.paint.Color COLOR)
    • highlightColor

      public final B highlightColor(javafx.scene.paint.Color COLOR)
    • textColor

      public final B textColor(javafx.scene.paint.Color COLOR)
    • styleClass

      public final B styleClass(String STYLE_CLASS)
    • onSectionEntered

      public final B onSectionEntered(javafx.event.EventHandler<Section.SectionEvent> HANDLER)
    • onSectionLeft

      public final B onSectionLeft(javafx.event.EventHandler<Section.SectionEvent> HANDLER)
    • build

      public final Section build()