public interface LineReader
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
hasLine()
Returns true if the renderer has a next line to render.
|
void |
renderLine(RenderAppendable to)
Renders the element.
|
boolean hasLine()
void renderLine(RenderAppendable to) throws IllegalStateException
to - the buffer for renderingIllegalStateException - when there is no line to renderCopyright © 2018. All rights reserved.