public interface CustomPanelAPI extends UIPanelAPI
| Modifier and Type | Method and Description |
|---|---|
PositionAPI |
addUIElement(TooltipMakerAPI element) |
CustomPanelAPI |
createCustomPanel(float width,
float height,
CustomUIPanelPlugin plugin) |
TooltipMakerAPI |
createUIElement(float width,
float height,
boolean withScroller) |
IntelUIAPI |
getIntelUI()
Returns the intel UI; only works when creating large intel descriptions.
|
CustomUIPanelPlugin |
getPlugin() |
void |
updateUIElementSizeAndMakeItProcessInput(TooltipMakerAPI element) |
UIPanelAPI |
wrapTooltipWithBox(TooltipMakerAPI tooltip) |
UIPanelAPI |
wrapTooltipWithBox(TooltipMakerAPI tooltip,
java.awt.Color color) |
UIPanelAPI |
wrapTooltipWithBox(TooltipMakerAPI tooltip,
float padLeft,
float padRight,
float padBelow,
float padAbove,
java.awt.Color color) |
addComponent, bringComponentToTop, removeComponent, sendToBottomadvance, getOpacity, getPosition, processInput, render, setOpacityCustomPanelAPI createCustomPanel(float width, float height, CustomUIPanelPlugin plugin)
TooltipMakerAPI createUIElement(float width, float height, boolean withScroller)
PositionAPI addUIElement(TooltipMakerAPI element)
CustomUIPanelPlugin getPlugin()
IntelUIAPI getIntelUI()
UIPanelAPI wrapTooltipWithBox(TooltipMakerAPI tooltip)
UIPanelAPI wrapTooltipWithBox(TooltipMakerAPI tooltip, java.awt.Color color)
UIPanelAPI wrapTooltipWithBox(TooltipMakerAPI tooltip, float padLeft, float padRight, float padBelow, float padAbove, java.awt.Color color)
void updateUIElementSizeAndMakeItProcessInput(TooltipMakerAPI element)