Package com.sun.jna.platform.unix
Class X11.XGCValues
java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.unix.X11.XGCValues
- Enclosing interface:
- X11
@FieldOrder({"function","plane_mask","foreground","background","line_width","line_style","cap_style","join_style","fill_style","fill_rule","arc_mode","tile","stipple","ts_x_origin","ts_y_origin","font","subwindow_mode","graphics_exposures","clip_x_origin","clip_y_origin","clip_mask","dash_offset","dashes"})
public static class X11.XGCValues
extends Structure
- 
Nested Class SummaryNested classes/interfaces inherited from class com.sun.jna.StructureStructure.ByReference, Structure.ByValue, Structure.FieldOrder, Structure.StructField
- 
Field SummaryFieldsModifier and TypeFieldDescriptionintintintintintbyteintintintbooleanintintintintintintFields inherited from class com.sun.jna.StructureALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.sun.jna.StructureallocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
- 
Field Details- 
functionpublic int function
- 
plane_mask
- 
foreground
- 
background
- 
line_widthpublic int line_width
- 
line_stylepublic int line_style
- 
cap_stylepublic int cap_style
- 
join_stylepublic int join_style
- 
fill_stylepublic int fill_style
- 
fill_rulepublic int fill_rule
- 
arc_modepublic int arc_mode
- 
tile
- 
stipple
- 
ts_x_originpublic int ts_x_origin
- 
ts_y_originpublic int ts_y_origin
- 
font
- 
subwindow_modepublic int subwindow_mode
- 
graphics_exposurespublic boolean graphics_exposures
- 
clip_x_originpublic int clip_x_origin
- 
clip_y_originpublic int clip_y_origin
- 
clip_mask
- 
dash_offsetpublic int dash_offset
- 
dashespublic byte dashes
 
- 
- 
Constructor Details- 
XGCValuespublic XGCValues()
 
-