public class BitmapInfoHeader extends Object
| Constructor and Description |
|---|
BitmapInfoHeader() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBitCount() |
int |
getClrImportant() |
int |
getClrUsed() |
int |
getCompression() |
int |
getHeight() |
int |
getPlanes() |
int |
getSize() |
int |
getSizeImage() |
int |
getWidth() |
int |
getXpelsPerMeter() |
int |
getYpelsPerMeter() |
void |
setBitCount(int bitCount) |
void |
setClrImportant(int clrImportant) |
void |
setClrUsed(int clrUsed) |
void |
setCompression(int compression) |
void |
setHeight(int height) |
void |
setPlanes(int planes) |
void |
setSize(int size) |
void |
setSizeImage(int sizeImage) |
void |
setWidth(int width) |
void |
setXpelsPerMeter(int xpelsPerMeter) |
void |
setYpelsPerMeter(int ypelsPerMeter) |
public int getSize()
public int getWidth()
public int getHeight()
public int getPlanes()
public int getBitCount()
public int getCompression()
public int getSizeImage()
public int getXpelsPerMeter()
public int getYpelsPerMeter()
public int getClrUsed()
public int getClrImportant()
public void setSize(int size)
public void setWidth(int width)
public void setHeight(int height)
public void setPlanes(int planes)
public void setBitCount(int bitCount)
public void setCompression(int compression)
public void setSizeImage(int sizeImage)
public void setXpelsPerMeter(int xpelsPerMeter)
public void setYpelsPerMeter(int ypelsPerMeter)
public void setClrUsed(int clrUsed)
public void setClrImportant(int clrImportant)
Copyright © 2018. All Rights Reserved.