public class BasicWidgetGroup extends WidgetGroup
scaleX, scaleY, widgets| Constructor and Description |
|---|
BasicWidgetGroup(double x,
double y,
double width,
double height) |
| Modifier and Type | Method and Description |
|---|---|
BasicWidgetGroup |
copy() |
static BasicWidgetGroup |
from(java.util.Collection<Widget> widgets) |
static BasicWidgetGroup |
from(double width,
double height,
java.util.Collection<Widget> widgets) |
static BasicWidgetGroup |
from(double x,
double y,
double width,
double height,
java.util.Collection<Widget> widgets) |
static BasicWidgetGroup |
from(double x,
double y,
double width,
double height,
Widget... widgets) |
static BasicWidgetGroup |
from(double width,
double height,
Widget... widgets) |
static BasicWidgetGroup |
from(Widget... widgets) |
static BasicWidgetGroup |
from(WidgetGroup group,
java.util.Collection<Widget> widgets) |
static BasicWidgetGroup |
from(WidgetGroup group,
Widget... widgets) |
addWidget, addWidgets, addWidgets, applyScale, canBackspace, canType, checkEachClickable, checkEachHoverable, checkEachScrollable, checkEachSelectable, checkEachTickable, checkEachTypeable, checkEachWidget, copyGroup, draw, drawHoverable, drawHovered, drawSelectable, drawWidget, eachClickable, eachHoverable, eachScrollable, eachSelectable, eachTickable, eachTypeable, eachWidget, getElementsBottom, getElementsHeight, getElementsLeft, getElementsRight, getElementsTop, getElementsWidth, getHoveredElement, getHoverLines, getRelativeTop, getSelectedElement, hasNonBlankText, hasNonEmptyText, isActivelyTicking, isHovering, onBackspace, onCharTyped, onCopy, onCut, onKeyPressed, onLeftClick, onPaste, onResolutionUpdated, onRightClick, onSelectAll, onTick, playLeftClickSound, playRightClickSound, scrollDown, scrollUp, setWidgets, setWidgets, shouldDrawHovered, unapplyScalecanDraw, copyBasic, getBottom, getCenter, getCenter, getCenter, getLeft, getRight, getTop, getX, getY, isVisible, onScreenClosed, onScreenOpenedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcanCopy, canCut, canPaste, canSelectAllpublic BasicWidgetGroup(double x,
double y,
double width,
double height)
public static BasicWidgetGroup from(Widget... widgets)
public static BasicWidgetGroup from(java.util.Collection<Widget> widgets)
public static BasicWidgetGroup from(double width, double height, Widget... widgets)
public static BasicWidgetGroup from(double width, double height, java.util.Collection<Widget> widgets)
public static BasicWidgetGroup from(double x, double y, double width, double height, Widget... widgets)
public static BasicWidgetGroup from(double x, double y, double width, double height, java.util.Collection<Widget> widgets)
public static BasicWidgetGroup from(WidgetGroup group, Widget... widgets)
public static BasicWidgetGroup from(WidgetGroup group, java.util.Collection<Widget> widgets)
public BasicWidgetGroup copy()
copy in class WidgetGroup