Teppefall

com.teppefall.ds.render2d
Class D2DFilterThreshold

java.lang.Object
  extended by com.teppefall.ds.render2d.D2DGenericFilter
      extended by com.teppefall.ds.render2d.D2DFilterThreshold
All Implemented Interfaces:
D2DFilter, java.io.Serializable

public class D2DFilterThreshold
extends D2DGenericFilter

See Also:
Serialized Form

Constructor Summary
D2DFilterThreshold()
           
D2DFilterThreshold(int value)
           
 
Method Summary
 
Methods inherited from class com.teppefall.ds.render2d.D2DGenericFilter
apply, getDestination, getName, getText, isUsingSourceAsDestination, setDestination, setUsingSourceAsDestination
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

D2DFilterThreshold

public D2DFilterThreshold()

D2DFilterThreshold

public D2DFilterThreshold(int value)

Teppefall