util
Class SignInfo

java.lang.Object
  extended by util.SignInfo

public class SignInfo
extends java.lang.Object

SignInfo class holds sign frames array and its count flag

Author:
shankar

Field Summary
 int signFrameCount
          sign Frame count flag
 int[][][][] signFrames
          Holds the sign Frame for a group of frames
 
Constructor Summary
SignInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

signFrames

public int[][][][] signFrames
Holds the sign Frame for a group of frames


signFrameCount

public int signFrameCount
sign Frame count flag

Constructor Detail

SignInfo

public SignInfo()