public static class RawImageManipConfig.CropConfig extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
CropConfig()
Default native constructor.
|
CropConfig(long size)
Native array allocator.
|
CropConfig(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
float |
cropRatio() |
RawImageManipConfig.CropConfig |
cropRatio(float setter) |
RawImageManipConfig.CropRect |
cropRect() |
RawImageManipConfig.CropConfig |
cropRect(RawImageManipConfig.CropRect setter) |
RotatedRect |
cropRotatedRect() |
RawImageManipConfig.CropConfig |
cropRotatedRect(RotatedRect setter) |
boolean |
enableCenterCropRectangle() |
RawImageManipConfig.CropConfig |
enableCenterCropRectangle(boolean setter) |
boolean |
enableRotatedRect() |
RawImageManipConfig.CropConfig |
enableRotatedRect(boolean setter) |
RawImageManipConfig.CropConfig |
getPointer(long i) |
boolean |
normalizedCoords() |
RawImageManipConfig.CropConfig |
normalizedCoords(boolean setter) |
RawImageManipConfig.CropConfig |
position(long position) |
float |
widthHeightAspectRatio() |
RawImageManipConfig.CropConfig |
widthHeightAspectRatio(float setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic CropConfig()
public CropConfig(long size)
Pointer.position(long).public CropConfig(Pointer p)
Pointer(Pointer).public RawImageManipConfig.CropConfig position(long position)
public RawImageManipConfig.CropConfig getPointer(long i)
getPointer in class Pointer@ByRef public RawImageManipConfig.CropRect cropRect()
public RawImageManipConfig.CropConfig cropRect(RawImageManipConfig.CropRect setter)
@ByRef public RotatedRect cropRotatedRect()
public RawImageManipConfig.CropConfig cropRotatedRect(RotatedRect setter)
public RawImageManipConfig.CropConfig enableCenterCropRectangle(boolean setter)
public float cropRatio()
public RawImageManipConfig.CropConfig cropRatio(float setter)
public float widthHeightAspectRatio()
public RawImageManipConfig.CropConfig widthHeightAspectRatio(float setter)
public RawImageManipConfig.CropConfig enableRotatedRect(boolean setter)
public RawImageManipConfig.CropConfig normalizedCoords(boolean setter)
Copyright © 2021. All rights reserved.