@Name(value="Box") @Properties(inherit=leptonica.class) public class BOX extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
BOX()
Default native constructor.
|
BOX(long size)
Native array allocator.
|
BOX(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
BOX |
getPointer(long i) |
int |
h()
box height
|
BOX |
h(int setter) |
BOX |
position(long position) |
int |
refcount()
reference count (1 if no clones)
|
BOX |
refcount(int setter) |
int |
w()
box width
|
BOX |
w(int setter) |
int |
x()
left coordinate
|
BOX |
x(int setter) |
int |
y()
top coordinate
|
BOX |
y(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, zero
public BOX()
public BOX(long size)
Pointer.position(long)
.public BOX(Pointer p)
Pointer(Pointer)
.Copyright © 2023. All rights reserved.