Interface Drawable

  • All Known Implementing Classes:
    ActionManager, Button, Effect, Form, SelectBox, TextField, TextLabel, Widget
    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 Drawable
    Callback interface for objects that draw 2D graphics. The callback is invoked by the renderer during every frame update.