Uses of Class
org.eclipse.swt.graphics.Pattern
-
Packages that use Pattern Package Description org.eclipse.swt.graphics -
-
Uses of Pattern in org.eclipse.swt.graphics
Fields in org.eclipse.swt.graphics declared as Pattern Modifier and Type Field Description Pattern
GCData. backgroundPattern
Pattern
GCData. foregroundPattern
Methods in org.eclipse.swt.graphics that return Pattern Modifier and Type Method Description Pattern
GC. getBackgroundPattern()
Returns the background pattern.Pattern
GC. getForegroundPattern()
Returns the foreground pattern.Methods in org.eclipse.swt.graphics with parameters of type Pattern Modifier and Type Method Description void
GC. setBackgroundPattern(Pattern pattern)
Sets the background pattern.void
GC. setForegroundPattern(Pattern pattern)
Sets the foreground pattern.
-