| Modifier and Type | Class and Description |
|---|---|
static class |
JViewports.Builder<T extends JViewport>
Builder implementation to build target instances of
JViewport. |
static class |
JViewports.Charger<T extends JViewport>
Charger implementation to charge 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. |
static <T extends JViewport> |
charger(T target)
Returns a new
JViewports.Charger for a given target instance. |
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.public static <T extends JViewport> JViewports.Charger<T> charger(T target)
JViewports.Charger for a given target instance.T - The final type of the target instance, at least JViewport.Copyright © 2025 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.