public class NITFGraphics
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
attachedLevel |
protected int |
commonColumn |
protected int |
commonRow |
protected int |
displayLevel |
Overlay |
overlay |
protected int |
relativeColumn |
protected int |
relativeRow |
| Constructor and Description |
|---|
NITFGraphics(int relRow,
int relCol,
int comRow,
int comCol,
int aLvl,
int dLvl,
byte[] dataIn) |
| Modifier and Type | Method and Description |
|---|---|
void |
draw(android.graphics.Canvas canvas,
android.graphics.Paint paint,
float density) |
int |
getDisplayLevel() |
void |
read(java.io.DataInput in) |
protected int relativeRow
protected int relativeColumn
protected int commonRow
protected int commonColumn
protected int attachedLevel
protected int displayLevel
public Overlay overlay