public class TextRenderer extends Renderer
| Modifier and Type | Field and Description |
|---|---|
(package private) TextElement |
text
.
|
| Constructor and Description |
|---|
TextRenderer(TextElement text) |
| Modifier and Type | Method and Description |
|---|---|
int |
getActualHeight(int width)
Return the actual height for the specified with.
|
int |
getActualWidth()
Returns the element actual width.
|
int |
getMinHeight(int width)
Return the minimum height for the specified with.
|
int |
getMinWidth()
Returns the element minimum width.
|
LineReader |
reader(int width)
Create a renderer for the specified width or return null if the element does not provide any output.
|
final TextElement text
public TextRenderer(TextElement text)
public int getActualWidth()
RenderergetActualWidth in class Rendererpublic int getMinWidth()
RenderergetMinWidth in class Rendererpublic int getActualHeight(int width)
RenderergetActualHeight in class Rendererwidth - the widthpublic int getMinHeight(int width)
RenderergetMinHeight in class Rendererwidth - the widthpublic LineReader reader(int width)
RendererCopyright © 2013 eXo Platform SAS. All Rights Reserved.