public class Sel
extends com.sun.jna.Structure
| Modifier and Type | Class | Description |
|---|---|---|
static class |
Sel.ByReference |
|
static class |
Sel.ByValue |
| Modifier and Type | Field | Description |
|---|---|---|
int |
cx |
x location of sel origin
C type : l_int32 |
int |
cy |
y location of sel origin
C type : l_int32 |
com.sun.jna.ptr.PointerByReference |
data |
{0,1,2}; data[i][j] in [row][col] order
C type : l_int32** |
com.sun.jna.Pointer |
name |
used to find sel by name
C type : char* |
int |
sx |
sel width
C type : l_int32 |
int |
sy |
sel height
C type : l_int32 |
| Constructor | Description |
|---|---|
Sel() |
|
Sel(int sy,
int sx,
int cy,
int cx,
com.sun.jna.ptr.PointerByReference data,
com.sun.jna.Pointer name) |
|
Sel(com.sun.jna.Pointer peer) |
| Modifier and Type | Method | Description |
|---|---|---|
protected java.util.List<java.lang.String> |
getFieldOrder() |
Gets this Structure's field names in their proper order.
|
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, 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, writeFieldpublic int sy
public int sx
public int cy
public int cx
public com.sun.jna.ptr.PointerByReference data
public com.sun.jna.Pointer name
public Sel()
public Sel(int sy,
int sx,
int cy,
int cx,
com.sun.jna.ptr.PointerByReference data,
com.sun.jna.Pointer name)
sy - sel heightsx - sel widthcy - y location of sel origincx - x location of sel origindata - {0,1,2}; data[i][j] in [row][col] ordername - used to find sel by namepublic Sel(com.sun.jna.Pointer peer)
Copyright © 2026. All rights reserved.