public class Margins extends Object
| Modifier and Type | Field and Description |
|---|---|
double |
bottom |
double |
left |
double |
right |
double |
top |
| Constructor and Description |
|---|
Margins(double top,
double right,
double bottom,
double left) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
int |
hashCode() |
static double |
inchesToPoints(double inches) |
static double |
pointsToInches(double points) |
Margins |
rotate() |
String |
toString() |
@NotNegative public final double top
@NotNegative public final double right
@NotNegative public final double bottom
@NotNegative public final double left
public static double inchesToPoints(double inches)
inches - public static double pointsToInches(double points)
public Margins rotate()
Copyright © 2021 sejda. All rights reserved.