Class ExtendedCodeAreaThemeProfile


  • @ParametersAreNonnullByDefault
    public class ExtendedCodeAreaThemeProfile
    extends java.lang.Object
    Layout profile for extended code area.
    • Constructor Detail

      • ExtendedCodeAreaThemeProfile

        public ExtendedCodeAreaThemeProfile()
    • Method Detail

      • getBackgroundPaintMode

        @Nonnull
        public org.exbin.bined.extended.theme.ExtendedBackgroundPaintMode getBackgroundPaintMode()
      • setBackgroundPaintMode

        public void setBackgroundPaintMode​(org.exbin.bined.extended.theme.ExtendedBackgroundPaintMode borderPaintMode)
      • isPaintRowPosBackground

        public boolean isPaintRowPosBackground()
      • setPaintRowPosBackground

        public void setPaintRowPosBackground​(boolean paintRowPosBackground)
      • getVerticalLineByteGroupSize

        public int getVerticalLineByteGroupSize()
      • setVerticalLineByteGroupSize

        public void setVerticalLineByteGroupSize​(int verticalLineByteGroupSize)
      • hasDecoration

        public boolean hasDecoration​(org.exbin.bined.extended.theme.CodeAreaDecorationType decoration)
      • setDecoration

        public void setDecoration​(org.exbin.bined.extended.theme.CodeAreaDecorationType decoration,
                                  boolean value)
      • showRowPositionLine

        public boolean showRowPositionLine()
      • showHeaderLine

        public boolean showHeaderLine()
      • showSplitLine

        public boolean showSplitLine()
      • showBoxLine

        public boolean showBoxLine()
      • showGroupLines

        public boolean showGroupLines()