public class LabelElement extends Element
| 构造器和说明 |
|---|
LabelElement(Object value) |
LabelElement(Object value,
int minWidth)
Create a new label element
|
LabelElement(String value) |
LabelElement(String value,
int minWidth) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getValue() |
LineRenderer |
renderer() |
LabelElement |
style(Style.Composite style) |
String |
toString() |
public LabelElement(Object value, int minWidth) throws IllegalArgumentException
value - the label valueminWidth - the label minimum widthIllegalArgumentException - if the minimum width is negativepublic LabelElement(String value)
public LabelElement(String value, int minWidth)
public LabelElement(Object value)
public String getValue()
public LineRenderer renderer()
public LabelElement style(Style.Composite style)
Copyright © 2018. All rights reserved.