Package qupath.lib.gui.prefs
Interface QuPathStyleManager.StyleOption
- Enclosing class:
QuPathStyleManager
public static interface QuPathStyleManager.StyleOption
Interface defining a style that may be applied to QuPath.
-
Method Summary
Modifier and TypeMethodDescriptiondefault ColorScheme
Get the color scheme.Get a user-friendly description of the style.getName()
Get a user-friendly name for the style.void
setStyle()
Set the style for the QuPath application.
-
Method Details
-
setStyle
void setStyle()Set the style for the QuPath application. -
getDescription
String getDescription()Get a user-friendly description of the style.- Returns:
-
getName
String getName()Get a user-friendly name for the style.- Returns:
-
getColorScheme
Get the color scheme. By default this will return the color scheme from the Platform preferences, but implementations may return a different one for the specific theme.- Returns:
-