public class

NativeEdgeInsets

extends Object
java.lang.Object
   ↳ com.pspdfkit.internal.NativeEdgeInsets

Summary

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)
static long swigRelease(NativeEdgeInsets obj)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected boolean swigCMemOwn

Public Constructors

public NativeEdgeInsets ()

public NativeEdgeInsets (float new_top, float new_left, float new_bottom, float new_right)

Protected Constructors

protected NativeEdgeInsets (long cPtr, boolean cMemoryOwn)

Public Methods

public synchronized void delete ()

public float getM_bottom ()

public float getM_left ()

public float getM_right ()

public float getM_top ()

public void setM_bottom (float value)

public void setM_left (float value)

public void setM_right (float value)

public void setM_top (float value)

Protected Methods

protected void finalize ()

protected static long getCPtr (NativeEdgeInsets obj)

protected static long swigRelease (NativeEdgeInsets obj)