Package | Description |
---|---|
org.eclipse.swt.graphics |
Modifier and Type | Field and Description |
---|---|
Pattern |
GCData.backgroundPattern |
Pattern |
GCData.foregroundPattern |
Modifier and Type | Method and Description |
---|---|
Pattern |
GC.getBackgroundPattern()
Returns the background pattern.
|
Pattern |
GC.getForegroundPattern()
Returns the foreground pattern.
|
Modifier and Type | Method and Description |
---|---|
void |
GC.setBackgroundPattern(Pattern pattern)
Sets the background pattern.
|
void |
GC.setForegroundPattern(Pattern pattern)
Sets the foreground pattern.
|
Copyright © 2017. All Rights Reserved.