Overlayed Icon
data class OverlayedIcon(val base: TypeIcon, val overlays: List<OverlayIcon> = emptyList()) : IconDescriptor(source)
An overlayed icon, which is a base icon with various overlays placed on top.
See the documentation of OverlayIcon for more information on its components.
Properties
Functions
Link copied to clipboard
private fun createOverlayRow(icons: List<Icon>, outerSize: Int, innerSize: Number = outerSize): RowIcon
Creates a RowIcon consisting of appropriately-scaled horizontally-laid-out icons.
Link copied to clipboard
Returns a new OverlayedIcon that has one extra overlay.