@DoNotObfuscate
public class ImageRegion
extends java.lang.Object
| Constructor and Description | 
|---|
ImageRegion(int leftX,
           int upperY,
           int width,
           int height)
This class is a wrapper for a rectangle defined by its x/y values for 
 the upper left point and width/height. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.awt.Rectangle | 
getAwtRectangle()  | 
ImageRegion | 
getFlippedHorizontally()  | 
ImageRegion | 
getFlippedVertically()  | 
int | 
getHeight()  | 
int | 
getLeftX()  | 
ImageRegion | 
getRotated90()  | 
int | 
getUpperY()  | 
int | 
getWidth()  | 
void | 
setFullImageHeight(int fullImageHeight)  | 
void | 
setFullImageWidth(int fullImageWidth)  | 
@Guarded
public ImageRegion(int leftX,
                   int upperY,
                   int width,
                   int height)
public int getLeftX()
public int getUpperY()
public int getWidth()
public int getHeight()
public java.awt.Rectangle getAwtRectangle()
public void setFullImageHeight(int fullImageHeight)
public void setFullImageWidth(int fullImageWidth)
public ImageRegion getRotated90()
public ImageRegion getFlippedVertically()
public ImageRegion getFlippedHorizontally()
Copyright (C) PDFUnit.com. See here for license.