Class SvgIconComposer


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

      Constructors 
      Constructor Description
      SvgIconComposer()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] compose​(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

      • SvgIconComposer

        public SvgIconComposer()
    • Method Detail

      • compose

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