public final class GCData
extends java.lang.Object
IMPORTANT: This class is not part of the public API for SWT. It is marked public only so that it can be shared within the packages provided by SWT. It is not available on all platforms, and should never be called from application code.
| Modifier and Type | Field and Description |
|---|---|
int |
alpha |
int |
antialias |
float[] |
background |
Pattern |
backgroundPattern |
NSColor |
bg |
NSBezierPath |
clipPath |
Device |
device |
float |
drawXOffset |
float |
drawYOffset |
NSColor |
fg |
int |
fillRule |
NSGraphicsContext |
flippedContext |
Font |
font |
float[] |
foreground |
Pattern |
foregroundPattern |
Image |
image |
NSAffineTransform |
inverseTransform |
NSLayoutManager |
layoutManager |
int |
lineCap |
float[] |
lineDashes |
float |
lineDashesOffset |
int |
lineJoin |
float |
lineMiterLimit |
int |
lineStyle |
float |
lineWidth |
NSRect |
paintRect |
NSBezierPath |
path |
boolean |
restoreContext |
NSSize |
size |
int |
state |
int |
style |
int |
textAntialias |
NSTextContainer |
textContainer |
NSTextStorage |
textStorage |
java.lang.Thread |
thread |
NSAffineTransform |
transform |
NSView |
view |
NSBezierPath |
visiblePath |
int |
visibleRgn |
boolean |
xorMode |
| Constructor and Description |
|---|
GCData() |
public Device device
public int style
public int state
public float[] foreground
public float[] background
public Pattern foregroundPattern
public Pattern backgroundPattern
public Font font
public int alpha
public float lineWidth
public int lineStyle
public int lineCap
public int lineJoin
public float lineDashesOffset
public float[] lineDashes
public float lineMiterLimit
public boolean xorMode
public int antialias
public int textAntialias
public int fillRule
public Image image
public NSTextStorage textStorage
public NSLayoutManager layoutManager
public NSTextContainer textContainer
public NSColor fg
public NSColor bg
public float drawXOffset
public float drawYOffset
public NSRect paintRect
public NSBezierPath path
public NSAffineTransform transform
public NSAffineTransform inverseTransform
public NSBezierPath clipPath
public NSBezierPath visiblePath
public int visibleRgn
public NSView view
public NSSize size
public java.lang.Thread thread
public NSGraphicsContext flippedContext
public boolean restoreContext