@Name(value="Box")
public static class lept.BOX
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
BOX()
Default native constructor.
|
BOX(long size)
Native array allocator.
|
BOX(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
h()
box height
|
lept.BOX |
h(int h) |
lept.BOX |
position(long position) |
int |
refcount()
reference count (1 if no clones)
|
lept.BOX |
refcount(int refcount) |
int |
w()
box width
|
lept.BOX |
w(int w) |
int |
x()
left coordinate
|
lept.BOX |
x(int x) |
int |
y()
top coordinate
|
lept.BOX |
y(int y) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic BOX()
public BOX(long size)
Pointer.position(long).public BOX(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public lept.BOX position(long position)
position in class org.bytedeco.javacpp.Pointer@Cast(value="l_int32") public int x()
public lept.BOX x(int x)
@Cast(value="l_int32") public int y()
public lept.BOX y(int y)
@Cast(value="l_int32") public int w()
public lept.BOX w(int w)
@Cast(value="l_int32") public int h()
public lept.BOX h(int h)
@Cast(value="l_uint32") public int refcount()
public lept.BOX refcount(int refcount)
Copyright © 2018. All rights reserved.