org.shapelogic.color
Class ColorAreaFactory

java.lang.Object
  extended by org.shapelogic.color.BaseAreaFactory
      extended by org.shapelogic.color.ColorAreaFactory
All Implemented Interfaces:
ValueAreaFactory

public class ColorAreaFactory
extends BaseAreaFactory
implements ValueAreaFactory

GrayAreaFactory is a factory and store for ColorEdgeArea.

Author:
Sami Badawi

Constructor Summary
ColorAreaFactory()
           
 
Method Summary
 IColorAndVariance makePixelArea(int x, int y, int startColor)
           
 
Methods inherited from class org.shapelogic.color.BaseAreaFactory
areasGreaterThan, getBackgroundColor, getStore, sort
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.shapelogic.color.ValueAreaFactory
areasGreaterThan, getBackgroundColor, getStore, sort
 

Constructor Detail

ColorAreaFactory

public ColorAreaFactory()
Method Detail

makePixelArea

public IColorAndVariance makePixelArea(int x,
                                       int y,
                                       int startColor)
Specified by:
makePixelArea in interface ValueAreaFactory
Specified by:
makePixelArea in class BaseAreaFactory


Copyright © 2009. All Rights Reserved.