Uses of Interface
io.keikai.model.SPicture
-
Packages that use SPicture Package Description io.keikai.api.model.impl Keikai Spreadsheet Model API implementation classes, Internal use onlyio.keikai.model Keikai Spreadsheet Internal Book Model classes.io.keikai.model.impl Keikai Spreadsheet Internal Book Model Implementation classes.io.keikai.model.impl.pdf The exporter that convert Keikai Spreadsheet to PDF.io.keikai.range Keikai Spreadsheet Internal Range API classes.io.keikai.range.impl Keikai Spreadsheet Internal Range API Implementation classes.io.keikai.ui.sys Classes that doing system control on Keikai Spreadsheet UI Components.io.keikaiex.ui.widget Classes used to implement extended Keikai Spreadsheet UI Component(implementation only). -
-
Uses of SPicture in io.keikai.api.model.impl
Methods in io.keikai.api.model.impl that return SPicture Modifier and Type Method Description SPicture
PictureImpl. getNative()
-
Uses of SPicture in io.keikai.model
Methods in io.keikai.model that return SPicture Modifier and Type Method Description SPicture
SSheet. addPicture(int index, ViewAnchor anchor)
Add a picture into the sheet with known picture data index.SPicture
SSheet. addPicture(SPicture.Format format, byte[] data, ViewAnchor anchor)
Add a picture into this sheet with raw picture data and format.SPicture
SSheet. getPicture(int idx)
SPicture
SSheet. getPicture(String picid)
Methods in io.keikai.model that return types with arguments of type SPicture Modifier and Type Method Description List<SPicture>
SSheet. getPictures()
Methods in io.keikai.model with parameters of type SPicture Modifier and Type Method Description void
SSheet. deletePicture(SPicture picture)
-
Uses of SPicture in io.keikai.model.impl
Classes in io.keikai.model.impl that implement SPicture Modifier and Type Class Description class
AbstractPictureAdv
class
PictureImpl
Methods in io.keikai.model.impl that return SPicture Modifier and Type Method Description SPicture
SheetImpl. addPicture(int picDataIndex, ViewAnchor anchor)
SPicture
SheetImpl. addPicture(SPicture.Format format, byte[] data, ViewAnchor anchor)
SPicture
SheetImpl. getPicture(int idx)
SPicture
SheetImpl. getPicture(String picid)
Methods in io.keikai.model.impl that return types with arguments of type SPicture Modifier and Type Method Description List<SPicture>
SheetImpl. getPictures()
Methods in io.keikai.model.impl with parameters of type SPicture Modifier and Type Method Description protected void
SheetImpl. checkOwnership(SPicture picture)
void
SheetImpl. deletePicture(SPicture picture)
-
Uses of SPicture in io.keikai.model.impl.pdf
Fields in io.keikai.model.impl.pdf with type parameters of type SPicture Modifier and Type Field Description protected List<SPicture>
PdfExporter. _pictures
-
Uses of SPicture in io.keikai.range
Methods in io.keikai.range that return SPicture Modifier and Type Method Description SPicture
SRange. addPicture(ViewAnchor anchor, byte[] image, SPicture.Format format)
Add a picture into the sheet of this RangeMethods in io.keikai.range with parameters of type SPicture Modifier and Type Method Description void
SRange. deletePicture(SPicture picture)
Delete an existing picture from the sheet of this Range.void
SRange. movePicture(SPicture picture, ViewAnchor anchor)
Update picture anchor. -
Uses of SPicture in io.keikai.range.impl
Methods in io.keikai.range.impl that return SPicture Modifier and Type Method Description SPicture
RangeImpl. addPicture(ViewAnchor anchor, byte[] image, SPicture.Format format)
Methods in io.keikai.range.impl with parameters of type SPicture Modifier and Type Method Description void
RangeImpl. deletePicture(SPicture picture)
void
RangeImpl. movePicture(SPicture picture, ViewAnchor anchor)
-
Uses of SPicture in io.keikai.ui.sys
Methods in io.keikai.ui.sys with parameters of type SPicture Modifier and Type Method Description void
WidgetLoader. addPictureWidget(SSheet sheet, SPicture picture)
void
WidgetLoader. updatePictureWidget(SSheet sheet, SPicture picture)
-
Uses of SPicture in io.keikaiex.ui.widget
Methods in io.keikaiex.ui.widget with parameters of type SPicture Modifier and Type Method Description void
DefaultBookWidgetLoader. addPictureWidget(SSheet sheet, SPicture picture)
protected Widget
DefaultBookWidgetLoader. newImageWidget(SSheet sheet, SPicture picture, org.zkoss.image.Image image, String panel, int zindex)
protected List<Widget>
DefaultBookWidgetLoader. newImageWidgetGroup(SSheet sheet, SPicture picture, int zindex)
void
DefaultBookWidgetLoader. updatePictureWidget(SSheet sheet, SPicture picture)
Constructors in io.keikaiex.ui.widget with parameters of type SPicture Constructor Description ImageWidget(SSheet sheet, SPicture pic, String panel)
-