Uses of Interface
io.keikai.model.SPicture
Packages that use SPicture
Package
Description
Keikai Spreadsheet Model API implementation classes, Internal use only
Keikai Spreadsheet Internal Book Model classes.
Keikai Spreadsheet Internal Book Model Implementation classes.
Keikai Spreadsheet Internal Range API classes.
Keikai Spreadsheet Internal Range API Implementation classes.
Classes that doing system control on Keikai Spreadsheet UI Components.
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 -
Uses of SPicture in io.keikai.model
Methods in io.keikai.model that return SPictureModifier and TypeMethodDescriptionSSheet.addPicture(int index, ViewAnchor anchor) Add a picture into the sheet with known picture data index.SSheet.addPicture(SPicture.Format format, byte[] data, ViewAnchor anchor) Add a picture into this sheet with raw picture data and format.SSheet.getPicture(int idx) SSheet.getPicture(String picid) Methods in io.keikai.model that return types with arguments of type SPictureMethods in io.keikai.model with parameters of type SPicture -
Uses of SPicture in io.keikai.model.impl
Classes in io.keikai.model.impl that implement SPicture -
Uses of SPicture in io.keikai.range
Methods in io.keikai.range that return SPictureModifier and TypeMethodDescriptionSRange.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 SPictureModifier and TypeMethodDescriptionvoidSRange.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 SPictureModifier and TypeMethodDescriptionRangeImpl.addPicture(ViewAnchor anchor, byte[] image, SPicture.Format format) Methods in io.keikai.range.impl with parameters of type SPictureModifier and TypeMethodDescriptionvoidRangeImpl.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 SPictureModifier and TypeMethodDescriptionvoidWidgetLoader.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 SPictureModifier and TypeMethodDescriptionvoidDefaultBookWidgetLoader.addPictureWidget(SSheet sheet, SPicture picture) protected WidgetDefaultBookWidgetLoader.newImageWidget(SSheet sheet, SPicture picture, org.zkoss.image.Image image, String panel, int zindex) 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