Uses of Class
org.eclipse.nebula.widgets.richtext.painter.LinePainter
-
Packages that use LinePainter Package Description org.eclipse.nebula.widgets.richtext org.eclipse.nebula.widgets.richtext.painter -
-
Uses of LinePainter in org.eclipse.nebula.widgets.richtext
Methods in org.eclipse.nebula.widgets.richtext that return LinePainter Modifier and Type Method Description private LinePainter
RichTextPainter. addInstruction(org.eclipse.swt.graphics.GC gc, int availableWidth, java.util.Collection<LinePainter> lines, LinePainter currentLine, TagProcessingState state, PaintInstruction instruction)
private LinePainter
RichTextPainter. createNewLine(java.util.Collection<LinePainter> lines)
Methods in org.eclipse.nebula.widgets.richtext with parameters of type LinePainter Modifier and Type Method Description private LinePainter
RichTextPainter. addInstruction(org.eclipse.swt.graphics.GC gc, int availableWidth, java.util.Collection<LinePainter> lines, LinePainter currentLine, TagProcessingState state, PaintInstruction instruction)
Method parameters in org.eclipse.nebula.widgets.richtext with type arguments of type LinePainter Modifier and Type Method Description private LinePainter
RichTextPainter. addInstruction(org.eclipse.swt.graphics.GC gc, int availableWidth, java.util.Collection<LinePainter> lines, LinePainter currentLine, TagProcessingState state, PaintInstruction instruction)
private LinePainter
RichTextPainter. createNewLine(java.util.Collection<LinePainter> lines)
-
Uses of LinePainter in org.eclipse.nebula.widgets.richtext.painter
Fields in org.eclipse.nebula.widgets.richtext.painter declared as LinePainter Modifier and Type Field Description private LinePainter
TagProcessingState. currentLine
TheLinePainter
of the current rendered line.Fields in org.eclipse.nebula.widgets.richtext.painter with type parameters of type LinePainter Modifier and Type Field Description private java.util.Iterator<LinePainter>
TagProcessingState. lineIterator
TheIterator
used to iterate over the lines that are rendered.Methods in org.eclipse.nebula.widgets.richtext.painter that return LinePainter Modifier and Type Method Description LinePainter
TagProcessingState. getCurrentLine()
Method parameters in org.eclipse.nebula.widgets.richtext.painter with type arguments of type LinePainter Modifier and Type Method Description void
TagProcessingState. setLineIterator(java.util.Iterator<LinePainter> lineIterator)
-