|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.awt.image.ImageFilter
org.jscience.media.pictures.filters.WholeImageFilter
org.jscience.media.pictures.filters.BinaryFilter
public class BinaryFilter
DOCUMENT ME!
| Field Summary | |
|---|---|
protected BinaryFunction |
blackFunction
DOCUMENT ME! |
protected Colormap |
colormap
DOCUMENT ME! |
protected int |
iterations
DOCUMENT ME! |
protected int |
newColor
DOCUMENT ME! |
| Fields inherited from class org.jscience.media.pictures.filters.WholeImageFilter |
|---|
canFilterIndexColorModel, defaultRGBModel, inBytePixels, inPixels, originalSpace, transformedSpace |
| Fields inherited from class java.awt.image.ImageFilter |
|---|
consumer |
| Fields inherited from interface java.awt.image.ImageConsumer |
|---|
COMPLETESCANLINES, IMAGEABORTED, IMAGEERROR, RANDOMPIXELORDER, SINGLEFRAME, SINGLEFRAMEDONE, SINGLEPASS, STATICIMAGEDONE, TOPDOWNLEFTRIGHT |
| Constructor Summary | |
|---|---|
BinaryFilter()
|
|
| Method Summary | |
|---|---|
BinaryFunction |
getBlackFunction()
DOCUMENT ME! |
Colormap |
getColormap()
DOCUMENT ME! |
int |
getIterations()
DOCUMENT ME! |
int |
getNewColor()
DOCUMENT ME! |
void |
setBlackFunction(BinaryFunction blackFunction)
DOCUMENT ME! |
void |
setColormap(Colormap colormap)
DOCUMENT ME! |
void |
setIterations(int iterations)
DOCUMENT ME! |
void |
setNewColor(int newColor)
DOCUMENT ME! |
| Methods inherited from class org.jscience.media.pictures.filters.WholeImageFilter |
|---|
setColorModel, setDimensions, setPixels, setPixels, transformSpace |
| Methods inherited from class java.awt.image.ImageFilter |
|---|
clone, getFilterInstance, imageComplete, resendTopDownLeftRight, setHints, setProperties |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int newColor
protected BinaryFunction blackFunction
protected int iterations
protected Colormap colormap
| Constructor Detail |
|---|
public BinaryFilter()
| Method Detail |
|---|
public void setIterations(int iterations)
iterations - DOCUMENT ME!public int getIterations()
public void setColormap(Colormap colormap)
colormap - DOCUMENT ME!public Colormap getColormap()
public void setNewColor(int newColor)
newColor - DOCUMENT ME!public int getNewColor()
public void setBlackFunction(BinaryFunction blackFunction)
blackFunction - DOCUMENT ME!public BinaryFunction getBlackFunction()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||