Class WidgetGroup

java.lang.Object
emi.dev.emi.emi.screen.WidgetGroup
All Implemented Interfaces:
WidgetHolder

public class WidgetGroup extends Object implements WidgetHolder
  • Field Details

    • recipe

      public final EmiRecipe recipe
    • x

      public final int x
    • y

      public final int y
    • width

      public final int width
    • height

      public final int height
    • widgets

      public final List<Widget> widgets
  • Constructor Details

    • WidgetGroup

      public WidgetGroup(EmiRecipe recipe, int x, int y, int width, int height)
  • Method Details