Package pixy.image.png
Class IHDRBuilder
java.lang.Object
pixy.image.png.ChunkBuilder
pixy.image.png.IHDRBuilder
public class IHDRBuilder extends ChunkBuilder implements Builder<Chunk>
PNG IHDR chunk builder
- Version:
- 1.0 04/25/2013
- Author:
- Wen Yu, yuwen_66@yahoo.com
-
Constructor Summary
Constructors Constructor Description IHDRBuilder() -
Method Summary
Modifier and Type Method Description IHDRBuilderbitDepth(int bitDepth)protected byte[]buildData()IHDRBuildercolorType(ColorType colorType)IHDRBuildercompressionMethod(int compressionMethod)IHDRBuilderfilterMethod(int filterMethod)IHDRBuilderheight(int height)IHDRBuilderinterlaceMethod(int interlaceMethod)IHDRBuilderwidth(int width)
-
Constructor Details
-
IHDRBuilder
public IHDRBuilder()
-
-
Method Details
-
width
-
height
-
bitDepth
-
colorType
-
compressionMethod
-
filterMethod
-
interlaceMethod
-
buildData
protected byte[] buildData()- Specified by:
buildDatain classChunkBuilder
-