|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectj2d.hpp.ThresholdProcessor
public class ThresholdProcessor
Constructor Summary | |
---|---|
ThresholdProcessor(double _b)
|
Method Summary | |
---|---|
short |
getB(int b)
|
short |
getG(int g)
|
short |
getR(int r)
|
java.awt.Image |
process(java.awt.Image img)
a basic garbage in, garbage out processor. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ThresholdProcessor(double _b)
Method Detail |
---|
public java.awt.Image process(java.awt.Image img)
ImageProcessorInterface
process
in interface ImageProcessorInterface
img
- input image
public short getR(int r)
getR
in interface HppFilterInterface
public short getG(int g)
getG
in interface HppFilterInterface
public short getB(int b)
getB
in interface HppFilterInterface
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |