Interface PaintInstruction
-
- All Known Implementing Classes:
BoldPaintInstruction,ItalicPaintInstruction,ListInstruction,NewLineInstruction,ParagraphInstruction,ResetFontPaintInstruction,ResetParagraphInstruction,ResetSpanStylePaintInstruction,SpanStylePaintInstruction,TextPaintInstruction
public interface PaintInstructionFunctional interface to perform a paint operation on aGC.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpaint(org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle area)
-