|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectFrameData
public class FrameData
Class for representing all boxes so they can be scrolled through without reading them from disk
Field Summary | |
---|---|
static int |
GROUP_BOXES
Constants used to represent the number of single or group boxes contained in a FrameData object. |
GroupBox[] |
groupBox
Structures used for storing group box data about the video frame. |
static int |
SINGLE_BOXES
Constants used to represent the number of single or group boxes contained in a FrameData object. |
SingleBox[] |
singleBox
Structures used for storing single box data about the video frame. |
Constructor Summary | |
---|---|
FrameData()
Default constructor sets all the data to nothing. |
|
FrameData(SingleBox[] singleBox,
GroupBox[] groupBox)
Constructor specifying the single boxes and the group boxes to be used for this FrameData object. |
Method Summary | |
---|---|
GroupBox |
getGroupBox(int i)
Returns the GroupBox object at index i in this FrameData object. |
GroupBox[] |
getGroupBoxes()
Returns the array of all GroupBox objects in this FrameData object. |
int |
getSelected()
Returns the currently selected box, 0-6 (currently) represent the 7 single boxes and 7-13 represent the 7 group boxes. |
SingleBox |
getSingleBox(int i)
Returns the SingleBox object at index i in this FrameData object. |
SingleBox[] |
getSingleBoxes()
Returns the array of all SingleBox objects in this FrameData object. |
void |
printFrame(int frame)
|
void |
setProperty(boolean ind,
java.lang.String Property,
java.lang.String value,
int id)
|
java.lang.String |
toString()
Returns the String representation of this FrameData object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int GROUP_BOXES
public static final int SINGLE_BOXES
public SingleBox[] singleBox
public GroupBox[] groupBox
Constructor Detail |
---|
public FrameData()
public FrameData(SingleBox[] singleBox, GroupBox[] groupBox)
Method Detail |
---|
public int getSelected()
public SingleBox getSingleBox(int i)
public SingleBox[] getSingleBoxes()
public GroupBox getGroupBox(int i)
public GroupBox[] getGroupBoxes()
public java.lang.String toString()
toString
in class java.lang.Object
public void printFrame(int frame)
public void setProperty(boolean ind, java.lang.String Property, java.lang.String value, int id)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |