public class

NativeRect

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

Summary

Fields
protected boolean swigCMemOwn
Public Constructors
NativeRect()
Protected Constructors
NativeRect(long cPtr, boolean cMemoryOwn)
Public Methods
synchronized void delete()
float getBottom()
float getLeft()
float getRight()
float getTop()
float height()
void setBottom(float bottom)
void setLeft(float left)
void setRight(float right)
void setTop(float top)
float width()
Protected Methods
void finalize()
static long getCPtr(NativeRect obj)
static long swigRelease(NativeRect obj)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected boolean swigCMemOwn

Public Constructors

public NativeRect ()

Protected Constructors

protected NativeRect (long cPtr, boolean cMemoryOwn)

Public Methods

public synchronized void delete ()

public float getBottom ()

public float getLeft ()

public float getRight ()

public float getTop ()

public float height ()

public void setBottom (float bottom)

public void setLeft (float left)

public void setRight (float right)

public void setTop (float top)

public float width ()

Protected Methods

protected void finalize ()

protected static long getCPtr (NativeRect obj)

protected static long swigRelease (NativeRect obj)