Uses of Interface
io.keikai.model.SCFValueObject
-
Packages that use SCFValueObject Package Description io.keikai.importer io.keikai.model io.keikai.model.impl io.keikai.range.impl.imexp -
-
Uses of SCFValueObject in io.keikai.importer
Methods in io.keikai.importer that return SCFValueObject Modifier and Type Method Description protected SCFValueObjectXlsxImporter. prepareValueObject(XlsxExtractor.XlsxCfvoExtractor ctvo) -
Uses of SCFValueObject in io.keikai.model
Methods in io.keikai.model that return types with arguments of type SCFValueObject Modifier and Type Method Description java.util.List<SCFValueObject>SColorScale. getCFValueObjects()Returns the value objectjava.util.List<SCFValueObject>SDataBar. getCFValueObjects()Returns the value objects.java.util.List<SCFValueObject>SIconSet. getCFValueObjects()Returns the value objects -
Uses of SCFValueObject in io.keikai.model.impl
Classes in io.keikai.model.impl that implement SCFValueObject Modifier and Type Class Description classCFValueObjectImplMethods in io.keikai.model.impl that return types with arguments of type SCFValueObject Modifier and Type Method Description java.util.List<SCFValueObject>ColorScaleImpl. getCFValueObjects()java.util.List<SCFValueObject>DataBarImpl. getCFValueObjects()java.util.List<SCFValueObject>IconSetImpl. getCFValueObjects()Methods in io.keikai.model.impl with parameters of type SCFValueObject Modifier and Type Method Description voidColorScaleImpl. addValueObject(SCFValueObject vo)voidDataBarImpl. addValueObject(SCFValueObject vobject)voidIconSetImpl. addValueObject(SCFValueObject vo)Method parameters in io.keikai.model.impl with type arguments of type SCFValueObject Modifier and Type Method Description java.lang.Double[]CFValueObjectHelper. calcMinMax(java.util.List<SCFValueObject> vos) -
Uses of SCFValueObject in io.keikai.range.impl.imexp
Methods in io.keikai.range.impl.imexp with parameters of type SCFValueObject Modifier and Type Method Description protected voidExcelXlsxExporter. addValueObject(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCfvo ctvo, SCFValueObject vo)
-