video
Class PantomationBean

java.lang.Object
  extended by video.PantomationBean
All Implemented Interfaces:
java.io.Serializable

public class PantomationBean
extends java.lang.Object
implements java.io.Serializable

Copyright 2005, DocJava, Inc. User: dlyon Date: Mar 28, 2006 Time: 1:14:03 PM

See Also:
Serialized Form

Field Summary
static java.lang.String key
           
 
Constructor Summary
PantomationBean()
           
 
Method Summary
 int[] getD()
           
 int[] getIntValue()
           
 int[] getIntValue(double[] d)
           
 boolean isEqualized()
           
 boolean isFreezeFramed()
           
 boolean isHp1On()
           
 boolean isLaplacian3()
           
 boolean isLp1On()
           
 boolean isMarkerShown()
           
 boolean isPlusErode()
           
 boolean isThresholdOn()
           
static PantomationBean restore()
          restores the properties from the preference in the user root.
 void save()
           
 void setD(int[] d)
           
 void setEqualized(boolean equalized)
           
 void setFreezeFramed(boolean freezeFramed)
           
 void setHp1On(boolean selected)
           
 void setLaplacian3(boolean laplacian3)
           
 void setLp1On(boolean selected)
           
 void setMarkerShown(boolean markerShown)
           
 void setPlusErode(boolean plusErode)
           
 void setThresholdOn(boolean thresholdOn)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

public static java.lang.String key
Constructor Detail

PantomationBean

public PantomationBean()
Method Detail

getIntValue

public int[] getIntValue()

getIntValue

public int[] getIntValue(double[] d)

isThresholdOn

public boolean isThresholdOn()

setThresholdOn

public void setThresholdOn(boolean thresholdOn)

isPlusErode

public boolean isPlusErode()

setPlusErode

public void setPlusErode(boolean plusErode)

isFreezeFramed

public boolean isFreezeFramed()

setFreezeFramed

public void setFreezeFramed(boolean freezeFramed)

isEqualized

public boolean isEqualized()

setEqualized

public void setEqualized(boolean equalized)

getD

public int[] getD()

setD

public void setD(int[] d)

save

public void save()

restore

public static PantomationBean restore()
restores the properties from the preference in the user root.


setLp1On

public void setLp1On(boolean selected)

isLp1On

public boolean isLp1On()

isLaplacian3

public boolean isLaplacian3()

setLaplacian3

public void setLaplacian3(boolean laplacian3)

setHp1On

public void setHp1On(boolean selected)

isHp1On

public boolean isHp1On()

isMarkerShown

public boolean isMarkerShown()

setMarkerShown

public void setMarkerShown(boolean markerShown)