Package | Description |
---|---|
org.eclipse.nebula.widgets.richtext.painter | |
org.eclipse.nebula.widgets.richtext.painter.instructions |
Modifier and Type | Method | Description |
---|---|---|
void |
LinePainter.addInstruction(PaintInstruction instruction) |
Modifier and Type | Class | Description |
---|---|---|
class |
BoldPaintInstruction |
|
class |
ItalicPaintInstruction |
|
class |
ListInstruction |
PaintInstruction that is similar to a ParagraphInstruction and additionally adds
setting up list rendering states. |
class |
NewLineInstruction |
PaintInstruction to move to the next line for rendering. |
class |
ParagraphInstruction |
PaintInstruction that is used to set up a new paragraph. |
class |
ResetFontPaintInstruction |
|
class |
ResetParagraphInstruction |
PaintInstruction to reset settings that were applied for a paragraph. |
class |
ResetSpanStylePaintInstruction |
PaintInstruction to reset style information that were set via span tag. |
class |
SpanStylePaintInstruction |
PaintInstruction that applies style information to the GC via span tag
attributes. |
class |
TextPaintInstruction |
PaintInstruction to paint text based on the current TagProcessingState . |