|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--picturedream.implementation.processor.Grayscaler
Title: PictureDream
Description:
Copyright: Copyright (c) 2003 MRoc
Organisation: MRoc Audiosolutions
| Constructor Summary | |
Grayscaler()
|
|
| Method Summary | |
javax.swing.JComponent |
getEditor(IPicture preview)
|
java.lang.String |
getName()
returns the processors name |
char[][] |
process(char[][] channels,
int width,
int height)
processes the given channels and returns the modified version. can also directly work with the given data and can return this. |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public Grayscaler()
| Method Detail |
public char[][] process(char[][] channels,
int width,
int height)
process in interface IPictureProcessorchannels - - the channels to be processedpublic javax.swing.JComponent getEditor(IPicture preview)
getEditor in interface IPictureProcessorpublic java.lang.String getName()
getName in interface IPictureProcessor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||