| Package | Description |
|---|---|
| org.sejda.model | |
| org.sejda.model.parameter | |
| org.sejda.model.validation.validator |
| Modifier and Type | Method and Description |
|---|---|
static RectangularBox |
RectangularBox.newInstance(int bottom,
int left,
int top,
int right)
static factory method.
|
static RectangularBox |
RectangularBox.newInstanceFromPoints(Point bottomLeft,
Point topRight)
static factory method creating a new instance of the
RectangularBox from two points. |
| Modifier and Type | Method and Description |
|---|---|
Set<RectangularBox> |
CropParameters.getCropAreas() |
| Modifier and Type | Method and Description |
|---|---|
void |
CropParameters.addCropArea(RectangularBox area)
adds a area to the crop areas set.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
NotNegativeCoordinatesValidator.isValid(RectangularBox value,
javax.validation.ConstraintValidatorContext context) |
boolean |
CoordinatesValidator.isValid(RectangularBox value,
javax.validation.ConstraintValidatorContext context) |
Copyright © 2015. All Rights Reserved.