Uses of Class
org.teamapps.ux.component.absolutelayout.AbsolutePosition
Packages that use AbsolutePosition
-
Uses of AbsolutePosition in org.teamapps.ux.component.absolutelayout
Methods in org.teamapps.ux.component.absolutelayout that return AbsolutePositionModifier and TypeMethodDescriptionstatic AbsolutePositionAbsolutePosition.fromPixelDimensions(Length top, Length left, Length width, Length height, int zIndex) static AbsolutePositionAbsolutePosition.fromPixelTopRightBottomLeft(float top, float right, float bottom, float left, int zIndex) static AbsolutePositionAbsolutePosition.fromRelativeDimensions(float top, float left, float width, float height, int zIndex) static AbsolutePositionAbsolutePosition.fromRelativeRightBottomDimensions(float right, float bottom, float width, float height, int zIndex) static AbsolutePositionAbsolutePosition.fromRelativeTopRightBottomLeft(float top, float right, float bottom, float left, int zIndex) static AbsolutePositionAbsolutePosition.fullSizeAsRelativeDimensions(int zIndex) Methods in org.teamapps.ux.component.absolutelayout with parameters of type AbsolutePositionModifier and TypeMethodDescriptionvoidAbsoluteLayout.putComponent(Component component, AbsolutePosition positioning) Method parameters in org.teamapps.ux.component.absolutelayout with type arguments of type AbsolutePositionModifier and TypeMethodDescriptionvoidAbsoluteLayout.putComponents(Map<Component, AbsolutePosition> positioningByComponent, boolean removeExisting)