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 SPicturePictureImpl. getNative() -
Uses of SPicture in io.keikai.model
Methods in io.keikai.model that return SPicture Modifier and Type Method Description SPictureSSheet. addPicture(int index, ViewAnchor anchor)Add a picture into the sheet with known picture data index.SPictureSSheet. addPicture(SPicture.Format format, byte[] data, ViewAnchor anchor)Add a picture into this sheet with raw picture data and format.SPictureSSheet. getPicture(int idx)SPictureSSheet. 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 voidSSheet. 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 classAbstractPictureAdvclassPictureImplMethods in io.keikai.model.impl that return SPicture Modifier and Type Method Description SPictureSheetImpl. addPicture(int picDataIndex, ViewAnchor anchor)SPictureSheetImpl. addPicture(SPicture.Format format, byte[] data, ViewAnchor anchor)SPictureSheetImpl. getPicture(int idx)SPictureSheetImpl. 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 voidSheetImpl. checkOwnership(SPicture picture)voidSheetImpl. 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 SPictureSRange. 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 voidSRange. deletePicture(SPicture picture)Delete an existing picture from the sheet of this Range.voidSRange. 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 SPictureRangeImpl. addPicture(ViewAnchor anchor, byte[] image, SPicture.Format format)Methods in io.keikai.range.impl with parameters of type SPicture Modifier and Type Method Description voidRangeImpl. deletePicture(SPicture picture)voidRangeImpl. 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 voidWidgetLoader. addPictureWidget(SSheet sheet, SPicture picture)voidWidgetLoader. 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 voidDefaultBookWidgetLoader. addPictureWidget(SSheet sheet, SPicture picture)protected WidgetDefaultBookWidgetLoader. 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)voidDefaultBookWidgetLoader. 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)
-