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 TypeMethodDescriptionvoidGC.setBackgroundPattern(Pattern pattern) Sets the background pattern.voidGC.setForegroundPattern(Pattern pattern) Sets the foreground pattern.