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.
-
-
Field Summary
Fields Modifier and Type Field Description private TagProcessingState
state
-
Constructor Summary
Constructors Constructor Description NewLineInstruction(TagProcessingState state)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
paint(org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle area)
-
-
-
Field Detail
-
state
private TagProcessingState state
-
-
Constructor Detail
-
NewLineInstruction
public NewLineInstruction(TagProcessingState state)
-
-
Method Detail
-
paint
public void paint(org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle area)
- Specified by:
paint
in interfacePaintInstruction
-
-