Uses of Class
org.teamapps.ux.component.absolutelayout.Length
| Package | Description |
|---|---|
| org.teamapps.ux.component | |
| org.teamapps.ux.component.absolutelayout | |
| org.teamapps.ux.component.format |
-
Uses of Length in org.teamapps.ux.component
Methods in org.teamapps.ux.component with parameters of type Length Modifier and Type Method Description voidAbstractComponent. setMaxHeight(Length maxHeight)voidComponent. setMaxHeight(Length maxHeight)voidAbstractComponent. setMaxWidth(Length maxWidth)voidComponent. setMaxWidth(Length maxWidth)voidAbstractComponent. setMinHeight(Length minHeight)voidComponent. setMinHeight(Length minHeight)voidAbstractComponent. setMinWidth(Length minWidth)voidComponent. setMinWidth(Length minWidth) -
Uses of Length in org.teamapps.ux.component.absolutelayout
Methods in org.teamapps.ux.component.absolutelayout that return Length Modifier and Type Method Description LengthAbsolutePosition. getBottom()LengthAbsolutePosition. getHeight()LengthAbsolutePosition. getLeft()LengthAbsolutePosition. getRight()LengthAbsolutePosition. getTop()LengthAbsolutePosition. getWidth()static LengthLength. ofPercent(int percent)static LengthLength. ofPixels(int pixels)Methods in org.teamapps.ux.component.absolutelayout with parameters of type Length Modifier and Type Method Description static AbsolutePositionAbsolutePosition. fromPixelDimensions(Length top, Length left, Length width, Length height, int zIndex)Constructors in org.teamapps.ux.component.absolutelayout with parameters of type Length Constructor Description AbsolutePosition(Length top, Length right, Length bottom, Length left, Length width, Length height, int zIndex) -
Uses of Length in org.teamapps.ux.component.format