Class AbsolutePosition


  • public class AbsolutePosition
    extends java.lang.Object
    • Method Detail

      • fromPixelTopRightBottomLeft

        public static AbsolutePosition fromPixelTopRightBottomLeft​(float top,
                                                                   float right,
                                                                   float bottom,
                                                                   float left,
                                                                   int zIndex)
      • fromRelativeTopRightBottomLeft

        public static AbsolutePosition fromRelativeTopRightBottomLeft​(float top,
                                                                      float right,
                                                                      float bottom,
                                                                      float left,
                                                                      int zIndex)
      • fromRelativeDimensions

        public static AbsolutePosition fromRelativeDimensions​(float top,
                                                              float left,
                                                              float width,
                                                              float height,
                                                              int zIndex)
      • fromRelativeRightBottomDimensions

        public static AbsolutePosition fromRelativeRightBottomDimensions​(float right,
                                                                         float bottom,
                                                                         float width,
                                                                         float height,
                                                                         int zIndex)
      • fullSizeAsRelativeDimensions

        public static AbsolutePosition fullSizeAsRelativeDimensions​(int zIndex)
      • getTop

        public Length getTop()
      • getRight

        public Length getRight()
      • getBottom

        public Length getBottom()
      • getLeft

        public Length getLeft()
      • getWidth

        public Length getWidth()
      • getHeight

        public Length getHeight()
      • getZIndex

        public int getZIndex()