|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdeadbeef.SupTools.BitmapBounds
public class BitmapBounds
Storage class used by Bitmap
to return image bounds.
Field Summary | |
---|---|
int |
xMax
X coordinate of last column that contains visible pixels. |
int |
xMin
X coordinate of first column that contains visible pixels. |
int |
yMax
Y coordinate of last line that contains visible pixels. |
int |
yMin
Y coordinate of first line that contains visible pixels. |
Constructor Summary | |
---|---|
BitmapBounds(int minX,
int maxX,
int minY,
int maxY)
Constructor. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int xMin
public int xMax
public int yMin
public int yMax
Constructor Detail |
---|
public BitmapBounds(int minX, int maxX, int minY, int maxY)
minX
- x coordinate of first column that contains visible pixelsmaxX
- x coordinate of last column that contains visible pixelsminY
- y coordinate of first line that contains visible pixelsmaxY
- y coordinate of last line that contains visible pixels
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |