Interface BmpWriter
-
- All Known Implementing Classes:
BmpWriterPalette,BmpWriterRgb
interface BmpWriter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetBitsPerPixel()byte[]getImageData(java.awt.image.BufferedImage src)intgetPaletteSize()voidwritePalette(AbstractBinaryOutputStream bos)
-
-
-
Method Detail
-
getBitsPerPixel
int getBitsPerPixel()
-
getImageData
byte[] getImageData(java.awt.image.BufferedImage src)
-
getPaletteSize
int getPaletteSize()
-
writePalette
void writePalette(AbstractBinaryOutputStream bos) throws java.io.IOException
- Throws:
java.io.IOException
-
-