Uses of Class
org.tinfour.utils.GridSpecification.CellPosition
-
Packages that use GridSpecification.CellPosition Package Description org.tinfour.utils Provides both high-level and general utilities for using the Tinfour packages. -
-
Uses of GridSpecification.CellPosition in org.tinfour.utils
Methods in org.tinfour.utils that return GridSpecification.CellPosition Modifier and Type Method Description GridSpecification.CellPositionGridSpecification. getCellPosition()Get an enumerated value indicating the cellPositionstatic GridSpecification.CellPositionGridSpecification.CellPosition. valueOf(String name)Returns the enum constant of this type with the specified name.static GridSpecification.CellPosition[]GridSpecification.CellPosition. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.tinfour.utils with parameters of type GridSpecification.CellPosition Constructor Description GridSpecification(GridSpecification.CellPosition cellPosition, double cellSize, double xmin, double xmax, double ymin, double ymax)Constructs an instance based on a specified set of bounds with the requirement that the grid coordinates are integral multiples of the cellSize.
-