Uses of Class
org.eclipse.swt.graphics.Pattern
Packages that use Pattern
-
Uses of Pattern in org.eclipse.swt.graphics
Fields in org.eclipse.swt.graphics declared as PatternMethods in org.eclipse.swt.graphics that return PatternModifier and TypeMethodDescriptionGC.getBackgroundPattern()
Returns the background pattern.GC.getForegroundPattern()
Returns the foreground pattern.Methods in org.eclipse.swt.graphics with parameters of type PatternModifier and TypeMethodDescriptionvoid
GC.setBackgroundPattern
(Pattern pattern) Sets the background pattern.void
GC.setForegroundPattern
(Pattern pattern) Sets the foreground pattern.