Class MaskHistoryItem

java.lang.Object
  |
  +--MaskHistoryItem

public class MaskHistoryItem
extends java.lang.Object

Class containing method to save the history of a set of frequency filters

Author:
Bob Fisher

Constructor Summary
MaskHistoryItem()
           
MaskHistoryItem(int t, int a1, int a2, int a3, int a4)
           
 
Method Summary
 void loadMaskHistoryItem()
           
 java.lang.String saveMaskHistoryItem()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MaskHistoryItem

public MaskHistoryItem()

MaskHistoryItem

public MaskHistoryItem(int t,
                       int a1,
                       int a2,
                       int a3,
                       int a4)
Method Detail

saveMaskHistoryItem

public java.lang.String saveMaskHistoryItem()

loadMaskHistoryItem

public void loadMaskHistoryItem()