Uses of Class
org.eclipse.swt.graphics.Pattern
-
Uses of Pattern in org.eclipse.swt.graphics
Modifier and TypeMethodDescriptionGC.getBackgroundPattern()
Returns the background pattern.GC.getForegroundPattern()
Returns the foreground pattern.Modifier and TypeMethodDescriptionvoid
GC.setBackgroundPattern
(Pattern pattern) Sets the background pattern.void
GC.setForegroundPattern
(Pattern pattern) Sets the foreground pattern.