Uses of Interface
com.pnfsoftware.jeb.core.output.text.ILine
Packages that use 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
Classes in com.pnfsoftware.jeb.core.output.code that implement ILine -
Uses of ILine in com.pnfsoftware.jeb.core.output.text
Fields in com.pnfsoftware.jeb.core.output.text declared as ILineModifier and TypeFieldDescriptionstatic final ILine
ILine.EMPTY_LINE
An empty line with no anchorMethods in com.pnfsoftware.jeb.core.output.text that return ILineModifier and TypeMethodDescriptiondefault ILine
ITextDocumentPart.getLine
(int index) ITextItem.getLine()
Get the line that contains this item.static ILine
TextPartUtil.getLineAt
(ITextDocumentPart part, ICoordinates coord) Methods in com.pnfsoftware.jeb.core.output.text that return types with arguments of type ILineModifier 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.Methods in com.pnfsoftware.jeb.core.output.text with parameters of type ILine -
Uses of ILine in com.pnfsoftware.jeb.core.output.text.impl
Classes in com.pnfsoftware.jeb.core.output.text.impl that implement ILineMethods in com.pnfsoftware.jeb.core.output.text.impl that return ILineMethods in com.pnfsoftware.jeb.core.output.text.impl that return types with arguments of type ILineMethods in com.pnfsoftware.jeb.core.output.text.impl with parameters of type ILineConstructor parameters in com.pnfsoftware.jeb.core.output.text.impl with type arguments of type ILineModifierConstructorDescriptionStaticTextDocument
(List<ILine> lines) TextDocumentPart
(List<ILine> lines, List<IAnchor> anchors) Create a new part with the given lines and anchors.