Teppefall

com.teppefall.ds.render2d
Class D2DFilterSplit

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

public class D2DFilterSplit
extends D2DGenericFilter

See Also:
Serialized Form

Constructor Summary
D2DFilterSplit()
           
D2DFilterSplit(boolean side)
           
 
Method Summary
 java.awt.image.BufferedImage apply(java.awt.image.BufferedImage bimg)
           
 
Methods inherited from class com.teppefall.ds.render2d.D2DGenericFilter
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

D2DFilterSplit

public D2DFilterSplit()

D2DFilterSplit

public D2DFilterSplit(boolean side)
Method Detail

apply

public java.awt.image.BufferedImage apply(java.awt.image.BufferedImage bimg)
Specified by:
apply in interface D2DFilter
Overrides:
apply in class D2DGenericFilter

Teppefall