Uses of Interface
com.pnfsoftware.jeb.core.output.text.IAnchor
Packages that use IAnchor
Package
Description
Specialized text-document types and helpers for code units.
Text-document abstractions, styling helpers, and utilities used to expose line-based unit
output.
Basic implementations of the public text-document 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 IAnchorITextDocumentPart.getAnchor(int index) Get an anchor by part-relative index.static IAnchorTextPartUtil.getAnchorAtLine(ITextDocumentPart part, int lineIndex) Retrieve the document anchor at the provided line.static IAnchorTextPartUtil.getAnchorById(ITextDocumentPart part, long anchorId) Get the anchor that has the exact provided id.static IAnchorTextPartUtil.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 IAnchorTextPartUtil.getFirstAnchor(ITextDocumentPart part) Determine the first anchor of the provided part.static IAnchorTextPartUtil.getLastAnchor(ITextDocumentPart part) Determine the last inclusive anchor of the provided part.static IAnchorTextPartUtil.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