Class PLTEBuilder

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

public class PLTEBuilder
extends ChunkBuilder
implements Builder<Chunk>
PNG PLTE chunk builder
Version:
1.0 04/26/2013
Author:
Wen Yu, yuwen_66@yahoo.com
  • Constructor Summary

    Constructors 
    Constructor Description
    PLTEBuilder()  
  • Method Summary

    Modifier and Type Method Description
    PLTEBuilder blueMap​(byte[] blueMap)  
    protected byte[] buildData()  
    PLTEBuilder greenMap​(byte[] greenMap)  
    PLTEBuilder redMap​(byte[] redMap)  

    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