| Modifier and Type | Class and Description |
|---|---|
static class |
JViewports.Builder<T extends JViewport,B extends JViewports.Builder<T,B>>
Builder implementation to build target instances of
JViewport. |
static interface |
JViewports.Setup<T extends JViewport,S extends JViewports.Setup<T,S>>
Utility interface to set up a target instance of
JViewport. |
| Modifier and Type | Method and Description |
|---|---|
static JViewports.Builder<JViewport,?> |
builder()
Returns a new
JViewports.Builder for target instances of type JViewport. |
static <T extends JViewport> |
builder(Supplier<T> newTarget)
Returns a new
JViewports.Builder for target instances as supplied by the given Supplier. |
public static JViewports.Builder<JViewport,?> builder()
JViewports.Builder for target instances of type JViewport.public static <T extends JViewport> JViewports.Builder<T,?> builder(Supplier<T> newTarget)
JViewports.Builder for target instances as supplied by the given Supplier.T - The final type of the target instances, at least JViewport.Copyright © 2023 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.