blob: 274cd0183ed9bf106b93e12aeb0034208352cac5 [file] [log] [blame]
package org.eclipse.nebula.widgets.nattable.core.geometry
/**
* A layer coordinate position (column, row).
*/
@Data
class PositionCoordinate {
long columnPosition
long rowPosition
}