Uses of Class
de.terrestris.shoguncore.model.layer.appearance.LayerAppearance
-
Packages that use LayerAppearance Package Description de.terrestris.shoguncore.dao de.terrestris.shoguncore.model.layer de.terrestris.shoguncore.rest de.terrestris.shoguncore.service -
-
Uses of LayerAppearance in de.terrestris.shoguncore.dao
Classes in de.terrestris.shoguncore.dao with type parameters of type LayerAppearance Modifier and Type Class Description classLayerAppearanceDao<E extends LayerAppearance> -
Uses of LayerAppearance in de.terrestris.shoguncore.model.layer
Methods in de.terrestris.shoguncore.model.layer that return LayerAppearance Modifier and Type Method Description LayerAppearanceLayer. getAppearance()Methods in de.terrestris.shoguncore.model.layer with parameters of type LayerAppearance Modifier and Type Method Description voidLayer. setAppearance(LayerAppearance appearance)Constructors in de.terrestris.shoguncore.model.layer with parameters of type LayerAppearance Constructor Description Layer(String name, LayerDataSource source, LayerAppearance appearance) -
Uses of LayerAppearance in de.terrestris.shoguncore.rest
Classes in de.terrestris.shoguncore.rest with type parameters of type LayerAppearance Modifier and Type Class Description classLayerAppearanceRestController<E extends LayerAppearance,D extends LayerAppearanceDao<E>,S extends LayerAppearanceService<E,D>> -
Uses of LayerAppearance in de.terrestris.shoguncore.service
Classes in de.terrestris.shoguncore.service with type parameters of type LayerAppearance Modifier and Type Class Description classLayerAppearanceService<E extends LayerAppearance,D extends LayerAppearanceDao<E>>Service class for theModulemodel.
-