Class SourceLineFormatter

  • All Implemented Interfaces:
    org.fife.ui.rtextarea.LineNumberFormatter

    public class SourceLineFormatter
    extends java.lang.Object
    implements org.fife.ui.rtextarea.LineNumberFormatter
    • Constructor Summary

      Constructors 
      Constructor Description
      SourceLineFormatter​(jadx.api.ICodeInfo codeInfo)  
    • Constructor Detail

      • SourceLineFormatter

        public SourceLineFormatter​(jadx.api.ICodeInfo codeInfo)
    • Method Detail

      • format

        public java.lang.String format​(int lineNumber)
        Specified by:
        format in interface org.fife.ui.rtextarea.LineNumberFormatter
      • getMaxLength

        public int getMaxLength​(int maxLineNumber)
        Specified by:
        getMaxLength in interface org.fife.ui.rtextarea.LineNumberFormatter
      • getNumberLength

        public static int getNumberLength​(int num)