| java.lang.Object | |
| ↳ | com.pnfsoftware.jeb.core.output.text.impl.Coordinates |
A simple implementation of the ICoordinates interface.
Plugins may use this class to minimize code duplication.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Coordinates(long anchorId, int lineDelta, int columnOffset) | |||||||||||
| Coordinates(long anchorId, int lineDelta) | |||||||||||
| Coordinates(long anchorId) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| boolean | equals(Object obj) | ||||||||||
| long |
getAnchorId()
Get the anchor id.
| ||||||||||
| int |
getColumnOffset()
Get the column offset within the line identified by the (anchorId, lineDelta) couple.
| ||||||||||
| int |
getLineDelta()
Get the line index within the anchored chunk.
| ||||||||||
| int | hashCode() | ||||||||||
| void | setAnchorId(int anchorId) | ||||||||||
| void | setColumnOffset(int columnOffset) | ||||||||||
| void | setLineDelta(int lineDelta) | ||||||||||
| String | toString() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.pnfsoftware.jeb.core.output.text.ICoordinates
| |||||||||||
Get the anchor id.
Get the column offset within the line identified by the (anchorId, lineDelta) couple.
Get the line index within the anchored chunk.