Class PagePosition<T>


  • public class PagePosition<T>
    extends Object
    • Constructor Detail

      • PagePosition

        public PagePosition​(String id,
                            T element,
                            int pageNo,
                            float x,
                            float y,
                            float width,
                            float height)
    • Method Detail

      • getPageNo

        public int getPageNo()
      • getX

        public float getX()
      • getY

        public float getY()
      • getWidth

        public float getWidth()
      • getHeight

        public float getHeight()
      • getId

        public String getId()
      • getElement

        public T getElement()