Package games.stendhal.client.gui.styled
Class StyledPanelUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.PanelUI
games.stendhal.client.gui.styled.StyledPanelUI
PanelUI implementation for drawing in pixmap styles.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ComponentUI
createUI(JComponent panel)
void
installUI(JComponent panel)
void
paint(Graphics graphics, JComponent panel)
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, uninstallUI, update
-
Constructor Details
-
StyledPanelUI
Create a new pixmap style.- Parameters:
style
-Style
to be used for drawing the panel
-
-
Method Details
-
createUI
-
paint
- Overrides:
paint
in classComponentUI
-
installUI
- Overrides:
installUI
in classComponentUI
-