Class IconChip

java.lang.Object
me.hackware.api.gui.studio.IconChip

public final class IconChip extends Object
A Studio row's type icon: a sprite centred on a rounded square filled with a faint tint of the sprite's own colour.

The same chip the macro step rows and the IntelliSense draw for their kind glyphs (see KindVisuals#drawIcon) — a list row's type icon and a step's type icon are the same idea, so they look the same. The radius and tint are duplicated from there rather than shared, to keep studio from depending on intellisense; they're two literals, and this comment is the contract.

  • Method Details