|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--net.aerith.misao.image.RGBCompositeImage
The RGBCompositeImage is a set of three monochrome
images, which represents a composed RGB image.
| Field Summary | |
protected MonoImage |
B_image
The B image. |
protected LevelAdjustmentSet |
B_stat
The image level and statistics of B image. |
protected MonoImage |
G_image
The G image. |
protected LevelAdjustmentSet |
G_stat
The image level and statistics of G image. |
protected MonoImage |
R_image
The R image. |
protected LevelAdjustmentSet |
R_stat
The image level and statistics of R image. |
| Constructor Summary | |
RGBCompositeImage(MonoImage initial_R_image,
MonoImage initial_G_image,
MonoImage initial_B_image)
Constructs an RGBCompositeImage. |
|
| Method Summary | |
MonoImage |
getBImage()
Gets the B image. |
LevelAdjustmentSet |
getBImageLevelAdjustmentSet()
Gets the image level and statistics of the B image. |
MonoImage |
getGImage()
Gets the G image. |
LevelAdjustmentSet |
getGImageLevelAdjustmentSet()
Gets the image level and statistics of the G image. |
java.awt.Image |
getImage()
Creates an java.awt.Image. |
MonoImage |
getRImage()
Gets the R image. |
LevelAdjustmentSet |
getRImageLevelAdjustmentSet()
Gets the image level and statistics of the R image. |
Size |
getSize()
Gets the image size. |
void |
setBImageLevelAdjustmentSet(LevelAdjustmentSet stat)
Sets the image level and statistics of the B image. |
void |
setGImageLevelAdjustmentSet(LevelAdjustmentSet stat)
Sets the image level and statistics of the G image. |
void |
setRImageLevelAdjustmentSet(LevelAdjustmentSet stat)
Sets the image level and statistics of the R image. |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
protected MonoImage R_image
protected MonoImage G_image
protected MonoImage B_image
protected LevelAdjustmentSet R_stat
protected LevelAdjustmentSet G_stat
protected LevelAdjustmentSet B_stat
| Constructor Detail |
public RGBCompositeImage(MonoImage initial_R_image,
MonoImage initial_G_image,
MonoImage initial_B_image)
RGBCompositeImage.initial_R_image - the R image.initial_G_image - the G image.initial_B_image - the B image.| Method Detail |
public Size getSize()
public MonoImage getRImage()
public MonoImage getGImage()
public MonoImage getBImage()
public LevelAdjustmentSet getRImageLevelAdjustmentSet()
public LevelAdjustmentSet getGImageLevelAdjustmentSet()
public LevelAdjustmentSet getBImageLevelAdjustmentSet()
public void setRImageLevelAdjustmentSet(LevelAdjustmentSet stat)
stat - the image level and statistics of the R image.public void setGImageLevelAdjustmentSet(LevelAdjustmentSet stat)
stat - the image level and statistics of the G image.public void setBImageLevelAdjustmentSet(LevelAdjustmentSet stat)
stat - the image level and statistics of the B image.public java.awt.Image getImage()
java.awt.Image. The range of pixel
values is expanded so that the minimum value becomes 0 and the
maximum value becomes 255.java.awt.Image.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||