|
|||||||||
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.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
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 |