Class TooltipBackgroundWidget
java.lang.Object
dev.pfaff.altargui.widgets.TooltipBackgroundWidget
- All Implemented Interfaces:
Widget
,LeafWidget
-
Nested Class Summary
Nested classes/interfaces inherited from interface dev.pfaff.altargui.widgets.LeafWidget
LeafWidget.AbstractState<W extends LeafWidget>
-
Field Summary
FieldsFields inherited from interface dev.pfaff.altargui.Widget
EMPTY_ARRAY
-
Method Summary
Modifier and TypeMethodDescription@NotNull WidgetInstance
Instantiates an instance of the widget.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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
-
Field Details
-
INSTANCE
-
-
Method Details
-
instantiate
Description copied from interface:Widget
Instantiates an instance of the widget.- Specified by:
instantiate
in interfaceWidget
-