Interface LayoutProfileCapable
-
- All Known Subinterfaces:
ExtendedCodeArea
- All Known Implementing Classes:
ExtCodeArea
@ParametersAreNonnullByDefault public interface LayoutProfileCapableSupport for layout profiling.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.exbin.bined.extended.layout.ExtendedCodeAreaLayoutProfilegetLayoutProfile()Returns layout profile.voidsetLayoutProfile(org.exbin.bined.extended.layout.ExtendedCodeAreaLayoutProfile layoutProfile)Sets layout profile.
-
-
-
Method Detail
-
getLayoutProfile
@Nullable org.exbin.bined.extended.layout.ExtendedCodeAreaLayoutProfile getLayoutProfile()
Returns layout profile.- Returns:
- layout profile
-
setLayoutProfile
void setLayoutProfile(org.exbin.bined.extended.layout.ExtendedCodeAreaLayoutProfile layoutProfile)
Sets layout profile.- Parameters:
layoutProfile- layout profile
-
-