public class ResetParagraphInstruction extends java.lang.Object implements PaintInstruction
PaintInstruction to reset settings that were applied for a paragraph.| Modifier and Type | Field and Description |
|---|---|
protected int |
paragraphSpace |
protected TagProcessingState |
state |
| Constructor and Description |
|---|
ResetParagraphInstruction(int paragraphSpace,
TagProcessingState state) |
| Modifier and Type | Method and Description |
|---|---|
void |
paint(org.eclipse.swt.graphics.GC gc,
org.eclipse.swt.graphics.Rectangle area) |
protected TagProcessingState state
protected int paragraphSpace
public ResetParagraphInstruction(int paragraphSpace,
TagProcessingState state)
public void paint(org.eclipse.swt.graphics.GC gc,
org.eclipse.swt.graphics.Rectangle area)
paint in interface PaintInstruction