Class AbstractSkinSplitPane

java.lang.Object
com.l2fprod.gui.plaf.skin.impl.AbstractSkinComponent
com.l2fprod.gui.plaf.skin.impl.AbstractSkinSplitPane
All Implemented Interfaces:
SkinComponent, SkinSplitPane

public class AbstractSkinSplitPane extends AbstractSkinComponent implements SkinSplitPane
Version:
$Revision: 1.2 $, $Date: 2003/12/06 21:54:39 $
Author:
$Author: l2fprod $
  • Constructor Details

    • AbstractSkinSplitPane

      public AbstractSkinSplitPane()
  • Method Details

    • getPreferredSize

      public Dimension getPreferredSize(JSplitPane splitpane)
      Gets the PreferredSize attribute of the SkinSplitPane object
      Specified by:
      getPreferredSize in interface SkinSplitPane
      Parameters:
      splitpane - Description of Parameter
      Returns:
      The PreferredSize value
    • getArrowPreferredSize

      public Dimension getArrowPreferredSize(int direction)
      Gets the ArrowPreferredSize attribute of the SkinSplitPane object
      Specified by:
      getArrowPreferredSize in interface SkinSplitPane
      Parameters:
      direction - Description of Parameter
      Returns:
      The ArrowPreferredSize value
    • paintArrow

      public boolean paintArrow(Graphics g, AbstractButton b, int direction)
      Description of the Method
      Specified by:
      paintArrow in interface SkinSplitPane
      Parameters:
      g - Description of Parameter
      b - Description of Parameter
      direction - Description of Parameter
      Returns:
      Description of the Returned Value
    • paintGutter

      public boolean paintGutter(Graphics g, JSplitPane divider, Dimension d)
      Description of the Method
      Specified by:
      paintGutter in interface SkinSplitPane
      Parameters:
      g - Description of Parameter
      divider - Description of Parameter
      d - Description of Parameter
      Returns:
      Description of the Returned Value
    • paintThumb

      public boolean paintThumb(Graphics g, JSplitPane divider, Dimension d)
      Description of the Method
      Specified by:
      paintThumb in interface SkinSplitPane
      Parameters:
      g - Description of Parameter
      divider - Description of Parameter
      d - Description of Parameter
      Returns:
      Description of the Returned Value