Uses of Class
org.eclipse.swt.graphics.Pattern
-
Packages that use Pattern Package Description org.eclipse.swt.graphics SWT graphics classes. -
-
Uses of Pattern in org.eclipse.swt.graphics
Fields in org.eclipse.swt.graphics declared as Pattern Modifier and Type Field Description PatternGCData. backgroundPatternPatternGCData. foregroundPatternMethods in org.eclipse.swt.graphics that return Pattern Modifier and Type Method Description PatternGC. getBackgroundPattern()Returns the background pattern.PatternGC. getForegroundPattern()Returns the foreground pattern.Methods in org.eclipse.swt.graphics with parameters of type Pattern Modifier and Type Method Description voidGC. setBackgroundPattern(Pattern pattern)Sets the background pattern.voidGC. setForegroundPattern(Pattern pattern)Sets the foreground pattern.
-