Interface Transformer<P extends Pane>
- Type Parameters:
P- the type of the pane
- All Known Implementing Classes:
ListTransformer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A function that transforms a pane.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceTransformer.Context<P extends Pane>The context of a pane transformation. -
Method Summary
-
Method Details
-
transform
-