1package com.fs.starfarer.api.ui;
5import com.fs.starfarer.api.campaign.CustomUIPanelPlugin;
UIPanelAPI wrapTooltipWithBox(TooltipMakerAPI tooltip, float padLeft, float padRight, float padBelow, float padAbove, Color color)
CustomPanelAPI createCustomPanel(float width, float height, CustomUIPanelPlugin plugin)
CustomUIPanelPlugin getPlugin()
TooltipMakerAPI createUIElement(float width, float height, boolean withScroller)
void updateUIElementSizeAndMakeItProcessInput(TooltipMakerAPI element)
PositionAPI addUIElement(TooltipMakerAPI element)
UIPanelAPI wrapTooltipWithBox(TooltipMakerAPI tooltip)
UIPanelAPI wrapTooltipWithBox(TooltipMakerAPI tooltip, Color color)