Class BasicCodeAreaStructure


  • @ParametersAreNonnullByDefault
    public class BasicCodeAreaStructure
    extends java.lang.Object
    Code area data representation structure for basic variant.
    • Constructor Detail

      • BasicCodeAreaStructure

        public BasicCodeAreaStructure()
    • Method Detail

      • updateCache

        public void updateCache​(DataProvider codeArea,
                                int charactersPerPage)
      • computePositionByte

        public int computePositionByte​(int rowCharPosition)
      • computeFirstCodeCharacterPos

        public int computeFirstCodeCharacterPos​(int byteOffset)
      • getCodeType

        @Nonnull
        public CodeType getCodeType()
      • getDataSize

        public long getDataSize()
      • getMaxBytesPerLine

        public int getMaxBytesPerLine()
      • getWrappingBytesGroupSize

        public int getWrappingBytesGroupSize()
      • getRowsPerDocument

        public long getRowsPerDocument()
      • getBytesPerRow

        public int getBytesPerRow()
      • getCharactersPerRow

        public int getCharactersPerRow()