public class RenderableAsBlock extends Object implements Block, RenderCommand
Renderable
object to act as a Block
. Basically,
dressed up the Renderable with the Block interface, and delegates the Renderable
interface to the underlying renderable object.Constructor and Description |
---|
RenderableAsBlock(Renderable renderable) |
Modifier and Type | Method and Description |
---|---|
void |
render(MarkupWriter writer,
RenderQueue queue)
|
String |
toString() |
public RenderableAsBlock(Renderable renderable)
public void render(MarkupWriter writer, RenderQueue queue)
render
in interface RenderCommand
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.