com.l2fprod.gui.plaf.skin
Interface SkinFrame

All Superinterfaces:
SkinComponent
All Known Implementing Classes:
AbstractSkinFrame

public interface SkinFrame
extends SkinComponent

Skin Frame.

Version:
$Revision: 1.1 $, $Date: 2003/08/01 19:47:23 $
Author:
$Author: l2fprod $

Method Summary
 java.awt.Dimension getTopPreferredSize()
          Gets the TopPreferredSize attribute of the SkinFrame object
 SkinWindowButton[] getWindowButtons(int align)
          Gets the WindowButtons attribute of the SkinFrame object
 boolean paintTop(java.awt.Graphics g, java.awt.Component c, boolean isSelected, java.lang.String title)
          Description of the Method
 
Methods inherited from interface com.l2fprod.gui.plaf.skin.SkinComponent
installSkin, status, uninstallSkin
 

Method Detail

getWindowButtons

SkinWindowButton[] getWindowButtons(int align)
Gets the WindowButtons attribute of the SkinFrame object

Parameters:
align - Description of Parameter
Returns:
The WindowButtons value

getTopPreferredSize

java.awt.Dimension getTopPreferredSize()
Gets the TopPreferredSize attribute of the SkinFrame object

Returns:
The TopPreferredSize value

paintTop

boolean paintTop(java.awt.Graphics g,
                 java.awt.Component c,
                 boolean isSelected,
                 java.lang.String title)
Description of the Method

Parameters:
g - Description of Parameter
c - Description of Parameter
isSelected - Description of Parameter
title - Description of Parameter
Returns:
Description of the Returned Value