Interface PaletteStyler

  • All Known Implementing Classes:
    OfficeFloorContentPartFactory

    public interface PaletteStyler
    Styler of the palette.
    Author:
    Daniel Sagenschneider
    • Method Detail

      • getPalette

        javafx.scene.Node getPalette()

        Obtains the palette.

        This allows for interrogating the structure of the palette.

        Returns:
        Palette.
      • paletteStyle

        javafx.beans.property.Property<java.lang.String> paletteStyle()
        Obtains the Property to style of the palette.
        Returns:
        Property to style of the palette.