public enum TextProps extends java.lang.Enum<TextProps>
| Enum Constant | Description |
|---|---|
autoExpand |
|
bgColor |
|
bMargin |
|
borderStroke |
|
borderWidth |
|
connectStroke |
|
corner |
|
drawBackground |
|
drawBorder |
|
drawConnectPoint |
|
fgColor |
|
font |
|
hAlign |
|
height |
|
lineMargin |
|
lMargin |
|
rMargin |
|
singleLineHeight |
|
text |
|
tMargin |
|
totalContentsHeight |
|
vAlign |
|
width |
|
x |
|
y |
| Modifier and Type | Method | Description |
|---|---|---|
static TextProps |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static TextProps[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TextProps font
public static final TextProps text
public static final TextProps fgColor
public static final TextProps bgColor
public static final TextProps vAlign
public static final TextProps hAlign
public static final TextProps x
public static final TextProps y
public static final TextProps width
public static final TextProps height
public static final TextProps rMargin
public static final TextProps lMargin
public static final TextProps bMargin
public static final TextProps tMargin
public static final TextProps lineMargin
public static final TextProps autoExpand
public static final TextProps borderWidth
public static final TextProps singleLineHeight
public static final TextProps totalContentsHeight
public static final TextProps borderStroke
public static final TextProps connectStroke
public static final TextProps corner
public static final TextProps drawBorder
public static final TextProps drawConnectPoint
public static final TextProps drawBackground
public static TextProps[] values()
for (TextProps c : TextProps.values()) System.out.println(c);
public static TextProps valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2019 SMYLD. All rights reserved.