Class ScrollViewDimension


  • @ParametersAreNonnullByDefault
    public class ScrollViewDimension
    extends java.lang.Object
    Scrolling view dimensions.
    • Constructor Detail

      • ScrollViewDimension

        public ScrollViewDimension​(int dataViewWidth,
                                   int dataViewHeight,
                                   int width,
                                   int height)
    • Method Detail

      • getDataViewWidth

        public int getDataViewWidth()
      • getDataViewHeight

        public int getDataViewHeight()
      • getWidth

        public int getWidth()
      • getHeight

        public int getHeight()