com.mebigfatguy.pixelle
Class PixelleEvalFactory
java.lang.Object
   com.mebigfatguy.pixelle.PixelleEvalFactory
com.mebigfatguy.pixelle.PixelleEvalFactory
- public class PixelleEvalFactory 
- extends java.lang.Object
factory for creating pixel evaluation instances based on the type of image that is
 input.
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
getIndexOutOfBoundsOption
public static IndexOutOfBoundsOption getIndexOutOfBoundsOption()
- 
 
setIndexOutOfBoundsOption
public static void setIndexOutOfBoundsOption(IndexOutOfBoundsOption option)
- 
 
getColorOutOfBoundsOption
public static ColorOutOfBoundsOption getColorOutOfBoundsOption()
- 
 
setColorOutOfBoundsOption
public static void setColorOutOfBoundsOption(ColorOutOfBoundsOption option)
- 
 
create
public static PixelleEval create(PixelleImage image)
- factory method for creating a pixel evaluator for the type of image that is
 passed in.
 
- 
- Parameters:
- image- the image that will need to be evaluated
- Returns:
- the pixel evaluator
 
Copyright © 2008 MeBigFatGuy.com. All Rights Reserved.