Interface PaintInstruction

All Known Implementing Classes:
BoldPaintInstruction, ItalicPaintInstruction, ListInstruction, NewLineInstruction, ParagraphInstruction, ResetFontPaintInstruction, ResetParagraphInstruction, ResetSpanStylePaintInstruction, SpanStylePaintInstruction, TextPaintInstruction

public interface PaintInstruction
Functional interface to perform a paint operation on a GC.
  • Method Summary

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

    • paint

      void paint​(org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle area)