Uses of Interface
com.pnfsoftware.jeb.core.output.text.IAnchor
Packages that use IAnchor
Package
Description
Specialized text document useful for code units.
Types for text documents, useful to represent textual data generated by a unit.
Trivial implementations for the text package interfaces.
-
Uses of IAnchor in com.pnfsoftware.jeb.core.output.code
Classes in com.pnfsoftware.jeb.core.output.code that implement IAnchor -
Uses of IAnchor in com.pnfsoftware.jeb.core.output.text
Methods in com.pnfsoftware.jeb.core.output.text that return IAnchorModifier and TypeMethodDescriptiondefault IAnchor
ITextDocumentPart.getAnchor
(int index) static IAnchor
TextPartUtil.getAnchorAtLine
(ITextDocumentPart part, int lineIndex) Retrieve the document anchor at the provided line.static IAnchor
TextPartUtil.getAnchorById
(ITextDocumentPart part, long anchorId) Get the anchor that has the exact provided id.static IAnchor
TextPartUtil.getApproximateAnchorById
(ITextDocumentPart part, long anchorId, int mode) Get the anchor that has the provided id, or if none is found, one if its neighbor (not necessarily the closest neighbor).static IAnchor
TextPartUtil.getFirstAnchor
(ITextDocumentPart part) Determine the first anchor of the provided part.static IAnchor
TextPartUtil.getLastAnchor
(ITextDocumentPart part) Determine the last inclusive anchor of the provided part.static IAnchor
TextPartUtil.getNearestAnchorById
(ITextDocumentPart part, long anchorId) Get the anchor that has the closest id to the requested id.Methods in com.pnfsoftware.jeb.core.output.text that return types with arguments of type IAnchorModifier and TypeMethodDescriptionITextDocumentPart.getAnchors()
Get the anchors within that part. -
Uses of IAnchor in com.pnfsoftware.jeb.core.output.text.impl
Classes in com.pnfsoftware.jeb.core.output.text.impl that implement IAnchorMethods in com.pnfsoftware.jeb.core.output.text.impl that return IAnchorMethods in com.pnfsoftware.jeb.core.output.text.impl that return types with arguments of type IAnchor