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