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 Link icon

    • blur Link icon

      void blur()

      blur.

    • focus Link icon

      void focus()

      focus.

    • invalidateLayoutDeep Link icon

      void invalidateLayoutDeep()

      invalidateLayoutDeep.

    • updateWidgetBounds Link icon

      void updateWidgetBounds(int guiX, int guiY)

      updateWidgetBounds.

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

      List<Renderable> getRenderables()

      getRenderables.

      Returns:
      a List object.
    • getRenderable Link icon

      BoundableRenderable getRenderable(int x, int y)

      getRenderable.

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

      Rectangle getClipBounds()

      getClipBounds.

      Returns:
      a Rectangle object.
    • getClipBoundsWithoutInsets Link icon

      Rectangle getClipBoundsWithoutInsets()

      getClipBoundsWithoutInsets.

      Returns:
      a Rectangle object.