Interface CustomGraphicProvider

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface CustomGraphicProvider
A Role for data that provides their own Node for rendering.
Author:
Fabrizio Giudici
Stereotype:
Role
  • Field Details Link icon

  • Method Details Link icon

    • getGraphic Link icon

      @Nonnull javafx.scene.Node getGraphic()