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 Details

    • getWindowButtons

      SkinWindowButton[] getWindowButtons(int align)
      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

      boolean paintTop(Graphics g, Component c, boolean isSelected, 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