Starsector API
|
Public Member Functions | |
CustomPanelAPI | createCustomPanel (float width, float height, CustomUIPanelPlugin plugin) |
TooltipMakerAPI | createUIElement (float width, float height, boolean withScroller) |
PositionAPI | addUIElement (TooltipMakerAPI element) |
IntelUIAPI | getIntelUI () |
Public Member Functions inherited from com.fs.starfarer.api.ui.UIPanelAPI | |
PositionAPI | addComponent (UIComponentAPI custom) |
void | removeComponent (UIComponentAPI component) |
void | bringComponentToTop (UIComponentAPI c) |
Public Member Functions inherited from com.fs.starfarer.api.ui.UIComponentAPI | |
PositionAPI | getPosition () |
void | render (float alphaMult) |
void | processInput (List< InputEventAPI > events) |
void | advance (float amount) |
Definition at line 5 of file CustomPanelAPI.java.
PositionAPI com.fs.starfarer.api.ui.CustomPanelAPI.addUIElement | ( | TooltipMakerAPI | element | ) |
CustomPanelAPI com.fs.starfarer.api.ui.CustomPanelAPI.createCustomPanel | ( | float | width, |
float | height, | ||
CustomUIPanelPlugin | plugin | ||
) |
TooltipMakerAPI com.fs.starfarer.api.ui.CustomPanelAPI.createUIElement | ( | float | width, |
float | height, | ||
boolean | withScroller | ||
) |
IntelUIAPI com.fs.starfarer.api.ui.CustomPanelAPI.getIntelUI | ( | ) |
Returns the intel UI; only works when creating large intel descriptions.