public class Tmeta extends Object implements Serializable
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Tmeta.Align |
static class |
Tmeta.Type |
| 构造器和说明 |
|---|
Tmeta() |
Tmeta(Tmeta.Type type,
String format,
Tmeta.Align align,
boolean nowrap,
String colorHex) |
| 限定符和类型 | 方法和说明 |
|---|---|
Tmeta.Align |
getAlign() |
Color |
getColor() |
String |
getColorHex() |
String |
getFormat() |
Tmeta.Type |
getType() |
boolean |
isNowrap() |
void |
setAlign(Tmeta.Align align) |
void |
setColor(Color color) |
void |
setColor(String color) |
void |
setFormat(String format) |
void |
setNowrap(boolean nowrap) |
void |
setType(Tmeta.Type type) |
public Tmeta()
public Tmeta(Tmeta.Type type, String format, Tmeta.Align align, boolean nowrap, String colorHex)
public Tmeta.Type getType()
public void setType(Tmeta.Type type)
public Tmeta.Align getAlign()
public void setAlign(Tmeta.Align align)
public boolean isNowrap()
public void setNowrap(boolean nowrap)
public void setColor(Color color)
public void setColor(String color)
public Color getColor()
public String getColorHex()
public String getFormat()
public void setFormat(String format)
Copyright © 2023. All rights reserved.