public class IHDRBuilder extends ChunkBuilder implements Builder<Chunk>
| Constructor and Description |
|---|
IHDRBuilder() |
| Modifier and Type | Method and Description |
|---|---|
IHDRBuilder |
bitDepth(int bitDepth) |
protected byte[] |
buildData() |
IHDRBuilder |
colorType(ColorType colorType) |
IHDRBuilder |
compressionMethod(int compressionMethod) |
IHDRBuilder |
filterMethod(int filterMethod) |
IHDRBuilder |
height(int height) |
IHDRBuilder |
interlaceMethod(int interlaceMethod) |
IHDRBuilder |
width(int width) |
build, getChunkTypepublic IHDRBuilder width(int width)
public IHDRBuilder height(int height)
public IHDRBuilder bitDepth(int bitDepth)
public IHDRBuilder colorType(ColorType colorType)
public IHDRBuilder compressionMethod(int compressionMethod)
public IHDRBuilder filterMethod(int filterMethod)
public IHDRBuilder interlaceMethod(int interlaceMethod)
protected byte[] buildData()
buildData in class ChunkBuilder