Class mask.MaskHistoryItem

java.lang.Object
  |
  +--mask.MaskHistoryItem

public class mask.MaskHistoryItem
extends java.lang.Object

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

Author:
Bob Fisher

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

Constructor Detail

mask.MaskHistoryItem

public mask.MaskHistoryItem()

mask.MaskHistoryItem

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

saveMaskHistoryItem

public java.lang.String saveMaskHistoryItem()

loadMaskHistoryItem

public void loadMaskHistoryItem(java.io.StreamTokenizer tokenizer)
                         throws java.io.IOException

applyHistoryItem

public void applyHistoryItem()