Package com.l2fprod.gui.plaf.skin
Interface SkinFrame
- All Superinterfaces:
SkinComponent
- All Known Implementing Classes:
AbstractSkinFrame
Skin Frame.
- Version:
- $Revision: 1.1 $, $Date: 2003/08/01 19:47:23 $
- Author:
- $Author: l2fprod $
-
Method Summary
Modifier and TypeMethodDescriptionGets the TopPreferredSize attribute of the SkinFrame objectgetWindowButtons
(int align) Gets the WindowButtons attribute of the SkinFrame objectboolean
Description of the MethodMethods inherited from interface com.l2fprod.gui.plaf.skin.SkinComponent
installSkin, status, uninstallSkin
-
Method Details
-
getWindowButtons
Gets the WindowButtons attribute of the SkinFrame object- Parameters:
align
- Description of Parameter- Returns:
- The WindowButtons value
-
getTopPreferredSize
Dimension getTopPreferredSize()Gets the TopPreferredSize attribute of the SkinFrame object- Returns:
- The TopPreferredSize value
-
paintTop
Description of the Method- Parameters:
g
- Description of Parameterc
- Description of ParameterisSelected
- Description of Parametertitle
- Description of Parameter- Returns:
- Description of the Returned Value
-