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 DrawableCallback interface for objects that draw 2D graphics. The callback is invoked by the renderer during every frame update.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrender(GraphicsContext2D graphics)
-
-
-
Method Detail
-
render
void render(GraphicsContext2D graphics)
-
-