Interface RCollection

All Superinterfaces:
BoundableRenderable, Renderable
All Known Subinterfaces:
RElement
All Known Implementing Classes:
BaseElementRenderable, RBlock, RBlockViewport, RImgControl, RInlineBlock, RTable, RTableCell, RUIControl, TranslatedRenderable

public interface RCollection extends BoundableRenderable
A Renderable with children.
  • Method Details

    • blur

      void blur()

      blur.

    • focus

      void focus()

      focus.

    • invalidateLayoutDeep

      void invalidateLayoutDeep()

      invalidateLayoutDeep.

    • updateWidgetBounds

      void updateWidgetBounds(int guiX, int guiY)

      updateWidgetBounds.

      Parameters:
      guiX - a Integer object.
      guiY - a Integer object.
    • getRenderables

      List<Renderable> getRenderables()

      getRenderables.

      Returns:
      a List object.
    • getRenderable

      BoundableRenderable getRenderable(int x, int y)

      getRenderable.

      Parameters:
      x - a Integer object.
      y - a Integer object.
      Returns:
      a BoundableRenderable object.
    • getClipBounds

      Rectangle getClipBounds()

      getClipBounds.

      Returns:
      a Rectangle object.
    • getClipBoundsWithoutInsets

      Rectangle getClipBoundsWithoutInsets()

      getClipBoundsWithoutInsets.

      Returns:
      a Rectangle object.