|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectj2d.edge.SobelProcessor
public class SobelProcessor
Constructor Summary | |
---|---|
SobelProcessor(int a,
boolean isX)
|
Method Summary | |
---|---|
ImageProcessorInterface |
getProcessor(int a)
get a parameterized image processor. |
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 SobelProcessor(int a, boolean isX)
Method Detail |
---|
public ImageProcessorInterface getProcessor(int a)
ImageProcessorFactory
getProcessor
in interface ImageProcessorFactory
a
- some integer parameter used to create the image processor
ImageProcessor
instance.public java.awt.Image process(java.awt.Image img)
ImageProcessorInterface
process
in interface ImageProcessorInterface
img
- input image
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |