# Class: com.pnfsoftware.jeb.core.output.text.impl.Coordinates

A simple implementation of the [ICoordinates](ICoordinates) interface. 

 Plugins may use this class to minimize code duplication.

## Constructor: Coordinates
- parameter: `anchorId`, type: `long`
- parameter: `lineDelta`, type: `int`
- parameter: `columnOffset`, type: `int`


## Constructor: Coordinates
- parameter: `anchorId`, type: `long`
- parameter: `lineDelta`, type: `int`


## Constructor: Coordinates
- parameter: `anchorId`, type: `long`


## Method: equals
- parameter: `obj`, type: `java.lang.Object`
- return type: `boolean`


## Method: getAnchorId
- return type: `long`


## Method: getColumnOffset
- return type: `int`


## Method: getLineDelta
- return type: `int`


## Method: hashCode
- return type: `int`


## Method: setAnchorId
- parameter: `anchorId`, type: `int`


## Method: setColumnOffset
- parameter: `columnOffset`, type: `int`


## Method: setLineDelta
- parameter: `lineDelta`, type: `int`


## Method: toString
- return type: `java.lang.String`


