|
Starsector API
|
Public Member Functions | |
| float | getXOffset () |
| float | getYOffset () |
| void | setXOffset (float xOffset) |
| void | setYOffset (float yOffset) |
Public Member Functions inherited from com.fs.starfarer.api.ui.UIPanelAPI | |
| 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 ScrollPanelAPI.java.
| float com.fs.starfarer.api.ui.ScrollPanelAPI.getXOffset | ( | ) |
| float com.fs.starfarer.api.ui.ScrollPanelAPI.getYOffset | ( | ) |
| void com.fs.starfarer.api.ui.ScrollPanelAPI.setXOffset | ( | float | xOffset | ) |
| void com.fs.starfarer.api.ui.ScrollPanelAPI.setYOffset | ( | float | yOffset | ) |