org.shapelogic.color
Interface ValueAreaFactory

All Known Implementing Classes:
BaseAreaFactory, ColorAreaFactory, GrayAreaFactory

public interface ValueAreaFactory

Factory and storage interface.

Author:
Sami Badawi

Method Summary
 int areasGreaterThan(int minSize)
           
 int getBackgroundColor()
           
 java.util.List<IColorAndVariance> getStore()
           
 IColorAndVariance makePixelArea(int x, int y, int startColor)
           
 void sort()
           
 

Method Detail

makePixelArea

IColorAndVariance makePixelArea(int x,
                                int y,
                                int startColor)

getStore

java.util.List<IColorAndVariance> getStore()

getBackgroundColor

int getBackgroundColor()

sort

void sort()

areasGreaterThan

int areasGreaterThan(int minSize)


Copyright © 2009. All Rights Reserved.