Interface CaretsProfileCapableCodeAreaPainter
-
- All Known Implementing Classes:
DiffHighlightCodeAreaPainter,ExtendedCodeAreaPainter
@ParametersAreNonnullByDefault public interface CaretsProfileCapableCodeAreaPainterCapability of painter to handle carets profiling.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExtendedCodeAreaCaretsProfilegetCaretsProfile()voidsetCaretsProfile(ExtendedCodeAreaCaretsProfile profile)
-
-
-
Method Detail
-
getCaretsProfile
@Nonnull ExtendedCodeAreaCaretsProfile getCaretsProfile()
-
setCaretsProfile
void setCaretsProfile(ExtendedCodeAreaCaretsProfile profile)
-
-