Package lu.kbra.modelizer_next.style
Class StylePaletteService
java.lang.Object
lu.kbra.modelizer_next.style.StylePaletteService
Creates, normalizes, and applies reusable style palettes.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voiddeleteByName(String paletteName) Deletes the by name.static List<StylePalette> loadAll()Loads the all.static voidsave(StylePalette palette) Saves the current state to persistent storage.
-
Method Details
-
deleteByName
Deletes the by name.- Parameters:
paletteName- name value to use
-
loadAll
Loads the all.- Returns:
- the matching values
-
save
Saves the current state to persistent storage.- Parameters:
palette- palette value used by the operation
-