|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--picturedream.implementation.processor.LinearColorScale
Title: PictureDream
Description:
Copyright: Copyright (c) 2003 MRoc
Organisation: MRoc Audiosolutions
| Field Summary | |
int |
ivC1
brightness |
double |
ivC2
contrast |
IPicture |
picturepreview
|
protected PictureView |
pictureview
Picture View for a Preview Image |
| Constructor Summary | |
LinearColorScale()
|
|
| Method Summary | |
javax.swing.JComponent |
getEditor(IPicture preview)
|
java.lang.String |
getName()
returns the processors name |
void |
onSliderChanged(SliderControl slider)
invoked when the slider status changed |
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 |
|
| Field Detail |
public int ivC1
public double ivC2
public IPicture picturepreview
protected PictureView pictureview
| Constructor Detail |
public LinearColorScale()
| Method Detail |
public char[][] process(char[][] channels,
int width,
int height)
IPictureProcessorprocess in interface IPictureProcessorpicturedream.model.IPictureProcessorchannels - - the channels to be processedpublic javax.swing.JComponent getEditor(IPicture preview)
getEditor in interface IPictureProcessorpublic java.lang.String getName()
getName in interface IPictureProcessorpublic void onSliderChanged(SliderControl slider)
onSliderChanged in interface ISliderListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||