Package org.eclipse.nebula.widgets.richtext.painter.instructions
-
Interface Summary Interface Description FontMetricsProvider Implementations of this interface typically perform modifications to aFontand therefore need to be able to supply theFontMetricsof the font after the modifications are done.PaintInstruction Functional interface to perform a paint operation on aGC. -
Class Summary Class Description BoldPaintInstruction ItalicPaintInstruction ListInstruction PaintInstructionthat is similar to aParagraphInstructionand additionally adds setting up list rendering states.NewLineInstruction PaintInstructionto move to the next line for rendering.ParagraphInstruction PaintInstructionthat is used to set up a new paragraph.ResetFontPaintInstruction ResetParagraphInstruction PaintInstructionto reset settings that were applied for a paragraph.ResetSpanStylePaintInstruction PaintInstructionto reset style information that were set via span tag.SpanStylePaintInstruction PaintInstructionthat applies style information to theGCvia span tag attributes.TextPaintInstruction PaintInstructionto paint text based on the currentTagProcessingState.