public interface DoesRenderToWidth extends CategoryDoes
Interface for objects that provide a render method for text rendering with a width argument.
| Modifier and Type | Method and Description |
|---|---|
String |
render(int width)
Renders an object for (text) output.
|
String render(int width)
Renders an object for (text) output.
width - the maximum line widthCopyright © 2016–2017. All rights reserved.