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 LinePainterRichTextPainter. addInstruction(org.eclipse.swt.graphics.GC gc, int availableWidth, java.util.Collection<LinePainter> lines, LinePainter currentLine, TagProcessingState state, PaintInstruction instruction)private LinePainterRichTextPainter. createNewLine(java.util.Collection<LinePainter> lines)Methods in org.eclipse.nebula.widgets.richtext with parameters of type LinePainter Modifier and Type Method Description private LinePainterRichTextPainter. 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 LinePainterRichTextPainter. addInstruction(org.eclipse.swt.graphics.GC gc, int availableWidth, java.util.Collection<LinePainter> lines, LinePainter currentLine, TagProcessingState state, PaintInstruction instruction)private LinePainterRichTextPainter. 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 LinePainterTagProcessingState. currentLineTheLinePainterof 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. lineIteratorTheIteratorused to iterate over the lines that are rendered.Methods in org.eclipse.nebula.widgets.richtext.painter that return LinePainter Modifier and Type Method Description LinePainterTagProcessingState. getCurrentLine()Method parameters in org.eclipse.nebula.widgets.richtext.painter with type arguments of type LinePainter Modifier and Type Method Description voidTagProcessingState. setLineIterator(java.util.Iterator<LinePainter> lineIterator)
-