Class LabelSkin

All Implemented Interfaces:
Skin<Label>

public class LabelSkin
extends LabeledSkinBase<Label>
Default skin implementation for the Label control.
Since:
9
See Also:
Label
  • Constructor Details

    • LabelSkin

      public LabelSkin​(Label control)
      Creates a new LabelSkin instance, installing the necessary child nodes into the Control children list.
      Parameters:
      control - The control that this skin should be installed onto.