Uses of Class
net.risingworld.api.ui.style.StyleLength
Packages that use StyleLength
-
Uses of StyleLength in net.risingworld.api.ui.style
Fields in net.risingworld.api.ui.style declared as StyleLengthModifier and TypeFieldDescriptionfinal StyleLength
Style.borderBottomLeftRadius
Sets the radius for the bottom-left corner (to create a rounded corner)final StyleLength
Style.borderBottomRightRadius
Sets the radius for the bottom-right corner (to create a rounded corner)final StyleLength
Style.borderTopLeftRadius
Sets the radius for the top-left corner (to create a rounded corner)final StyleLength
Style.borderTopRightRadius
Sets the radius for the top-right corner (to create a rounded corner)final StyleLength
Style.bottom
Sets the bottom distance of the element to the parent boxfinal StyleLength
Style.flexBasis
Determines the initial main size of a flexible item on the main axis / directionfinal StyleLength
Style.fontSize
Sets the font size (for text / labels)final StyleLength
Style.height
Sets a fixed height for the elementfinal StyleLength
Style.left
Sets the left distance of the element to the parent boxfinal StyleLength
Style.letterSpacing
Sets the space between characters (for text / labels)final StyleLength
Style.marginBottom
Sets reserved space for the bottom edge of the marginfinal StyleLength
Style.marginLeft
Sets reserved space for the left edge of the marginfinal StyleLength
Style.marginRight
Sets reserved space for the right edge of the marginfinal StyleLength
Style.marginTop
Sets reserved space for the top edge of the marginfinal StyleLength
Style.maxHeight
Sets a maximum height for the elementfinal StyleLength
Style.maxWidth
Sets a maximum width for the elementfinal StyleLength
Style.minHeight
Sets a minimum height for the elementfinal StyleLength
Style.minWidth
Sets a minimum width for the elementfinal StyleLength
Style.paddingBottom
Sets reserved space for the bottom edge of the paddingfinal StyleLength
Style.paddingLeft
Sets reserved space for the left edge of the paddingfinal StyleLength
Style.paddingRight
Sets reserved space for the right edge of the paddingfinal StyleLength
Style.paddingTop
Sets reserved space for the top edge of the paddingfinal StyleLength
Style.paragraphSpacing
Sets the space between paragraphs (for text / labels)final StyleLength
Style.right
Sets the right distance of the element to the parent boxfinal StyleLength
Style.top
Sets the top distance of the element to the parent boxfinal StyleLength
Style.width
Sets a fixed width for the elementfinal StyleLength
Style.wordSpacing
Sets the space between words (for text / labels)