Interface AdaptedRootBuilder<R extends Model,​O>

    • Method Detail

      • overlay

        void overlay​(double x,
                     double y,
                     OverlayVisualFactory overlayVisualFactory)

        Allows adding an overlay.

        Co-ordinates used rather than Point to avoid importing libraries.

        Parameters:
        x - X co-ordinate.
        y - Y co-ordintate.
        overlayVisualFactory - OverlayVisualFactory.
      • paletteStyle

        javafx.beans.property.Property<java.lang.String> paletteStyle()
        Obtains the Property to the style sheet rules for the palette.
        Returns:
        Property to specify the style sheet rules for the palette.
      • paletteIndicatorStyle

        javafx.beans.property.Property<java.lang.String> paletteIndicatorStyle()
        Obtains the Property to the style sheet rules for the palette indicator.
        Returns:
        Property to specify the style sheet rules for the palette indicator.