blobs
Class SolidRGBColor

java.lang.Object
  extended byblobs.Blob
      extended byblobs.BlobInPixelSource
          extended byblobs.RGBColor
              extended byblobs.SolidRGBColor
All Implemented Interfaces:
java.lang.Cloneable, Growable

public class SolidRGBColor
extends RGBColor


Field Summary
 
Fields inherited from class blobs.Blob
debugLevel
 
Constructor Summary
SolidRGBColor(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.RGBColor
addSample, doesPixelQualify, getTarget, newPoint, setColor
 
Methods inherited from class blobs.BlobInPixelSource
getPixel
 
Methods inherited from class blobs.Blob
debugAll, debugPixel, finishedSeed, getArea, getBirthDate, getDebugLevel, getDebugString, 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

SolidRGBColor

public SolidRGBColor(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 RGBColor