Package pixy.image.png
Class TRNSBuilder
java.lang.Object
pixy.image.png.ChunkBuilder
pixy.image.png.TRNSBuilder
public class TRNSBuilder extends ChunkBuilder implements Builder<Chunk>
PNG tRNS chunk builder
- Version:
- 1.0 05/03/2013
- Author:
- Wen Yu, yuwen_66@yahoo.com
-
Constructor Summary
Constructors Constructor Description TRNSBuilder(int colorType)
-
Method Summary
Modifier and Type Method Description TRNSBuilder
alpha(byte[] alpha)
protected byte[]
buildData()
-
Constructor Details
-
TRNSBuilder
public TRNSBuilder(int colorType)
-
-
Method Details
-
alpha
-
buildData
protected byte[] buildData()- Specified by:
buildData
in classChunkBuilder
-