Uses of Interface
de.team33.sphinx.metis.JLayers.Setup
-
Uses of JLayers.Setup in de.team33.sphinx.metis
Classes in de.team33.sphinx.metis with type parameters of type JLayers.SetupModifier and TypeInterfaceDescriptionstatic interfaceJLayers.Setup<C extends Component,T extends JLayer<C>, S extends JLayers.Setup<C, T, S>> Utility interface to set up a target instance ofJLayer.Classes in de.team33.sphinx.metis that implement JLayers.SetupModifier and TypeClassDescriptionstatic final classJLayers.Builder<C extends Component,T extends JLayer<C>> Builder implementation to build target instances ofJLayer.static final classJLayers.Charger<C extends Component,T extends JLayer<C>> Charger implementation to charge target instances ofJLayer.Methods in de.team33.sphinx.metis that return JLayers.SetupModifier and TypeMethodDescriptionstatic <C extends Component>
JLayers.Setup<C,JLayer<C>, ?> Returns a newJLayers.Setupfor a givenJLayerinstance.