public class ImageEntity
extends java.lang.Object
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
ABOVE |
static int |
BEHIND |
static java.lang.String |
Data |
static int |
EMBED |
static java.lang.String |
URL |
| 构造器和说明 |
|---|
ImageEntity() |
ImageEntity(byte[] data,
int width,
int height) |
ImageEntity(java.lang.String url,
int width,
int height) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getColspan() |
byte[] |
getData() |
int |
getHeight() |
int |
getLocationType() |
int |
getRowspan() |
java.lang.String |
getType() |
java.lang.String |
getUrl() |
int |
getWidth() |
void |
setColspan(int colspan) |
void |
setData(byte[] data) |
void |
setHeight(int height) |
void |
setLocationType(int locationType) |
void |
setRowspan(int rowspan) |
void |
setType(java.lang.String type) |
void |
setUrl(java.lang.String url) |
void |
setWidth(int width) |
public static int EMBED
public static int ABOVE
public static int BEHIND
public static java.lang.String URL
public static java.lang.String Data
public ImageEntity()
public ImageEntity(byte[] data,
int width,
int height)
public ImageEntity(java.lang.String url,
int width,
int height)
public byte[] getData()
public int getHeight()
public java.lang.String getType()
public java.lang.String getUrl()
public int getWidth()
public void setData(byte[] data)
public void setHeight(int height)
public void setType(java.lang.String type)
public void setUrl(java.lang.String url)
public void setWidth(int width)
public int getRowspan()
public void setRowspan(int rowspan)
public int getColspan()
public void setColspan(int colspan)
public int getLocationType()
public void setLocationType(int locationType)
Copyright © 2021 悟耘. All Rights Reserved.