Class NewLineInstruction
java.lang.Object
org.eclipse.nebula.widgets.richtext.painter.instructions.NewLineInstruction
- All Implemented Interfaces:
PaintInstruction
public class NewLineInstruction extends java.lang.Object implements PaintInstruction
PaintInstruction
to move to the next line for rendering.-
Constructor Summary
Constructors Constructor Description NewLineInstruction(TagProcessingState state)
-
Method Summary
Modifier and Type Method Description void
paint(org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle area)
-
Constructor Details
-
Method Details
-
paint
public void paint(org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle area)- Specified by:
paint
in interfacePaintInstruction
-