@Deprecated public class DefaultRenderData extends Object implements RenderData
| 构造器和说明 |
|---|
DefaultRenderData()
已过时。
|
DefaultRenderData(int width,
int height,
String path)
已过时。
|
DefaultRenderData(int width,
int height,
String path,
byte[] data)
已过时。
|
DefaultRenderData(String text)
已过时。
|
DefaultRenderData(String color,
String text)
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getColor()
已过时。
|
byte[] |
getData()
已过时。
|
String |
getFontFamlily()
已过时。
|
int |
getFontSize()
已过时。
|
int |
getHeight()
已过时。
|
String |
getText()
已过时。
|
int |
getWidth()
已过时。
|
boolean |
isBold()
已过时。
|
boolean |
isItalic()
已过时。
|
void |
setBold(boolean isBold)
已过时。
|
void |
setColor(String color)
已过时。
|
void |
setData(byte[] data)
已过时。
|
void |
setFontFamlily(String fontFamlily)
已过时。
|
void |
setFontSize(int fontSize)
已过时。
|
void |
setHeight(int height)
已过时。
|
void |
setItalic(boolean isItalic)
已过时。
|
void |
setText(String text)
已过时。
|
void |
setWidth(int width)
已过时。
|
public DefaultRenderData()
public DefaultRenderData(String text)
public DefaultRenderData(int width,
int height,
String path)
public DefaultRenderData(int width,
int height,
String path,
byte[] data)
public String getColor()
public void setColor(String color)
public String getFontFamlily()
public void setFontFamlily(String fontFamlily)
public int getFontSize()
public void setFontSize(int fontSize)
public boolean isBold()
public void setBold(boolean isBold)
public boolean isItalic()
public void setItalic(boolean isItalic)
public int getWidth()
public void setWidth(int width)
public int getHeight()
public void setHeight(int height)
public String getText()
public void setText(String text)
public byte[] getData()
public void setData(byte[] data)
Copyright © 2017. All rights reserved.