com.mebigfatguy.pixelle
Class PixelleEvalFactory

java.lang.Object
  extended by 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.


Method Summary
static PixelleEval create(PixelleImage image)
          factory method for creating a pixel evaluator for the type of image that is passed in.
static ColorOutOfBoundsOption getColorOutOfBoundsOption()
           
static IndexOutOfBoundsOption getIndexOutOfBoundsOption()
           
static void setColorOutOfBoundsOption(ColorOutOfBoundsOption option)
           
static void setIndexOutOfBoundsOption(IndexOutOfBoundsOption option)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.