Uses of Class
net.risingworld.api.ui.style.StyleEnum
Packages that use StyleEnum
- 
Uses of StyleEnum in net.risingworld.api.ui.styleFields in net.risingworld.api.ui.style declared as StyleEnumModifier and TypeFieldDescriptionStyle.alignContentDetermines the alignment of the content on the cross axis if they spawn over multiple linesStyle.alignItemsDetermines the alignment of the children on the cross axisStyle.alignSelfSimilar toalignItems, but only for this specific elementStyle.backgroundImageScaleModeIf an image is used, this determines how it's scaled inside the element boxfinal StyleEnum<DisplayStyle>Style.displayChanges the visibility of the element, but also affects the layout.final StyleEnum<FlexDirection>Style.flexDirectionDetermines the main axis for the children layout in this containerStyle.flexWrapDetermines placement of children over multiple lines if there is not enough space in this containerStyle.fontSets the font (for texts / labels)Style.fontStyleAndWeightSets the font style and weight (normal, bold, italic) (for text / labels)Style.justifyContentDetermines justification of the children on the main axis inside this containerStyle.overflowDetermines how a container behaves if its content overflows its own boxfinal StyleEnum<OverflowClipBox>Style.overflowClipBoxDetermines which box the element content is clipped againstStyle.positionDetermines if this element should have a relative (default) or absolute positionfinal StyleEnum<TextAnchor>Style.textAlignSets the vertical and horizontal text alignment (for text / labels)final StyleEnum<Visibility>Style.visibilityChanges the visibility of the element without affecting the layoutfinal StyleEnum<WhiteSpace>Style.whiteSpaceDetermines word wrap over multiple lines if there is not enough space to display the text