Package com.pspdfkit.utils
Class EdgeInsets
-
- All Implemented Interfaces:
public final class EdgeInsets
Object represents page insets.
-
-
Constructor Summary
Constructors Constructor Description 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.
-
Method Summary
-
-
Constructor Detail
-
EdgeInsets
EdgeInsets()
Creates a default EdgeInsets object with all values set to0
.
-
EdgeInsets
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.
-
-
-
-