All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.jhlabs.image.ThresholdFilter

java.lang.Object
   |
   +----java.awt.image.ImageFilter
           |
           +----java.awt.image.RGBImageFilter
                   |
                   +----com.jhlabs.image.ThresholdFilter

public class ThresholdFilter
extends java.awt.image.RGBImageFilter
implements java.io.Serializable

Constructor Index

 o ThresholdFilter()
 o ThresholdFilter(int)

Method Index

 o filterRGB(int, int, int)
 o getBlack()
 o getLowerThreshold()
 o getUpperThreshold()
 o getWhite()
 o setBlack(int)
 o setLowerThreshold(int)
 o setUpperThreshold(int)
 o setWhite(int)
 o toString()

Constructors

 o ThresholdFilter
 public ThresholdFilter()
 o ThresholdFilter
 public ThresholdFilter(int t)

Methods

 o setLowerThreshold
 public void setLowerThreshold(int lowerThreshold)
 o getLowerThreshold
 public int getLowerThreshold()
 o setUpperThreshold
 public void setUpperThreshold(int upperThreshold)
 o getUpperThreshold
 public int getUpperThreshold()
 o setWhite
 public void setWhite(int white)
 o getWhite
 public int getWhite()
 o setBlack
 public void setBlack(int black)
 o getBlack
 public int getBlack()
 o filterRGB
 public int filterRGB(int x,
                      int y,
                      int rgb)
Overrides:
filterRGB in class java.awt.image.RGBImageFilter
 o toString
 public java.lang.String toString()
Overrides:
toString in class java.lang.Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index