com.sygem.visimagik
Class FilterPastel

java.lang.Object
  extended bycom.sygem.visimagik.Filter
      extended bycom.sygem.visimagik.FilterPastel

public class FilterPastel
extends Filter

Pastel painting filter.

Version:
3.0a
See Also:
Filter

Constructor Summary
FilterPastel()
          Default constructor.
 
Method Summary
 void execute(int[] graphics_array)
          Perform the image processing.
 
Methods inherited from class com.sygem.visimagik.Filter
removeMask, setMask
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterPastel

public FilterPastel()
Default constructor.

Method Detail

execute

public void execute(int[] graphics_array)
Perform the image processing.

Parameters:
graphics_array - The array to perform the processing on
See Also:
Visimagik


Copyright © 1999-2006 SyGem Software. All Rights Reserved.