Uses of Interface
com.pnfsoftware.jeb.core.output.table.ICellCoordinates
Packages that use ICellCoordinates
Package
Description
Types for table documents, useful to represent tabular data generated by a unit.
Trivial implementations for the table package interfaces.
-
Uses of ICellCoordinates in com.pnfsoftware.jeb.core.output.table
Methods in com.pnfsoftware.jeb.core.output.table that return ICellCoordinatesModifier and TypeMethodDescriptionITableDocument.addressToCoordinates
(String address) Convert a cell address to cell coordinates.Methods in com.pnfsoftware.jeb.core.output.table with parameters of type ICellCoordinatesModifier and TypeMethodDescriptionITableDocument.coordinatesToAddress
(ICellCoordinates coordinates) Convert cell coordinates to the cell address. -
Uses of ICellCoordinates in com.pnfsoftware.jeb.core.output.table.impl
Classes in com.pnfsoftware.jeb.core.output.table.impl that implement ICellCoordinatesModifier and TypeClassDescriptionclass
Simple implementation of cell coordinates.Methods in com.pnfsoftware.jeb.core.output.table.impl that return ICellCoordinatesMethods in com.pnfsoftware.jeb.core.output.table.impl with parameters of type ICellCoordinatesModifier and TypeMethodDescriptionAbstractTableDocument.coordinatesToAddress
(ICellCoordinates coordinates)