Class CompositeSvgProvider

java.lang.Object
org.teamapps.icons.systemprovider.CompositeSvgProvider

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

    Constructors 
    Constructor Description
    CompositeSvgProvider()  
  • Method Summary

    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 Details

  • Method Details

    • createComposedIcon

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