public class TextElement extends Element
Modifier and Type | Field and Description |
---|---|
(package private) int |
minWidth
.
|
(package private) Iterable<Object> |
stream
.
|
(package private) int |
width
.
|
Constructor and Description |
---|
TextElement(Iterable<Object> stream) |
TextElement(Iterable<Object> stream,
int minWidth) |
Modifier and Type | Method and Description |
---|---|
LineRenderer |
renderer() |
TextElement |
style(Style.Composite style) |
String |
toString() |
private static int |
width(int width,
Iterator<Object> stream,
CharSequence current,
Integer from) |
public TextElement(Iterable<Object> stream, int minWidth)
public TextElement(Iterable<Object> stream)
private static int width(int width, Iterator<Object> stream, CharSequence current, Integer from)
public LineRenderer renderer()
public TextElement style(Style.Composite style)
Copyright © 2015 eXo Platform SAS. All Rights Reserved.