| java.lang.Object | |
| ↳ | com.pnfsoftware.jeb.core.output.code.CodeAnchor |
Named anchors for code documents. Such anchors are created via
registerAnchor(String). They are limited to a 32-bit addressing space.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long |
getIdentifier()
Get the anchor identifier.
| ||||||||||
| int |
getLineIndex()
Get the line index, within the document part, of the first line (the anchor line) of the
anchored chunk.
| ||||||||||
| String |
getName()
Get the name of this anchor.
| ||||||||||
| String | toString() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.pnfsoftware.jeb.core.output.text.IAnchor
| |||||||||||
Get the anchor identifier. The identifier is a zero+ index number.
Get the line index, within the document part, of the first line (the anchor line) of the anchored chunk.
Get the name of this anchor.