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 ColorSchemeGet the color scheme.Get a user-friendly description of the style.getName()Get a user-friendly name for the style.voidsetStyle()Set the style for the QuPath application.
-
Method Details
-
setStyle
void setStyle()Set the style for the QuPath application. -
getDescription
-
getName
-
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:
-