|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectdigs.atari2600.FrameRecord
public class FrameRecord
This class holds all the scanline cycles for a single display frame as parsed from the Z26 debug spew.
| Field Summary | |
|---|---|
int |
frameNumber
|
java.util.List<ScanLineCycle> |
scanLines
|
| Constructor Summary | |
|---|---|
FrameRecord()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int frameNumber
public java.util.List<ScanLineCycle> scanLines
| Constructor Detail |
|---|
public FrameRecord()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||