Uses of Interface
io.keikai.model.SCFValueObject
-
Packages that use SCFValueObject Package Description io.keikai.importer io.keikai.model Keikai Spreadsheet Internal Book Model classes.io.keikai.model.impl Keikai Spreadsheet Internal Book Model Implementation classes.io.keikai.range.impl.imexp Keikai Spreadsheet Internal Range API Implementation classes. -
-
Uses of SCFValueObject in io.keikai.importer
Methods in io.keikai.importer that return SCFValueObject Modifier and Type Method Description protected SCFValueObject
XlsxImporter. 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 List<SCFValueObject>
SColorScale. getCFValueObjects()
Returns the value objectList<SCFValueObject>
SDataBar. getCFValueObjects()
Returns the value objects.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 class
CFValueObjectImpl
Methods in io.keikai.model.impl that return types with arguments of type SCFValueObject Modifier and Type Method Description List<SCFValueObject>
ColorScaleImpl. getCFValueObjects()
List<SCFValueObject>
DataBarImpl. getCFValueObjects()
List<SCFValueObject>
IconSetImpl. getCFValueObjects()
Methods in io.keikai.model.impl with parameters of type SCFValueObject Modifier and Type Method Description void
ColorScaleImpl. addValueObject(SCFValueObject vo)
void
DataBarImpl. addValueObject(SCFValueObject vobject)
void
IconSetImpl. addValueObject(SCFValueObject vo)
Method parameters in io.keikai.model.impl with type arguments of type SCFValueObject Modifier and Type Method Description Double[]
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 SCFValueObject Modifier and Type Method Description protected void
ExcelXlsxExporter. addValueObject(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCfvo ctvo, SCFValueObject vo)
-