Module MaterialFX

Class MFXTooltipSkin

java.lang.Object
io.github.palexdev.materialfx.skins.MFXTooltipSkin
All Implemented Interfaces:
Skin<MFXTooltip>

public class MFXTooltipSkin extends Object implements Skin<MFXTooltip>
Skin associated with every MFXTooltip by default.

This skin is composed of a top container, which is a StackPane, ans a Label to show the tooltip's text;