Uses of Interface
io.keikai.model.sys.format.FormatResult
-
Packages that use FormatResult Package Description io.keikai.model.impl.sys io.keikai.model.sys.format -
-
Uses of FormatResult in io.keikai.model.impl.sys
Classes in io.keikai.model.impl.sys that implement FormatResult Modifier and Type Class Description classFormatResultImplMethods in io.keikai.model.impl.sys that return FormatResult Modifier and Type Method Description FormatResultFormatEngineImpl. format(SCell cell, FormatContext context)FormatResultFormatEngineImpl. format(java.lang.String format, java.lang.Object value, FormatContext context, int cellWidth) -
Uses of FormatResult in io.keikai.model.sys.format
Methods in io.keikai.model.sys.format that return FormatResult Modifier and Type Method Description FormatResultFormatEngine. format(SCell cell, FormatContext ctx)Format the cell by it's formatFormatResultFormatEngine. format(java.lang.String format, java.lang.Object value, FormatContext ctx, int cellWidth)Format the value
-