Starsector API
Loading...
Searching...
No Matches
CustomPanelAPI.java
Go to the documentation of this file.
1package com.fs.starfarer.api.ui;
2
3import com.fs.starfarer.api.campaign.CustomUIPanelPlugin;
4
5public interface CustomPanelAPI extends UIPanelAPI {
6
7 CustomPanelAPI createCustomPanel(float width, float height, CustomUIPanelPlugin plugin);
8
9 TooltipMakerAPI createUIElement(float width, float height, boolean withScroller);
11
17
18}
CustomPanelAPI createCustomPanel(float width, float height, CustomUIPanelPlugin plugin)
TooltipMakerAPI createUIElement(float width, float height, boolean withScroller)
PositionAPI addUIElement(TooltipMakerAPI element)