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

  • Method Details

    • getGraphic

      @Nonnull javafx.scene.Node getGraphic()