public class InternalImageProcessorResult extends Object
| Modifier and Type | Field and Description |
|---|---|
protected double |
cropBottom |
protected double |
cropLeft |
protected double |
cropRight |
protected double |
cropTop |
protected int |
height |
protected String |
imagePath |
protected int |
width |
protected int |
xoffset |
protected int |
yoffset |
| Modifier | Constructor and Description |
|---|---|
protected |
InternalImageProcessorResult(String imagePath,
int width,
int height,
int xoffset,
int yoffset,
double cropTop,
double cropLeft,
double cropBottom,
double cropRight) |
protected final String imagePath
protected int width
protected int height
protected int xoffset
protected int yoffset
protected double cropTop
protected double cropLeft
protected double cropBottom
protected double cropRight
protected InternalImageProcessorResult(String imagePath, int width, int height, int xoffset, int yoffset, double cropTop, double cropLeft, double cropBottom, double cropRight)
Copyright © 2017. All rights reserved.