public class DibSection
extends com.jniwrapper.Structure
Constructor and Description |
---|
DibSection() |
DibSection(DibSection that) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
BitmapStructure |
getBitmap() |
BitmapInfoHeader |
getBitmapInfoHeader() |
long |
getBlueMask() |
long |
getGreenMask() |
long |
getRedMask() |
acceptIOPerformer, addMembers, computeLength, equals, getAlignmentRequirement, getDebugInfo, getFirstMemberSize, getLength, getMember, getMembers, getOffsets, init, init, initFrom, pop, push, read, setDataBuffer, write
public DibSection()
public DibSection(DibSection that)
public BitmapStructure getBitmap()
public BitmapInfoHeader getBitmapInfoHeader()
public long getRedMask()
public long getGreenMask()
public long getBlueMask()
public java.lang.Object clone()
clone
in class com.jniwrapper.Structure