blobs
Class SolidNRGBColor

java.lang.Object
  extended byblobs.Blob
      extended byblobs.BlobInPixelSource
          extended byblobs.NRGBColor
              extended byblobs.SolidNRGBColor
All Implemented Interfaces:
java.lang.Cloneable, Growable

public class SolidNRGBColor
extends NRGBColor


Field Summary
 
Fields inherited from class blobs.NRGBColor
greenLower, greenUpper, redLower, redUpper
 
Fields inherited from class blobs.Blob
debugLevel
 
Constructor Summary
SolidNRGBColor(PixelSource _ps, java.awt.image.BufferedImage _debugImage)
           
 
Method Summary
 java.lang.Object clone()
           
 void newSeed(int _x, int _y)
          Key function called by the search routines.
 
Methods inherited from class blobs.NRGBColor
addSample, addSamples, computeLimits, doesPixelQualify, getDebugString, getGreenTarget, getGreenTolerance, getRanges, getRedTarget, getRedTolerance, newPoint, setGreenTarget, setGreenTolerance, setRanges, setRedTarget, setRedTolerance, shiftGreen, shiftRed
 
Methods inherited from class blobs.BlobInPixelSource
getPixel
 
Methods inherited from class blobs.Blob
debugAll, debugPixel, finishedSeed, getArea, getBirthDate, getDebugLevel, getLastX, getLastY, getMidPoint, getNextExpectedPostion, getOutsidePolygon, getPolygon, getRect, getSearchField, getSmoothedPostion, getTimeStamp, getTotalDebugLevels, getType, getValidsInARow, newBorderPoint, newFrame, setBirthDate, setDebugColor, setDebugLevel, setDebugString, setLastValidTime, setSearchField, setType, validate, validate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SolidNRGBColor

public SolidNRGBColor(PixelSource _ps,
                      java.awt.image.BufferedImage _debugImage)
Method Detail

newSeed

public void newSeed(int _x,
                    int _y)
Description copied from interface: Growable
Key function called by the search routines. Called when you first plant a seed to see if this growth will grow.

Specified by:
newSeed in interface Growable
Overrides:
newSeed in class Blob

clone

public java.lang.Object clone()
Overrides:
clone in class NRGBColor