public class DeclutterMatrix.MatrixIndexes
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
origIndexHeight |
int |
origIndexLength |
int |
origXIndex |
int |
origYIndex |
boolean |
partial |
boolean |
withinMatrix |
int |
xEnd |
int |
xStart |
int |
yEnd |
int |
yStart |
Constructor and Description |
---|
DeclutterMatrix.MatrixIndexes() |
Modifier and Type | Method and Description |
---|---|
boolean |
objOnMatrix(int objXIndex,
int objYIndex,
int objIndexLength,
int objIndexHeight)
Test to see if the object is on the matrix.
|
boolean |
set(int objXIndex,
int objYIndex) |
boolean |
set(int objXIndex,
int objYIndex,
int objIndexLength,
int objIndexHeight) |
boolean |
setFromPixels(int pixelXLocation,
int pixelYLocation) |
boolean |
setFromPixels(int pixelXLocation,
int pixelYLocation,
int pixelLength,
int pixelHeight) |
public boolean withinMatrix
public boolean partial
public int xStart
public int yStart
public int xEnd
public int yEnd
public int origXIndex
public int origYIndex
public int origIndexLength
public int origIndexHeight
public boolean setFromPixels(int pixelXLocation, int pixelYLocation, int pixelLength, int pixelHeight)
public boolean setFromPixels(int pixelXLocation, int pixelYLocation)
public boolean set(int objXIndex, int objYIndex)
public boolean set(int objXIndex, int objYIndex, int objIndexLength, int objIndexHeight)
public boolean objOnMatrix(int objXIndex, int objYIndex, int objIndexLength, int objIndexHeight)
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details