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 aGC
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
paint(org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle area)
-