Interface PositionedWidget.Offset
- All Superinterfaces:
PositionedWidget
,SingleChildWidget
,Widget
- All Known Implementing Classes:
PositionedWidget.Absolute
,PositionedWidget.Relative
- Enclosing interface:
PositionedWidget
public static sealed interface PositionedWidget.Offset
extends PositionedWidget
permits PositionedWidget.Absolute, PositionedWidget.Relative
-
Nested Class Summary
Nested classes/interfaces inherited from interface dev.pfaff.altargui.widgets.PositionedWidget
PositionedWidget.$, PositionedWidget.Absolute, PositionedWidget.Aligned, PositionedWidget.Offset, PositionedWidget.Relative
Nested classes/interfaces inherited from interface dev.pfaff.altargui.widgets.SingleChildWidget
SingleChildWidget.AbstractState<W extends SingleChildWidget>, SingleChildWidget.AutoLayoutState<W extends SingleChildWidget>
-
Field Summary
Fields inherited from interface dev.pfaff.altargui.Widget
EMPTY_ARRAY
-
Method Summary
Methods inherited from interface dev.pfaff.altargui.widgets.SingleChildWidget
child, instantiate
Methods inherited from interface dev.pfaff.altargui.Widget
atAbsolutePosition, atAlignment, atCenter, atRelativePosition, expand, expandHeight, expandWidth, withAbsoluteHeight, withAbsoluteSize, withAbsoluteWidth, withAspectRatio, withAspectRatio, withAspectRatio, withBackground, withBackgroundColor, withBackgroundTexture, withBorder, withHorizontalMargin, withHorizontalMargin, withId, withKey, withMargin, withMargin, withMarginBottom, withMarginEnd, withMarginStart, withMarginTop, withMultiChildAttributes, withSymmetricMargin, withTooltip, withVerticalMargin, withVerticalMargin, wrap
-
Method Details
-
x
float x() -
y
float y()
-