PaintInstruction
ListInstruction
public class ParagraphInstruction extends java.lang.Object implements PaintInstruction
PaintInstruction
that is used to set up a new paragraph.Constructor | Description |
---|---|
ParagraphInstruction(AlignmentStyle alignment,
int paragraphSpace,
TagProcessingState state) |
Modifier and Type | Method | Description |
---|---|---|
void |
paint(org.eclipse.swt.graphics.GC gc,
org.eclipse.swt.graphics.Rectangle area) |
public ParagraphInstruction(AlignmentStyle alignment, int paragraphSpace, TagProcessingState state)
public void paint(org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle area)
paint
in interface PaintInstruction