CompoundIcon

class CompoundIcon(icons: List<Icon>, xGap: Int) : Icon

Constructors

Link copied to clipboard
constructor(icons: List<Icon>, xGap: Int)

Properties

Link copied to clipboard
val height: Int
Link copied to clipboard
val width: Int

Functions

Link copied to clipboard
open override fun getIconHeight(): Int
Link copied to clipboard
open override fun getIconWidth(): Int
Link copied to clipboard
open override fun paintIcon(c: Component, g: Graphics, x: Int, y: Int)