Package io.keikai.api.model.impl
Class PictureImpl
- java.lang.Object
-
- io.keikai.api.model.impl.PictureImpl
-
- All Implemented Interfaces:
Picture
,Serializable
public class PictureImpl extends Object implements Picture, Serializable
- Since:
- 3.0.0
- Author:
- dennis
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.keikai.api.model.Picture
Picture.Format
-
-
Constructor Summary
Constructors Constructor Description PictureImpl(ModelRef<SSheet> sheetRef, ModelRef<SPicture> picRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
SheetAnchor
getAnchor()
String
getId()
SPicture
getNative()
int
hashCode()
-
-
-
Method Detail
-
getNative
public SPicture getNative()
-
getAnchor
public SheetAnchor getAnchor()
-
-