Interface ThemeProfileCapableCodeAreaPainter
-
- All Known Implementing Classes:
DiffHighlightCodeAreaPainter,ExtendedCodeAreaPainter
@ParametersAreNonnullByDefault public interface ThemeProfileCapableCodeAreaPainterCapability of painter to handle theme profiling.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExtendedCodeAreaThemeProfilegetThemeProfile()voidsetThemeProfile(ExtendedCodeAreaThemeProfile themeProfile)
-
-
-
Method Detail
-
getThemeProfile
@Nonnull ExtendedCodeAreaThemeProfile getThemeProfile()
-
setThemeProfile
void setThemeProfile(ExtendedCodeAreaThemeProfile themeProfile)
-
-