Uses of Interface
io.keikai.model.SCFValueObject
Packages that use SCFValueObject
Package
Description
-
Uses of SCFValueObject in io.keikai.importer
Methods in io.keikai.importer that return SCFValueObjectModifier and TypeMethodDescriptionprotected SCFValueObjectXlsxImporter.prepareValueObject(XlsxExtractor.XlsxCfvoExtractor ctvo) -
Uses of SCFValueObject in io.keikai.model
Methods in io.keikai.model that return types with arguments of type SCFValueObjectModifier and TypeMethodDescriptionSColorScale.getCFValueObjects()Returns the value objectSDataBar.getCFValueObjects()Returns the value objects.SIconSet.getCFValueObjects()Returns the value objects -
Uses of SCFValueObject in io.keikai.model.impl
Classes in io.keikai.model.impl that implement SCFValueObjectMethods in io.keikai.model.impl that return types with arguments of type SCFValueObjectModifier and TypeMethodDescriptionColorScaleImpl.getCFValueObjects()DataBarImpl.getCFValueObjects()IconSetImpl.getCFValueObjects()Methods in io.keikai.model.impl with parameters of type SCFValueObjectModifier and TypeMethodDescriptionvoidColorScaleImpl.addValueObject(SCFValueObject vo) voidDataBarImpl.addValueObject(SCFValueObject vobject) voidIconSetImpl.addValueObject(SCFValueObject vo) Method parameters in io.keikai.model.impl with type arguments of type SCFValueObjectModifier and TypeMethodDescriptionDouble[]CFValueObjectHelper.calcMinMax(List<SCFValueObject> vos) -
Uses of SCFValueObject in io.keikai.range.impl.imexp
Methods in io.keikai.range.impl.imexp with parameters of type SCFValueObjectModifier and TypeMethodDescriptionprotected voidExcelXlsxExporter.addValueObject(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCfvo ctvo, SCFValueObject vo)