Class EmptyRenderable

All Implemented Interfaces:
Behavior, Renderable, Closeable, AutoCloseable

public class EmptyRenderable extends AbstractRenderable
This class represents an empty renderable object. It extends the AbstractRenderable class. An empty renderable object does not have any specific content to render.
  • Constructor Details

    • EmptyRenderable

      public EmptyRenderable()
      Constructs a new instance of EmptyRenderable.