Class ResetParagraphInstruction

java.lang.Object
org.eclipse.nebula.widgets.richtext.painter.instructions.ResetParagraphInstruction
All Implemented Interfaces:
PaintInstruction

public class ResetParagraphInstruction
extends java.lang.Object
implements PaintInstruction
PaintInstruction to reset settings that were applied for a paragraph.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected int paragraphSpace  
    protected TagProcessingState state  
  • Constructor Summary

    Constructors 
    Constructor Description
    ResetParagraphInstruction​(int paragraphSpace, TagProcessingState state)  
  • Method Summary

    Modifier and Type Method Description
    void paint​(org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle area)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait