Class TRNSBuilder

java.lang.Object
pixy.image.png.ChunkBuilder
pixy.image.png.TRNSBuilder
All Implemented Interfaces:
Builder<Chunk>

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()  

    Methods inherited from class pixy.image.png.ChunkBuilder

    build, getChunkType

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface pixy.util.Builder

    build