public final class

EdgeInsets

extends Object
java.lang.Object
   ↳ com.pspdfkit.utils.EdgeInsets

Class Overview

Object represents page insets.

Summary

Fields
public final float bottom
public final float left
public final float right
public final float top
Public Constructors
EdgeInsets()
Creates a default EdgeInsets object with all values set to 0.
EdgeInsets(float top, float left, float bottom, float right)
Creates an edge insets object representation.
Public Methods
boolean equals(Object o)
int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public final float bottom

public final float left

public final float right

public final float top

Public Constructors

public EdgeInsets ()

Creates a default EdgeInsets object with all values set to 0.

public EdgeInsets (float top, float left, float bottom, float right)

Creates an edge insets object representation.

Parameters
top Top edge insets in PDF points.
left Left edge insets in PDF points.
bottom Bottom edge insets in PDF points.
right Right edge insets in PDF points.

Public Methods

public boolean equals (Object o)

public int hashCode ()

public String toString ()