| Overview | Package | Class | Tree | Deprecated | Index | Help | |||
| PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||
java.lang.Object | +--ncsa.horizon.awt.color.DirectColorModelData
| Constructor Summary | |
| DirectColorModelData(int bits,
int rmask,
int gmask,
int bmask,
int amask)
save the data for creating a DirectColorModel |
|
| DirectColorModelData(int bits,
int rmask,
int gmask,
int bmask)
save the data for creating a DirectColorModel |
|
| DirectColorModelData(java.awt.image.DirectColorModel dcm)
save the data for duplicating a given DirectColorModel |
|
| Method Summary | |
| java.awt.image.ColorModel | createColorModel()
|
| int | getAlphMask()
return the mask used on pixel values to get the alpha component |
| int | getBlueMask()
return the mask used on pixel values to get the blue component |
| int | getGreenMask()
return the mask used on pixel values to get the green component |
| int | getPixelSize()
return the size of each pixel |
| int | getRedMask()
return the mask used on pixel values to get the red component |
| Methods inherited from class java.lang.Object | |
| clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait | |
| Constructor Detail |
public DirectColorModelData(int bits,
int rmask,
int gmask,
int bmask,
int amask)
public DirectColorModelData(int bits,
int rmask,
int gmask,
int bmask)
public DirectColorModelData(java.awt.image.DirectColorModel dcm)
| Method Detail |
public int getPixelSize()
public int getRedMask()
public int getGreenMask()
public int getBlueMask()
public int getAlphMask()
public java.awt.image.ColorModel createColorModel()
| Overview | Package | Class | Tree | Deprecated | Index | Help | |||
| PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||