|
Starsector API
|
Public Member Functions | |
| PositionAPI | addComponent (UIComponentAPI custom) |
| void | removeComponent (UIComponentAPI component) |
| void | bringComponentToTop (UIComponentAPI c) |
| void | sendToBottom (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) |
| void | setOpacity (float opacity) |
| float | getOpacity () |
Definition at line 3 of file UIPanelAPI.java.
| PositionAPI com.fs.starfarer.api.ui.UIPanelAPI.addComponent | ( | UIComponentAPI | custom | ) |
| void com.fs.starfarer.api.ui.UIPanelAPI.bringComponentToTop | ( | UIComponentAPI | c | ) |
| void com.fs.starfarer.api.ui.UIPanelAPI.removeComponent | ( | UIComponentAPI | component | ) |
| void com.fs.starfarer.api.ui.UIPanelAPI.sendToBottom | ( | UIComponentAPI | c | ) |