|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.me.parabola.imgfmt.app.trergn.MapValues
public class MapValues
Class to calculate the values that occur at offset 9a in the TRE header. As I don't know the purpose of these the naming is a bit arbitrary here... This was worked out in the display project, so see the TreCalc file there for more history. This is a cleaned up version of what was written there.
Constructor Summary | |
---|---|
MapValues(int mapId,
int headerLength)
|
Method Summary | |
---|---|
void |
calculate()
|
int |
value(int n)
There are four values. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MapValues(int mapId, int headerLength)
Method Detail |
---|
public int value(int n)
n
- Get value n, starting at 0 up to four.public void calculate()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |