org.shapelogic.color
Class GrayAreaFactory

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

public class GrayAreaFactory
extends BaseAreaFactory
implements ValueAreaFactory

GrayAreaFactory is a factory and store for GrayEdgeArea.

Author:
Sami Badawi

Constructor Summary
GrayAreaFactory()
           
 
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

GrayAreaFactory

public GrayAreaFactory()
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.