@Name(value="Sel") @Properties(inherit=leptonica.class) public class SEL extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description | 
|---|
SEL()
Default native constructor. 
 | 
SEL(long size)
Native array allocator. 
 | 
SEL(Pointer p)
Pointer cast constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
cx()
x location of sel origin 
 | 
SEL | 
cx(int setter)  | 
int | 
cy()
y location of sel origin 
 | 
SEL | 
cy(int setter)  | 
PointerPointer | 
data()  | 
IntPointer | 
data(int i)
{0,1,2}; data[i][j] in [row][col] order 
 | 
SEL | 
data(int i,
    IntPointer setter)  | 
SEL | 
data(PointerPointer setter)  | 
SEL | 
getPointer(long i)  | 
BytePointer | 
name()
used to find sel by name 
 | 
SEL | 
name(BytePointer setter)  | 
SEL | 
position(long position)  | 
int | 
sx()
sel width 
 | 
SEL | 
sx(int setter)  | 
int | 
sy()
sel height 
 | 
SEL | 
sy(int setter)  | 
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic SEL()
public SEL(long size)
Pointer.position(long).public SEL(Pointer p)
Pointer(Pointer).public SEL getPointer(long i)
getPointer in class Pointerpublic SEL sy(int setter)
public SEL sx(int setter)
public SEL cy(int setter)
public SEL cx(int setter)
@Cast(value="l_int32*") public IntPointer data(int i)
public SEL data(int i, IntPointer setter)
@Cast(value="l_int32**") public PointerPointer data()
public SEL data(PointerPointer setter)
@Cast(value="char*") public BytePointer name()
public SEL name(BytePointer setter)
Copyright © 2025. All rights reserved.