Uses of Class
org.apache.sis.io.TableAppender.Cell
Packages that use TableAppender.Cell
Package
Description
-
Uses of TableAppender.Cell in org.apache.sis.io
Fields in org.apache.sis.io with type parameters of type TableAppender.CellModifier and TypeFieldDescriptionprivate final List
<TableAppender.Cell> TableAppender.cells
List ofTableAppender.Cell
objects, from left to right and top to bottom.Methods in org.apache.sis.io that return TableAppender.CellModifier and TypeMethodDescription(package private) TableAppender.Cell
TableAppender.Cell.substring
(int lower) Returns a new cell which contains substring of this cell.