Uses of Interface
org.eclipse.nebula.widgets.richtext.painter.instructions.PaintInstruction
-
Packages that use PaintInstruction Package Description org.eclipse.nebula.widgets.richtext org.eclipse.nebula.widgets.richtext.painter org.eclipse.nebula.widgets.richtext.painter.instructions -
-
Uses of PaintInstruction in org.eclipse.nebula.widgets.richtext
Methods in org.eclipse.nebula.widgets.richtext that return PaintInstruction Modifier and Type Method Description private PaintInstructionRichTextPainter. handleStyleConfiguration(javax.xml.stream.events.StartElement element, java.util.Deque<SpanElement> spanStack, TagProcessingState state)Methods in org.eclipse.nebula.widgets.richtext with parameters of type PaintInstruction 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) -
Uses of PaintInstruction in org.eclipse.nebula.widgets.richtext.painter
Fields in org.eclipse.nebula.widgets.richtext.painter with type parameters of type PaintInstruction Modifier and Type Field Description private java.util.Collection<PaintInstruction>LinePainter. instructionsMethods in org.eclipse.nebula.widgets.richtext.painter with parameters of type PaintInstruction Modifier and Type Method Description voidLinePainter. addInstruction(PaintInstruction instruction) -
Uses of PaintInstruction in org.eclipse.nebula.widgets.richtext.painter.instructions
Classes in org.eclipse.nebula.widgets.richtext.painter.instructions that implement PaintInstruction Modifier and Type Class Description classBoldPaintInstructionclassItalicPaintInstructionclassListInstructionPaintInstructionthat is similar to aParagraphInstructionand additionally adds setting up list rendering states.classNewLineInstructionPaintInstructionto move to the next line for rendering.classParagraphInstructionPaintInstructionthat is used to set up a new paragraph.classResetFontPaintInstructionclassResetParagraphInstructionPaintInstructionto reset settings that were applied for a paragraph.classResetSpanStylePaintInstructionPaintInstructionto reset style information that were set via span tag.classSpanStylePaintInstructionPaintInstructionthat applies style information to theGCvia span tag attributes.classTextPaintInstructionPaintInstructionto paint text based on the currentTagProcessingState.
-