public class AbstractImageService.ResizeCoords extends Object
| Constructor and Description |
|---|
ResizeCoords(int targetStartPosX,
int targetStartPosY,
int targetWidth,
int targetHeight,
int sourceStartPosX,
int sourceStartPosY,
int sourceWidth,
int sourceHeight) |
| Modifier and Type | Method and Description |
|---|---|
int |
getSourceHeight() |
int |
getSourceStartPosX() |
int |
getSourceStartPosY() |
int |
getSourceWidth() |
int |
getTargetHeight() |
int |
getTargetStartPosX() |
int |
getTargetStartPosY() |
int |
getTargetWidth() |
public ResizeCoords(int targetStartPosX,
int targetStartPosY,
int targetWidth,
int targetHeight,
int sourceStartPosX,
int sourceStartPosY,
int sourceWidth,
int sourceHeight)
public int getTargetStartPosX()
public int getTargetStartPosY()
public int getTargetHeight()
public int getTargetWidth()
public int getSourceStartPosX()
public int getSourceStartPosY()
public int getSourceWidth()
public int getSourceHeight()
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.