Class CompositeSvgProvider


  • public class CompositeSvgProvider
    extends java.lang.Object
    • Method Summary

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

      • CompositeSvgProvider

        public CompositeSvgProvider()
    • Method Detail

      • createComposedIcon

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