Class DarkSVGIcon

java.lang.Object
com.github.weisj.darklaf.icons.DarkSVGIcon
All Implemented Interfaces:
Serializable, Icon
Direct Known Subclasses:
ThemedSVGIcon

public class DarkSVGIcon
extends Object
implements Icon, Serializable
Icon from SVG image.
Since:
2019
See Also:
Serialized Form
  • Constructor Details

    • DarkSVGIcon

      public DarkSVGIcon​(URI uri, int displayWidth, int displayHeight)
      Method to fetch the SVG icon from a url.
      Parameters:
      uri - the uri from which to fetch the SVG icon.
      displayWidth - display width of icon.
      displayHeight - display height of icon.
  • Method Details