public class BitmapInfoHeader
extends com.jniwrapper.Structure
BITMAPINFOHEADER
structure.Constructor and Description |
---|
BitmapInfoHeader() |
BitmapInfoHeader(BitmapInfoHeader that) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
long |
getBitCount() |
long |
getClrImportant() |
long |
getClrUsed() |
Bitmap.Compression |
getCompression() |
com.jniwrapper.UInt32 |
getCompressionValue() |
long |
getHeight() |
long |
getPlanes() |
com.jniwrapper.UInt32 |
getSize() |
long |
getSizeImage() |
long |
getWidth() |
long |
getXPelsPerMeter() |
long |
getYPelsPerMeter() |
void |
setBitCount(long value) |
void |
setClrImportant(long clrImportant) |
void |
setClrUsed(long clrUsed) |
void |
setCompression(Bitmap.Compression compression) |
void |
setHeight(long value) |
void |
setPlanes(long value) |
void |
setSizeImage(long value) |
void |
setWidth(long value) |
void |
setXPelsPerMeter(long value) |
void |
setYPelsPerMeter(long value) |
java.lang.String |
toString() |
acceptIOPerformer, addMembers, computeLength, equals, getAlignmentRequirement, getDebugInfo, getFirstMemberSize, getLength, getMember, getMembers, getOffsets, init, init, initFrom, pop, push, read, setDataBuffer, write
public BitmapInfoHeader()
public BitmapInfoHeader(BitmapInfoHeader that)
public java.lang.String toString()
toString
in class java.lang.Object
public com.jniwrapper.UInt32 getSize()
public long getWidth()
public void setWidth(long value)
public long getHeight()
public void setHeight(long value)
public long getPlanes()
public void setPlanes(long value)
public long getBitCount()
public void setBitCount(long value)
public Bitmap.Compression getCompression()
public com.jniwrapper.UInt32 getCompressionValue()
public void setCompression(Bitmap.Compression compression)
public long getSizeImage()
public void setSizeImage(long value)
public long getClrUsed()
public void setClrUsed(long clrUsed)
public long getClrImportant()
public void setClrImportant(long clrImportant)
public void setXPelsPerMeter(long value)
public long getXPelsPerMeter()
public void setYPelsPerMeter(long value)
public long getYPelsPerMeter()
public java.lang.Object clone()
clone
in class com.jniwrapper.Structure