Package io.keikai.model
Interface SPictureData
-
- All Known Implementing Classes:
PictureDataImpl
public interface SPictureData
Picture data in a picture.- Since:
- 3.6.0
- Author:
- henrichen
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
getData()
SPicture.Format
getFormat()
int
getIndex()
-
-
-
Method Detail
-
getFormat
SPicture.Format getFormat()
-
getData
byte[] getData()
-
getIndex
int getIndex()
-
-