Class PngIconComposer


  • public class PngIconComposer
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      PngIconComposer()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] compose​(int size, byte[] baseIcon, byte[] bottomRight, byte[] bottomLeft, byte[] topLeft, byte[] topRight)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PngIconComposer

        public PngIconComposer()
    • Method Detail

      • compose

        public byte[] compose​(int size,
                              byte[] baseIcon,
                              byte[] bottomRight,
                              byte[] bottomLeft,
                              byte[] topLeft,
                              byte[] topRight)