Class SRGBBuilder

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

public class SRGBBuilder
extends ChunkBuilder
implements Builder<Chunk>
PNG sRGB chunk builder
Version:
1.0 10/16/2013
Author:
Wen Yu, yuwen_66@yahoo.com
  • Constructor Summary

    Constructors 
    Constructor Description
    SRGBBuilder()  
  • Method Summary

    Modifier and Type Method Description
    protected byte[] buildData()  
    SRGBBuilder renderingIntent​(byte renderingIntent)  

    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