Uses of Interface
com.pnfsoftware.jeb.core.output.text.ILine
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 ILine in com.pnfsoftware.jeb.core.output.code
-
Uses of ILine in com.pnfsoftware.jeb.core.output.text
Modifier and TypeFieldDescriptionstatic final ILine
ILine.EMPTY_LINE
An empty line with no anchorModifier and TypeMethodDescriptiondefault ILine
ITextDocumentPart.getLine
(int index) ITextItem.getLine()
Get the line that contains this item.static ILine
TextPartUtil.getLineAt
(ITextDocumentPart part, ICoordinates coord) Modifier and TypeMethodDescriptionITextDocumentPart.getLines()
Get the lines within that part.TextPartUtil.getLinesOfAnchor
(ITextDocumentPart part, long anchorId) Get the lines that belong to a specific anchor of a text part. -
Uses of ILine in com.pnfsoftware.jeb.core.output.text.impl
ModifierConstructorDescriptionStaticTextDocument
(List<ILine> lines) TextDocumentPart
(List<ILine> lines, List<IAnchor> anchors) Create a new part with the given lines and anchors.