java.lang.Object | |
↳ | com.pspdfkit.internal.NativeEdgeInsets |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
protected boolean | swigCMemOwn |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
NativeEdgeInsets() | |||||||||||
NativeEdgeInsets(float new_top, float new_left, float new_bottom, float new_right) |
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
NativeEdgeInsets(long cPtr, boolean cMemoryOwn) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
synchronized void | delete() | ||||||||||
float | getM_bottom() | ||||||||||
float | getM_left() | ||||||||||
float | getM_right() | ||||||||||
float | getM_top() | ||||||||||
void | setM_bottom(float value) | ||||||||||
void | setM_left(float value) | ||||||||||
void | setM_right(float value) | ||||||||||
void | setM_top(float value) |
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void | finalize() | ||||||||||
static long | getCPtr(NativeEdgeInsets obj) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|