public class Labels extends Object
构造器和说明 |
---|
Labels() |
限定符和类型 | 方法和说明 |
---|---|
int |
getBoxWidth() |
String |
getFontColor() |
int |
getFontSize() |
FontStyle |
getFontStyle() |
int |
getPadding() |
void |
setBoxWidth(int boxWidth) |
void |
setFontColor(String fontColor) |
void |
setFontSize(int fontSize) |
void |
setFontStyle(FontStyle fontStyle) |
void |
setPadding(int padding) |
String |
toJson() |
public String toJson()
public int getBoxWidth()
public void setBoxWidth(int boxWidth)
public int getFontSize()
public void setFontSize(int fontSize)
public FontStyle getFontStyle()
public void setFontStyle(FontStyle fontStyle)
public String getFontColor()
public void setFontColor(String fontColor)
public int getPadding()
public void setPadding(int padding)
Copyright © 2022 Bstek. All rights reserved.