Class BlockStackingLayoutManager.MappingPosition

    • Field Detail

      • firstIndex

        private int firstIndex
      • lastIndex

        private int lastIndex
    • Constructor Detail

      • MappingPosition

        public MappingPosition​(LayoutManager lm,
                               int first,
                               int last)
        Construct mapping position.
        Parameters:
        lm - layout manager
        first - position
        last - position
    • Method Detail

      • getFirstIndex

        public int getFirstIndex()
        Returns:
        first index
      • getLastIndex

        public int getLastIndex()
        Returns:
        last index