Class AbsolutePosition

java.lang.Object
org.teamapps.ux.component.absolutelayout.AbsolutePosition

public class AbsolutePosition extends Object
  • Constructor Details

  • Method Details

    • 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)
    • fromPixelDimensions

      public static AbsolutePosition fromPixelDimensions(Length top, Length left, Length width, Length 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()