Package io.keikai.model.impl
Class PictureImpl
java.lang.Object
io.keikai.model.impl.AbstractPictureAdv
io.keikai.model.impl.PictureImpl
- All Implemented Interfaces:
LinkedModelObject,SPicture,Serializable
- Since:
- 3.5.0
- Author:
- dennis
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.keikai.model.SPicture
SPicture.Format -
Constructor Summary
ConstructorsConstructorDescriptionPictureImpl(AbstractSheetAdv sheet, String id, int picDataIndex, ViewAnchor anchor) This constructor use the existing picData in the .PictureImpl(AbstractSheetAdv sheet, String id, SPicture.Format format, byte[] data, ViewAnchor anchor) This constructor will create aSPictureDatainternally -
Method Summary
-
Constructor Details
-
PictureImpl
public PictureImpl(AbstractSheetAdv sheet, String id, SPicture.Format format, byte[] data, ViewAnchor anchor) This constructor will create aSPictureDatainternally -
PictureImpl
This constructor use the existing picData in the .
-
-
Method Details
-
getSheet
-
getId
-
getFormat
-
getAnchor
-
setAnchor
-
getData
public byte[] getData() -
destroy
public void destroy()Description copied from interface:LinkedModelObjectDestroy / release this model object, for example all the dependency, parent linking. this method has to be called before remove this linking from parent object -
checkOrphan
public void checkOrphan() -
getPictureData
Description copied from interface:SPictureReturns the SPictureData- Returns:
-