avail
2.0.0.alpha28
jvm
avail
/
avail.anvil.icons
/
CompoundIcon
Compound
Icon
class
CompoundIcon
(
icons
:
List
<
Icon
>
,
xGap
:
Int
)
:
Icon
Members
Constructors
Compound
Icon
Link copied to clipboard
constructor
(
icons
:
List
<
Icon
>
,
xGap
:
Int
)
Properties
height
Link copied to clipboard
val
height
:
Int
width
Link copied to clipboard
val
width
:
Int
Functions
get
Icon
Height
Link copied to clipboard
open
override
fun
getIconHeight
(
)
:
Int
get
Icon
Width
Link copied to clipboard
open
override
fun
getIconWidth
(
)
:
Int
paint
Icon
Link copied to clipboard
open
override
fun
paintIcon
(
c
:
Component
,
g
:
Graphics
,
x
:
Int
,
y
:
Int
)