public interface RegionParameters
| Modifier and Type | Method and Description |
|---|---|
float |
getHeight() |
float |
getHorizontalOffset() |
float |
getVerticalOffset() |
float |
getWidth() |
boolean |
isAbsolute() |
void |
makeAbsolute(int imageWidth,
int imageHeight) |
void |
setAbsolute(boolean absolute) |
void |
setHeight(float height) |
void |
setHorizontalOffset(float horizontalOffset) |
void |
setVerticalOffset(float verticalOffset) |
void |
setWidth(float width) |
void makeAbsolute(int imageWidth,
int imageHeight)
throws InvalidParametersException
InvalidParametersExceptionfloat getHeight()
void setHeight(float height)
float getHorizontalOffset()
void setHorizontalOffset(float horizontalOffset)
float getVerticalOffset()
void setVerticalOffset(float verticalOffset)
float getWidth()
void setWidth(float width)
boolean isAbsolute()
void setAbsolute(boolean absolute)
Copyright © 2017. All rights reserved.